Artificial intelligence is the science of making computers perform tasks that usually require human thinking, such as recognizing patterns, making decisions, translating language, and solving problems. The history of AI shows how ideas from mathematics, computer science, probability, and statistics became tools that students use today in apps, search engines, games, and learning platforms. Early AI systems followed hand-written rules, while modern machine learning systems learn patterns from data.
Understanding this timeline helps explain why AI is powerful, useful, and sometimes limited.
Key Facts
- 1950: Alan Turing proposed the question of whether machines can imitate human intelligence, leading to the Turing Test.
- 1956: The Dartmouth workshop helped launch AI as a research field and introduced the term artificial intelligence.
- Rule-based AI uses human-written instructions, often in the form if condition, then action.
- Machine learning improves performance from data: prediction = model(input data).
- A simple linear model can be written as y = mx + b, where the model learns m and b from data.
- In classification, probability helps compare choices, such as P(class | data), meaning the probability of a class given the data.
Vocabulary
- Artificial Intelligence
- Artificial intelligence is the field of computer science that builds systems able to perform tasks that seem to require human intelligence.
- Machine Learning
- Machine learning is a type of AI in which a computer improves at a task by finding patterns in data.
- Algorithm
- An algorithm is a step-by-step procedure a computer follows to solve a problem or make a decision.
- Training Data
- Training data is the set of examples used to teach a machine learning model how to make predictions.
- Neural Network
- A neural network is a machine learning model inspired by connected brain cells that learns by adjusting many numerical weights.
Common Mistakes to Avoid
- Thinking AI began with modern chatbots is wrong because the field started in the 1950s and includes decades of rule-based systems, expert systems, and machine learning research.
- Confusing AI with machine learning is wrong because machine learning is one part of AI, while AI also includes logic, search, planning, robotics, and rule-based reasoning.
- Assuming more data always makes a model better is wrong because low-quality, biased, or mislabeled data can teach the model the wrong patterns.
- Treating AI answers as always correct is wrong because AI systems make predictions based on patterns and can fail when the data, task, or context changes.
Practice Questions
- 1 A small image model is trained on 800 cat pictures and 1,200 dog pictures. What fraction of the training data is cat pictures, and what is that fraction as a percent?
- 2 An AI timeline marks major events in 1950, 1956, 1997, 2012, and 2022. How many years passed from the Dartmouth workshop in 1956 to the deep learning breakthrough year 2012?
- 3 A school wants to use AI to recommend study problems to students. Explain why the system should use both algorithms and statistics, and describe one possible risk if the training data is not fair or complete.