1 / 13

The Turing Machine

The Turing Machine. What Is Turing Machine?. It is a conceptual machine put forward by Allan Turing in 1938. It is composed of A unlimitedly long tape with 0/1; A device with a read/write head which moves one step at a time; A process box with pre-stored rules. What A Turing Machine Can Do?.

gala
Télécharger la présentation

The Turing Machine

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Turing Machine

  2. What Is Turing Machine? • It is a conceptual machine put forward by Allan Turing in 1938. • It is composed of • A unlimitedly long tape with 0/1; • A device with a read/write head which moves one step at a time; • A process box with pre-stored rules.

  3. What A Turing Machine Can Do? • A Turing Machine can carry out a particular task, such as “adding one to a number”, “multiply two numbers”, “find the highest common factor between two numbers”, “pick the larger from two numbers”.

  4. Church-Turing’s Thesis • Any problem that has an algorithmic solution can be solved on a Turing Machine.

  5. Algorithm • An algorithm is a step-by-step procedure, by following which we can get a problem solved. • The results of an algorithm is independent of executor and times of executions. That is, no matter who is execute the algorithm, and how many time it is executed, the results will be, if input data are same, either identical or undistinguishable.

  6. Any Algorithmic Solution Can Be Realized on a Computer • If a problem can be solved by an algorithm, then a computer program can be generated to solve the problem.

  7. Therefore … • Any task that is accomplished on a computer can be accomplished on a Turing Machine.

  8. Universal Turing Machine • If the pre-stored rules in the process box are put on the tape, then individual Truing Machines with particular tasks can be combined into one Turing Machine – Universal Turing Machine. • It has been proved that those pre-stored rules in process box can be coded onto the tape.

  9. Therefore … • The computer as we have now can be conceptually reduced to an equivalent universal Turing Machine.

  10. Implications • We can predict some features of what computers can do in the future, even we do not know what specifically computers can do and how complicated it is. • For example, what the computer does in the future must be copiable.

  11. Turing Machine May Set a Limit for How Far Computer Can Go • Since we can foresee some features of future computers through Turing Machine, we may figure out something that can never be done by a computer. • A rigorous proof may be there right at the corner to show computers are not omnipotent, or at least cannot as intelligent / conscious as humans.

  12. Theorem of Incompleteness • The enthusiasm and fanaticism of developing a computing machine able to develop all theorems in a math system came to a sudden stop after Godel published his Incompleteness Theorem in 1936 • Godel showed it’s not possible to exhaust all theorems of a math system if staying in the system.

  13. Be Humble • Godel’s Theorem of Incompleteness served a sharp warning against the blind arrogance of humans. • Can we humans understand ourselves so well that we can make machines more intelligent than us?

More Related