<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>turing &#8211; Fountain Magazine</title>
	<atom:link href="https://fountainmagazine.com/tag/turing/feed/" rel="self" type="application/rss+xml" />
	<link>https://fountainmagazine.com</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jul 2004 00:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Can Artificial Intelligence Be More Advanced than the Human Mind?</title>
		<link>https://fountainmagazine.com/all-issues/2004/issue-47-july-september-2004/can-artificial-intelligence-be-more-advanced-than-the-human-mind/</link>
		
		<dc:creator><![CDATA[Louima Cunningham]]></dc:creator>
		<pubDate>Thu, 01 Jul 2004 00:00:00 +0000</pubDate>
				<category><![CDATA[Issue 47 (July - September 2004)]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[figure]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[penrose]]></category>
		<category><![CDATA[plane]]></category>
		<category><![CDATA[polyominoes]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[situation]]></category>
		<category><![CDATA[turing]]></category>
		<category><![CDATA[white]]></category>
		<guid isPermaLink="false">http://107.21.79.195/all-issues/2004/issue-47-july-september-2004/can-artificial-intelligence-be-more-advanced-than-the-human-mind/</guid>

					<description><![CDATA[Technology is rapidly improving with time. The machines which we once only read about in novels are now an unavoidable part of our lives. This, of course, makes people wonder about what the future holds; what if the machines that we build will one day be more advanced than us? The theoretical background of the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Technology is rapidly improving with time. The machines which we once only read about in novels are now an unavoidable part of our lives. This, of course, makes people wonder about what the future holds; what if the machines that we build will one day be more advanced than us?</p>
<p>The theoretical background of the computer was developed at the beginning of the 20th century, but it was not until the Second World War that progress was made in developing electrical calculating machines. Now we have a new era; the era of computers. In the beginning, the computer was a machine that had a very limited capacity and calculation, and it was only used in a very few important centers. With the passage of time, computers began to be used in business centers, and eventually the production of personal computers became more widespread. Nowadays, we can see many high-tech machines, like handheld PC’s and robot dogs everywhere we look.</p>
<p>In the last fifty years, computer technology has developed rapidly. With respect to this, logical-thinking devices have also been greatly developed. Artificial Intelligence (AI) provides the logical thinking for these types of devices. The goal of AI is to attain the level of logic that “living systems” (i.e. humans) possess. The improvements in AI systems are encouraging to the scientists involved in the field; they now believe that not only can a humanlike machine be built, but, in fact, a machine that is more advanced than humans can be developed. The debate on this subject has separated scientists into two camps. AI advocates claim that in the future people will have the opportunity to make advanced devices that have a better ability to think and decide than humans have. On the other hand, many scientists think that the decision-making mechanism of the human brain contains something that is beyond electronics and that cannot be replicated in an electronic device.</p>
<p>Before going into details, we must first answer the question “what is intelligence?” A being is intelligent if it understands and evaluates some “known data”; if it makes logical inferences and avoids redundant processes and therefore arrives at a sound solution. The famous English mathematician Alan Turing claimed that “if the interrogator cannot distinguish the machine from the human” then the machine is assumed to be intelligent. The Turing Test consists of an interrogator, a machine and a human placed in three rooms. The interrogator is in contact with the human and the machine over text terminals.</p>
<p>The theory of computation was first propounded by Alan Turing in 1936. He described, in basic terms, “The Turing Machine” which is an abstract machine with an unlimited amount of storage space that can go on computing forever without making any mistakes. The Turing Machine only performs three basic operations; reading, writing, and moving the read-write head. According to the Turing Theorem, all computers are Turing equivalent; that is, any process that can be done by a Turing Machine, can be done by a computer and similarly any process that can be done by a computer, can be done by a Turing Machine.</p>
<p><b>Figure 1</b> <em>A simple illustration of a Turing Machine</em></p>
<p>The Turing machine is an abstract model of computer execution and storage that gives a mathematically precise definition of algorithm or “mechanical procedure.”</p>
<p>All computers perform algorithmic processes. Algorithm means a step by step progression. In other words, you have a certain situation. You solve that situation and proceed to another situation that is better than the last one. Using this step by step solution method you are able to reach the goal situation. This is an algorithmic problem. An example will make this easier to understand:</p>
<p>Suppose we have any 10 numbers.</p>
<p><em><b>Problem:</b></em> What is the sum of these numbers?</p>
<p><b>Figure 2</b> <em>The algorithm that gives the sum of any given 10 numbers.</em></p>
<p>As shown above, the sum is “0” in the beginning. A loop with 10 processes is prepared and the next number is read. The number is added to the sum and the algorithm moves to the next number. The process continues until the 10 numbers have been finished. After the process is finished, the result is written.</p>
<p>On the other hand, there are many known problems that do not have any algorithmic solutions. A simple example is given in the following:</p>
<p><em>Problem:</em> Find a number that is not the sum of three square numbers.</p>
<p>In this problem we had a bit of luck; we just tried 7 and were able to find the solution. Let’s change the problem a little bit:</p>
<p><em>Problem:</em> Find a number that is not the sum of four square numbers.</p>
<p>The eighteenth-century mathematician Lagrange proved the well-know theorem that every number can be expressed as the sum of four squares. What this means for our computer is that if we were to simply go on in a mindless way trying to find such a number, the computer would simply chug away forever, never finding any answer. In order to solve this problem, therefore, Lagrange had to apply a method that was not algorithmic. Additionally, Penrose states that “there are certain classes of problems that do not have any algorithmic solutions.”</p>
<p>In fact, Turing described the situation where a computer fails to find a solution and therefore does not come to a stop (or a halt) as a “halting problem.” One good example of this, given by Penrose, is the completely deterministic, but non-computable “tiling problem.” We are given tiles called polyominoes and we have to place these tiles on a Euclidian plane</p>
<p><b>Figure 3.</b> Various sets of polyominoes that will tile the infinite Euclidean plane (reflected-image tiles being allowed).Neither of the polyominoes in set (c), if taken by itself, will tile the plane, however.</p>
<p>In Figure 3 (a), it is obvious to see the tiling of the plane by tiling around a cross. In figure 3 (b) the same condition holds, but in part (c) the tiles cannot tile a plane by themselves, but only together. Another example is shown in the following.</p>
<p><b>Figure 4.</b> A set of three polyominoes that will tile the plane, but in a way that never repeats.</p>
<p>The plane can be tiled by using three polyominoes, but not in an algorithmic way. In other words, the computer will try to tile the polyominoes by adding around each of them and, since it cannot find a pattern, it will go on forever and will not be able to arrive at a conclusion as to whether or not the polyominoes will tile the plane.</p>
<p>One of the most important factors that separate computers from the human mind is consciousness. Consciousness is the process of understanding. The computer can compute the data given, but it cannot understand what the data means. For example, when one of your friends calls you, you understand that he has called you and you respond. When you switch on a machine, it starts to work. It is not because the machine has understood that you have pressed the button; rather the electronic structure of the machine has been designed to work when you switch it on. The machine cannot understand; it is not conscious. Here are some more examples:</p>
<p><b>Figure 5.</b> White to play and draw—easy for humans, but Deep Thought took the castle.</p>
<p>In the chess game above, by just playing the king left and right, white can bring the game to a draw. But, at first to make the game a draw, the white player has to understand the situation. Since the computer has no capability to understand, it may think that it would be more profitable to take the castle and therefore it loses the game.</p>
<p>Another example:</p>
<p><b>Figure 6.</b> White to play and draw—again easy enough for humans, but a normal expert chess computer will take the castle.</p>
<p>There is a great temptation to take the black castle with the white bishop, but the correct thing to do is to pretend that the white bishop is a pawn and use it to create another barrier of pawns. Once you have taught the computer to recognize barriers of pawns, it might be able to solve the first problem, but it would fail on the second because it needs an extra level of understanding. The situation is very easy for a human, but as we mentioned, it is quite difficult for a computer.</p>
<p>These examples are halting problems because both situations have endless algorithms to identify the solution, so basically they need to be understood by an intelligent mechanism. Maybe the chess problems can be solved with enough computation, but again we can make the situation more complex. That is to say, the important thing is not computation, but understanding the situation.</p>
<p>In conclusion, the problems we mentioned above are some of the basic problems that AI has to overcome. The present technology is very far from being similar to the human mind. The human mind is not a simple substance; in fact, quite the contrary, it is an incredibly complex structure. There are many things that play a role in the human mind; it is not easy, perhaps it is even impossible, to build a mechanism that is like the human mind. </p>
<h3><em><b>References</b></em></h3>
<ul>
<li>Adami C., Introduction to Artificial Life: Flavors of Artificial Life, 1999.</li>
<li>Aksoy M. S., Artifical Intelligence, The Fountain, No.4, s.10.</li>
<li>Artificial life and the Turing Test, Retrieved from World Wide Web: &#8220;http://http1.brunel.ac.uk:8080/depts/AI/alife/alife-main.html&#8221; http://http1.brunel.ac.uk:8080/depts/AI/alife/alife-main.html, 2000</li>
<li>Crick F., The Astonishing Hypothesis: The Science Search for the Soul, Charles Scribner’s Sons, 1994.</li>
<li>Penrose R., Shadows of the Mind: Consciousness and computation, Oxford University Press, 1994.</li>
<li>Penrose R., Shadows of the Mind: Does Mind have a Place in Classical Physics, Oxford University Press, 1994.</li>
<li>Penrose R., Shadows of the Mind: Quantum Theory and the Brain, Oxford University Press, 1994.</li>
<li>Penrose R., Shadows of the Mind: A Search for the Missing Science of Consciousness, Oxford University Press, 1994.</li>
<li>Petri H.L., Mishkin M. Behaviorism, Cognitivism and the Neuropsychology of Memory, American Scientist, Jan-Feb 1994. s. 3037.</li>
<li>Searle J.R. Minds, Brains and Computers. Retrieved from World Wide Web:&#8221;http://www.siu.edu/~philos/faculty/Manfredi/intro /searle.html&#8221; http://www.siu.edu/~philos/faculty/Manfredi/intro/</li>
<li>searle.html, 2000.</li>
<li>Interview with Ucoluk G., Can a More Advanced Mechanism than the Human be Built?, 1999.</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Artificial Intelligence vs. the Mind</title>
		<link>https://fountainmagazine.com/all-issues/2004/issue-46-april-june-2004/artificial-intelligence-vs-the-mind/</link>
		
		<dc:creator><![CDATA[Louima Cunningham]]></dc:creator>
		<pubDate>Thu, 01 Apr 2004 00:00:00 +0000</pubDate>
				<category><![CDATA[Issue 46 (April - June 2004)]]></category>
		<category><![CDATA[artificial]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[formal]]></category>
		<category><![CDATA[godel]]></category>
		<category><![CDATA[godel’s]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[penrose]]></category>
		<category><![CDATA[reasoning]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[theorem]]></category>
		<category><![CDATA[turing]]></category>
		<guid isPermaLink="false">http://107.21.79.195/all-issues/2004/issue-46-april-june-2004/artificial-intelligence-vs-the-mind/</guid>

					<description><![CDATA[In the last fifty years, computer technology has led a new discussion centered on Artificial Intelligence (AI) vs. the mind. The main aim in AI is to construct systems which behave in ‘logical’ ways as far as possible. While a hundred years ago, the question, “can a system with artificial intelligence be more advanced than [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In the last fifty years, computer technology has led a new discussion centered on Artificial Intelligence (AI) vs. the mind. The main aim in AI is to construct systems which behave in ‘logical’ ways as far as possible. While a hundred years ago, the question, “can a system with artificial intelligence be more advanced than the human mind?” could not have been imagined, it is one of the most frequently discussed subjects of recent years. AI supporters claim that in the near future there will be advanced systems which possess better decision and evaluating mechanisms than humans. On the other hand, many scientists think that this will not be possible.</p>
<p>The theorem published in 1931 by the 25 year old Austrian scientist, Kurt Godel, made a great impact on the scientific circles. Not only did it destroy the hopes of many scientists, but it also initiated a new point of view concerning AI and the mind. This theorem is one of the most important ones to be proven this century, ranking alongside Einstein&#8217;s Theory of Relativity and Heisenberg&#8217;s Uncertainty Principle. However, very few people know about it. In this article, we will examine in detail the effects of Godel’s theorem on AI.</p>
<h3><b>What is Godel&#8217;s Incompleteness Theorem?</b></h3>
<p>As a formal definition, proof is a sequence of well-formed-formulas (wff), each of which is either an axiom or a wff that is derived from preceding wff’s. Godel’s contemporary Hilbert, one of the most famous mathematicians, thought that all proofs in mathematics can be obtained in an automated way (with an axiomatic system) and he started to work on this project. He believed that if he derived all wff’s in basic arithmetic from its own axioms, then he could derive all facts in mathematics using these axioms.</p>
<p>Unfortunately, Godel demonstrated the impossibility of this. First of all, he found a method of translating the syntax of a formal system into arithmetic. Then he formulated the statement, “This formula is improvable in the system,” (G) in arithmetic. Using the same method, he also formulated the negative of the statement G (“This formula is provable in the system”). For the next step, he showed that if the truth value of G was calculated, the truth value of negation of G could also be calculated, causing a contradiction. At the end of his calculations, Godel arrived at two very important consequences:</p>
<p>1. If a formal system that contains minimal arithmetic is consistent, then it is incomplete.</p>
<p>2. Consistency of any formal system containing minimal arithmetic is not internally provable (by using the system’s own rules and formulas).</p>
<p>Surprisingly, even if G were added as a further axiom into the system, a new Godel sentence could be easily found. In other words, no matter how many axioms we add, one can find a Godel sentence that will make the truth value undeterminable.</p>
<h3><b>What Does the Theorem Imply for Artificial Intelligence vs. the Mind?</b></h3>
<p>By examining Godel&#8217;s Theorem, one can determine very important consequences for artificial intelligence. An English mathematician, Turing, described an abstract machine called the “Turing Machine.” This is an abstract machine which has an unlimited amount of storage space and which can go on computing forever without making any mistakes. This machine can compute any type of algorithmic problem. According to the Turing Theorem all computers are Turing equivalents. After proposing this, Turing went on to observe that some type of problems have no algorithmic solutions. In the meantime, “the Halting Problem” emerged – the problem of deciding those situations in which a Turing Machine action fails never comes to a halt because of the consequences of the Godel&#8217;s Incompleteness Theorem.</p>
<p>It has been proven that a halting problem is computationally insoluble. This leads us to an important conclusion; a computer cannot be the same as the human mind because the non-computational physics of the mind is not available for Turing equivalent machines and the nature of the algorithms is not compatible with the thinking process due to the halting problem.</p>
<p>The argument of the Godelian Case problems made great sense to AI supporters. Godel&#8217;s Theorem started a great debate between supporters of AI vs. those of the human mind.</p>
<h3><b>Reviews of the Theorem on AI vs. Mind</b></h3>
<p>Penrose claims that the human mind cannot be compared to artificial intelligence. Penrose bases his claim on Godel’s Incompleteness Theorem. By appealing to the results obtained by Godel (and Turing), mathematical thinking (and hence conscious thinking generally) is something that cannot be encapsulated within any purely computational model of thought. This is the part of Penrose’s argument that his critics have most frequently taken issue with. In addition, he states that there are certain classes of problems that do not have any algorithmic solutions (R. Penrose, 1994, p.29). In fact, Turing described this as the halting problem. Penrose gives an example of the completely deterministic, but non-computable “tiling problem” (R. Penrose, 1994, p.30-33).</p>
<p>Penrose asserted that some mathematical relations required long chains of reasoning before they could be perceived with certainty. But the object of a mathematical proof is to provide such chains of reasoning that each step is indeed something that can be perceived as being “obvious.” He concluded that the endpoint of such reasoning is something that must be accepted as being true, even though it may not, in itself, be at all obvious. One might imagine that it would be possible to list all possible “obvious” steps of reasoning once and for all, so that from that time on everything could be reduced to computation. But, what Godel’s argument shows is that this is not possible. There is no way to eliminate the need for new “obvious” understandings. Thus, mathematical understanding cannot be reduced to blind computation (R. Penrose, 1994, p.56).</p>
<p>Penrose claims that the results of Godel’s</p>
<p>theorem established that human understanding and insight cannot be reduced to any set of computational rules (R. Penrose, 1994, p.65). In the chapter entitled “The Godelian Case” of his book Shadows of the Mind, Penrose supported his idea with Turing’s Halting Problem and showed sound examples on non-computability. At the end of the chapter he answered possible technical objections to his idea based on Godel’s Theorem in details (R. Penrose, 1994, p.64-116).</p>
<p align="center">Penrose believes that there is something beyond computation in the human mind. In Chapter 3 of Shadows of the Mind, he examines the thinking process and non-computability in mathematical thought carefully and uses formal representations (R. Penrose, 1994, p.127-209). Godel’s theorem states that in any sufficiently complex formal system there exists at least one statement that cannot be proven to be true or false. Penrose believes that this would limit the ability of any AI system in its reasoning. He argues that there will always be a statement that can be constructed which is unprovable by the AI system. However, Penrose believes that somehow the human mind can see the truth of such Godel statements directly (R. Penrose, 1989).</p>
<p>Along the same lines as Penrose, Lucas believes that Godel&#8217;s theorem seems to prove that the idea of “Mechanism” is false, that is, that minds cannot be seen in terms of machines. He claims that Godel&#8217;s theorem must apply to cybernetics, because the essence of being a machine is that it should be a concrete instantiation of a formal system. It follows that for any given machine which is consistent and capable of doing simple arithmetic, there is a formula which it will be incapable of producing as being true (i.e., the formula is improvable in the system but which we can see to be true). It follows that no machine can be a complete or adequate model of the mind, that minds are essentially different from machines. This does not mean that a machine cannot simulate any piece of the mind; it only says that there is no machine that can simulate every piece of the mind. Lucas says that there may be deeper objections. Godel’s theorem applies to deductive systems, and human beings are not confined to making only deductive inferences. Godel&#8217;s theorem applies only to consistent systems, and one may have doubts about how far it is permissible to assume that human beings are consistent. Godel&#8217;s theorem applies only to formal systems, and there is no a priori bound to human ingenuity which rules out the possibility of our contriving some replica of humanity which is not representable by a formal system (J. Lucas, 1970).</p>
<p>Chalmers examines the situation when a formal system F, which understands the consequences of Godel’s Theorem, is given. According to his claim, F may not be sound, so Godel’s theorem cannot be applied. He specifies that the crucial point of Godel’s argument is not to know “a formal system is sound”; but to determine “if we know that our system is sound.” It follows that we perhaps have a sound system, but we can not conclude that “we know that we have a sound system” (D. J. Chalmers, 1995).</p>
<p>Like Chalmers, McCullough claims that not only artificial intelligence, but also the human mind is tightly related with Godel’s theorem. Godel argument did not prove that human reasoning had to be noncomputable – it only proved that if human reasoning was computable, then it had to either be unsound, or it had to be inherently impossible for a human to know both what a human’s own reasoning powers were and to also know that they were sound. And adds, Penrose dismisses the possibility that a human knows its reasoning powers, but does not know that they are sound. In his paper, McCullough also examines the appliability of Godel’s theorem on non-computable systems and the human mind. According to him, both are possible, by the way he asserts that Penrose’s idea is wrong. Consequently, McCullough agrees with Penrose that human reasoning cannot be formalized in some sense, because humans do not understand their reasoning system well enough to formalize it. This limitation is not due to a lack of human intelligence, but is inherent in any reasoning system that is capable of reasoning about itself. (D. McCullough, 1995).</p>
<p>As a short conclusion, it seems that the discussion between AI vs. mind will last for a long time. But, considering the present situation, AI has a long way to the go in order to achieve the expected skills.</p>
<h3><b>References</b></h3>
<p>• Chalmers, D.J. (1995). “Minds, Machines, and Mathematics”. http://psyche.cs.monash.edu.au/v2/psyche-2-09-chalmers.html</p>
<p>• Godel, K. “On Formally Undecidable Propositions of Principia Mathematica”. http://www.ddc.net/ygg/etext/godel/</p>
<p>• Lucas, J.R. (1970). “Minds, Machines and Godel”. The Freedom of the Will, Oxford: Oxford University Press. http://users.ox.ac.uk/jrlucas/mmg.html</p>
<p>• Maudlin, T. (1995). “Between The Motion And The Act&#8230;”. http://psyche.cs.monash.edu.au/v2/psyche-2-02-maudlin.html</p>
<p>• McCarthy, J. (1995). “Awareness and Understanding in Computer Programs”. http://psyche.cs.monash.edu.au/v2/psyche-2-11-mccarthy.html</p>
<p>• McCullough, D. (1995). “Can Humans Escape Godel?”. http://psyche.cs.monash.edu.au/v2/psyche-2-04-mccullough.html</p>
<p>• Penrose, R. (1989). The Emperor’s New Mind. New York: Oxford University Press.</p>
<p>• Penrose, R. (1994). Shadows of the Mind. New York: Oxford University Press.</p>
<p>• Penrose, R. (1996). “Beyond the Doubting of a Shadow”. http://psyche.cs.monash.edu.au/v2/psyche-2-23-penrose.html</p>
<p>• Pysche (1995). An Interdisciplinary Search of Consciousness, Vol. 2, Symposium on Roger Penrose’s Shadows of the Mind. http://psyche.cs.monash.edu.au/psyche-index-v2.html</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
