Skip to main content

History of AI


 So AI has been in front of the world for past few years..The field of AI research was born at a workshop at Dartmouth College in 1956, where the term "Artificial Intelligence" was coined by John McCarthy to distinguish the field from cybernetics and escape the influence of the cyberneticist Norbert Wiener. Attendees Allen Newell (CMU), Herbert Simon (CMU), John McCarthy (MIT), Marvin Minsky (MIT) and Arthur Samuel (IBM) became the founders and leaders of AI research. They and their students produced programs that the press described as "astonishing": computers were learning checkers strategies (c. 1954) (and by 1959 were reportedly playing better than the average human), solving word problems in algebra, proving logical theorems (Logic Theorist, first run c. 1956) and speaking English. By the middle of the 1960s, research in the U.S. was heavily funded by the Department of Defense and laboratories had been established around the world .AI's founders were optimistic about the future: Herbert Simon predicted, "machines will be capable, within twenty years, of doing any work a man can do". Marvin Minsky agreed, writing, "within a generation ... the problem of creating 'artificial intelligence' will substantially be solved".






Comments

Popular posts from this blog

AI : The future technology which will change the world!

  Computer science defines AI research as the study of " intelligent agents ": any device that perceives its environment and takes actions that maximize its chance of successfully achieving its goals.   A more elaborate definition characterizes AI as "a system's ability to correctly interpret external data, to learn from such data, and to use those learnings to achieve specific goals and tasks through flexible adaptation." A typical AI analyzes its environment and takes actions that maximize its chance of success.  An AI's intended  utility function (or goal)  can be simple ("1 if the AI wins a game of  Go , 0 otherwise") or complex ("Perform actions mathematically similar to ones that succeeded in the past"). Goals can be explicitly defined or induced. If the AI is programmed for " reinforcement learning ", goals can be implicitly induced by rewarding some types of behavior or punishing others.  Alternatively, an evolutionary s...