5

In computer science it is often assumed that a human mind can be reduced to a Turing machine. This is the assumption that underlies the field of artificial intelligence.

However, it is an assumption, one that has neither been proven or disproven.

Is there any kind of test within our current capabilities where we can prove/disprove this assumption?

If not, is there any evidence that would suggest one way or another?

Here is a similar question I asked awhile back on theoretical computer science:

https://cstheory.stackexchange.com/questions/3170/human-intelligence-and-algorithms

yters
  • 1,457
  • 2
  • 13
  • 21

5 Answers5

2

To answer your question:

Is there any kind of test within our current capabilities where we can prove/disprove this assumption?

The Turing test was conceived as a way to test a particular special case of this assumption: it gives us a way to test whether a particular AI system is successful at behaving indistinguishably from a human. Thus, this would give a plausible way to prove the assumption -- if we could come up with an AI system that is good enough to pass the Turing test. Unfortunately, that's something we haven't been able to do, yet.

D.W.
  • 167,959
  • 22
  • 232
  • 500
2

In computer science it is often assumed that a human mind can be reduced to a Turing machine.

Since when? I've read a lot of computer science papers and never once encountered this assumption.

This is the assumption that underlies the field of artificial intelligence.

Not really. I think artificial intelligence can exist independently of the ability to emulate human intelligence. Deep Blue beat Kasparov, and we're pretty sure it didn't do it by emulating human thought processes.

However, it is an assumption, one that has neither been proven or disproven. Is there any kind of test within our current capabilities where we can prove/disprove this assumption?

I personally suspect the assumption is true. I think it could only be proven by constructing a computer simulation of a particular human's brain and asking a series of questions, both of the human and of the simulated version, and seeing if the answers are indicative of a similar level of skill and knowledge. I would not expect the answers to be identical, even if the simulation is highly accurate. Constructing a computer simulation of a human brain is not remotely feasible at present.

If not, is there any evidence that would suggest one way or another?

With accurate equations, we expect a TM to be, in principle, capable of simulating any physical system, including in particular a human brain. The hard parts are (1) having correct quantum mechanics equations and (2) data acquisition of the initial state of a human brain. While these are not feasible today, there's no reason to believe they cannot be done in principle. Note we assume human thought is "reducible" to a TM even if the simulated brain is way slower than a real brain.

Atsby
  • 151
  • 1
1

The trivial answer is "no" because the Turing machine has infinite memory and no human can.

Since a computer can be made entirely of NAND gates, and the human neurology can implement NAND gates, it is theoretically possible that a Turing-machine-with-limited-memory could be built from neurons.

It may be that being conscious is what it is like to be the on-board computer implemented by neurology.

-2

If we identify a certain task that is non-computable, but the human mind perform, then this proves the human mind is not a Turing machine.

As an example, Turing machines cannot make the distinction between proof and truth. Yet, we humans can, as with the statement "this statement is unprovable," which is true but unprovable.

yters
  • 1,457
  • 2
  • 13
  • 21
-3

IF (a big "if" here) consciousness is based on quantum-level phenomena, (as researched by Roger Penrose, et al), then the mind is not deterministic as is a digital computer. What is the phenomena of how multiple simultaneous states collapse? Is it mechanistic?