Artificial Intelligence (AI) is the science and engineering of making intelligent machines — particularly intelligent computer programs. It is related to the similar task of using computers to understand human intelligence, but AI does not have to confine itself to biologically observable methods.
AI has been defined in four ways based on two dimensions:
| Human-like | Rational | |
|---|---|---|
| Thinking | Systems that think like humans | Systems that think rationally |
| Acting | Systems that act like humans | Systems that act rationally |
1. Acting Humanly (Turing Test Approach) A computer passes the Turing Test if a human interrogator cannot distinguish the machine from a human after questioning both. Required capabilities:
2. Thinking Humanly (Cognitive Modeling) Understanding how humans think and modeling it in computers. Uses introspection, psychological experiments, and brain imaging.
3. Thinking Rationally (Laws of Thought) Using logic to reason correctly. Aristotle’s syllogisms were early examples:
4. Acting Rationally (Rational Agent) A rational agent acts to achieve the best outcome or the best expected outcome given uncertainty. This is the dominant approach in modern AI.
AI draws from multiple disciplines:
| Subarea | Description | Examples |
|---|---|---|
| Search & Planning | Finding solutions in state spaces | Chess, path planning |
| Knowledge Representation | Storing and using knowledge | Expert systems |
| Natural Language Processing | Understanding human language | ChatGPT, translation |
| Computer Vision | Understanding images and video | Face recognition |
| Machine Learning | Learning from data | Image classification |
| Robotics | Physical agents in the world | Self-driving cars |
| Expert Systems | Domain-specific reasoning | Medical diagnosis |
| Speech Recognition | Converting speech to text | Siri, Alexa |
| Year | Milestone |
|---|---|
| 1943 | McCulloch & Pitts — first mathematical model of neuron |
| 1950 | Alan Turing proposes the Turing Test |
| 1956 | Dartmouth Conference — AI coined as a field |
| 1966 | ELIZA — first chatbot |
| 1972 | PROLOG — logic programming language |
| 1980s | Expert systems boom |
| 1997 | Deep Blue beats chess world champion |
| 2012 | Deep learning revolution (AlexNet) |
| 2016 | AlphaGo beats Go world champion |
| 2022 | ChatGPT — large language models |
| Aspect | Human Intelligence | Artificial Intelligence |
|---|---|---|
| Learning | Experience-based | Data-driven |
| Speed | Slow | Very fast |
| Memory | Limited, fades | Unlimited, perfect |
| Creativity | High | Improving |
| Common sense | Natural | Still limited |
| Adaptability | High | Task-specific |
Short Answer (2 marks each)
Long Answer (8 marks each)
Think & Apply