Created at 10am, Jan 3
selimArtificial Intelligence
1
Computing Machinery and Intelligence - A. M. Turing (1950)
s9cwxAwWcCM9FTnfnuQS0dZN8iN0sb0jPpaPLfZ-TCY
File Type
PDF
Entry Count
99
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

'Computing Machinery and Intelligence' is a seminal paper written by Alan Turing, published in 1950. In this groundbreaking work, Turing addresses the question, 'Can machines think?' He proposes the now-famous Turing Test, a criterion for determining whether a machine can exhibit intelligent behavior indistinguishable from that of a human. Turing's paper delves into various aspects of machine intelligence, discussing topics like learning machines, digital computers, and the nature of human thought processes. The paper is foundational in the field of artificial intelligence, sparking debates and research that continue to this day. It represents a significant milestone in the exploration of artificial intelligence, combining philosophical insight with technical foresight.

A. M. TURING, I.—COMPUTING MACHINERY AND INTELLIGENCE, Mind, Volume LIX, Issue 236, October 1950, Pages 433–460

No support is usually offered for these statements. I believe they are mostly founded on the principle of scientific induction. A man has seen thousands of machines in his lifetime. From what he sees of them he draws a number of general conclusions. They are ugly, each is designed for a very limited purpose, when required for a minutely different purpose they are useless, the variety of behaviour of any one of them is very small, etc., etc. Naturally he concludes that these are necessary properties of machines in general. Many of these limitations are associated with the very small storage capacity of most machines. (I am assuming that the idea of storage capacity is extended in some way to
id: 9a1313dadd392fc6865c6baafdbfb504 - page: 12
The exact definition does not matter as no mathematical accuracy is claimed in the present discussion,) A few years ago, when very little had been heard of digital computers, it was possible to elicit much incredulity concerning them, if one mentioned their properties without describing their construction. That was presumably due to a similar application of the principle of scientific induction. These applications of the principle are of course largely unconscious. When a burnt child fears the fire and shows that he fears it by avoiding it, f should say that he was applying scientific induction. (I could of course also describe his behaviour in many other ways.) The works and customs of mankind do not seem to be very suitable material to which to apply scientific induction. A very large part of space-time must be investigated, if reliable results are to be obtained. Otherwise we may (as most English 'Children do) decide that everybody
id: 53ced404a3916eb554bb588f7ce9bdd0 - page: 13
id: ed7eb2cf7d2e729a008ac52ac6a7525f - page: 13
There are, however, special remarks to be made about many of the disabilities that have been mentioned. The inability to enjoy strawberries and cream may have struck the reader as frivolous. Possibly a machine might be made to enjoy this delicious dish, but any attempt to make one do so would be idiotic. What is important about this disability is that it contributes to some of the other disabilities, e.g., to the difficulty of the same kind of friendliness occurring between man and machine as between white man and white man, or between black man and black man.
id: 3928026fa89f108376e533833fa944d6 - page: 13
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "s9cwxAwWcCM9FTnfnuQS0dZN8iN0sb0jPpaPLfZ-TCY", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "s9cwxAwWcCM9FTnfnuQS0dZN8iN0sb0jPpaPLfZ-TCY", "level": 2}'