Artificial Intelligence & Neural Networks β Introduction to AI and Intelligent Agent, NEC licence examination syllabus (Nepal Engineering Council).
History and Foundations of AI
Where the ideas came from, and what the two AI winters taught.
π Where this lives: AI has been through two full cycles of enormous optimism followed by collapse in funding β 1974 and 1987 β and both were preceded by confident public predictions that turned out to be decades early. Knowing that history is genuinely useful right now, because it is the only available reference for telling a real capability jump from a hype cycle. The techniques that survived both winters are the ones in this syllabus. Search "AI winter history funding collapse causes".
The foundations β the disciplines AI is built from
AI did not appear from nowhere. Russell and Norvig identify the
contributing disciplines, and the questions each brought.
PHILOSOPHY (from ~428 BC)
Can formal rules be used to draw valid conclusions?
How does the mind arise from a physical brain?
Where does knowledge come from, and how does it lead to
action?
KEY IDEAS: Aristotle's SYLLOGISMS β the first formal system
of reasoning; DUALISM vs MATERIALISM; EMPIRICISM (knowledge
from sensory experience); the PHYSICAL SYMBOL SYSTEM
HYPOTHESIS that a physical system manipulating symbols can
exhibit intelligence.
MATHEMATICS (from ~800)
What are the formal rules to draw valid conclusions?
What can be computed?
How do we reason with uncertain information?
KEY IDEAS: LOGIC (Boole, Frege); ALGORITHMS (al-Khwarizmi);
COMPUTABILITY and the CHURCH-TURING thesis; GΓDEL's
INCOMPLETENESS THEOREM (in any consistent formal system
powerful enough for arithmetic there are true statements it
cannot prove); INTRACTABILITY and NP-completeness β the
distinction between what is computable in principle and
what is computable in practice; PROBABILITY (Cardano,
Bayes).
ECONOMICS (from 1776)
How should we make decisions to maximise payoff?
How should we do so when others may not go along?
How should we do so when the payoff is far in the future?
KEY IDEAS: UTILITY THEORY; DECISION THEORY (= probability +
utility); GAME THEORY (von Neumann and Morgenstern);
OPERATIONS RESEARCH; MARKOV DECISION PROCESSES and
SATISFICING (Simon: real decision-makers choose
"good enough" rather than optimal, because optimising costs
more than it returns).
NEUROSCIENCE (from 1861)
How do brains process information?
KEY IDEAS: neurons as the units of processing; the enormous
parallelism of biological computation; the observation that
brains and computers do very different things well.
PSYCHOLOGY (from 1879)
How do humans and animals think and act?
KEY IDEAS: BEHAVIOURISM (study only observable stimulus and
response) giving way to COGNITIVE PSYCHOLOGY (the brain as
an information-processing device); the idea that a
knowledge-based agent can be studied as a computational
process.
COMPUTER ENGINEERING (from 1940)
How can we build an efficient computer?
Without the machine, none of the rest is testable. The
exponential growth in available computation is a large part
of why methods invented in the 1980s only became practical
after 2010.
CONTROL THEORY AND CYBERNETICS (from 1948)
How can artefacts operate under their own control?
KEY IDEAS: HOMEOSTASIS; feedback; the design of systems
that minimise an objective function over time β which is
the same mathematics as reinforcement learning.
LINGUISTICS (from 1957)
How does language relate to thought?
KEY IDEAS: Chomsky's critique of behaviourism, showing it
could not explain the creativity of language; formal
GRAMMARS; COMPUTATIONAL LINGUISTICS.
The history, with the lessons
THE GESTATION (1943β1955)
1943 McCULLOCH AND PITTS publish a model of the artificial
neuron β the mathematical starting point of neural
networks (ACtE0906 topic 1).
1949 HEBB proposes a learning rule for modifying connection
strengths β Hebbian learning.
1950 TURING's "Computing Machinery and Intelligence"
introduces the imitation game, machine learning,
genetic algorithms and reinforcement learning, all in
one paper.
1951 Minsky and Edmonds build SNARC, the first neural
network computer.
THE BIRTH (1956)
THE DARTMOUTH WORKSHOP, organised by John McCarthy with
Minsky, Shannon and Rochester. McCarthy COINED THE TERM
"ARTIFICIAL INTELLIGENCE" here β the standard answer to
"when did AI begin as a field?"
EARLY ENTHUSIASM AND GREAT EXPECTATIONS (1952β1969)
the LOGIC THEORIST (Newell and Simon) proving theorems from
Principia Mathematica
the GENERAL PROBLEM SOLVER (GPS) β the first program to
imitate the structure of human problem solving
1958 McCarthy defines LISP, the dominant AI language for
thirty years, and proposes the ADVICE TAKER β a program
embodying general knowledge of the world
1959 Samuel's CHECKERS program learns to play better than
its author, which is a genuine landmark: the program
improved beyond the knowledge put into it
1965 Robinson's RESOLUTION method for logical inference
1965 Weizenbaum's ELIZA β a pattern-matching "therapist"
whose users attributed understanding to it, which is a
lasting lesson about how readily people over-attribute
intelligence
A DOSE OF REALITY, AND THE FIRST WINTER (1966β1974)
THE THREE CAUSES OF FAILURE, and they are worth learning
because they recur:
1. programs succeeded on small examples and FAILED TO SCALE.
Early methods were "toy" β the search space grew
exponentially and there was no way to control it.
2. the problems being attacked were INTRACTABLE, and the
theory of NP-completeness (1971) explained why: it was
not a matter of faster machines.
3. some basic structures were fundamentally LIMITED. Minsky
and Papert's "Perceptrons" (1969) proved a single-layer
perceptron cannot represent XOR (ACtE0906 topic 5),
and neural-network funding collapsed for a decade β
even though the multilayer solution was already
conceivable and only lacked a training algorithm.
1973 the LIGHTHILL REPORT in Britain led to almost all AI
funding being cut; US funding followed. THE FIRST AI
WINTER.
KNOWLEDGE-BASED SYSTEMS (1969β1979)
The response: abandon general-purpose weak methods for
DOMAIN-SPECIFIC KNOWLEDGE.
DENDRAL inferring molecular structure from mass
spectrometry β the first successful
knowledge-intensive system
MYCIN diagnosing blood infections, performing at
specialist level, and introducing CERTAINTY
FACTORS to handle uncertainty
THE LESSON: knowledge beats cleverness. A weak inference
engine with strong domain knowledge outperformed a strong
engine with none.
AI BECOMES AN INDUSTRY, AND THE SECOND WINTER (1980β1993)
R1/XCON at Digital saved a reported tens of millions of
dollars a year configuring computer orders
Japan's FIFTH GENERATION project; expert-system companies
proliferated; the industry grew from a few million to
billions of dollars
THEN THE COLLAPSE (from ~1987): expert systems proved
EXPENSIVE TO MAINTAIN, BRITTLE outside their narrow domain,
and unable to learn. Specialised LISP machines were
undercut by ordinary workstations. THE SECOND AI WINTER.
THE RETURN OF NEURAL NETWORKS (1986β)
BACKPROPAGATION was reinvented and popularised (Rumelhart,
Hinton, Williams), solving the multilayer training problem
that had stalled the field since 1969 β seventeen years lost
to a missing algorithm.
AI ADOPTS THE SCIENTIFIC METHOD (1987β)
The important shift, and arguably the reason there has been no
third winter: the field moved to RIGOROUS EXPERIMENT, shared
BENCHMARK DATASETS, statistical rather than ad-hoc methods,
and building on existing theory (probability, statistics,
control theory) rather than inventing from scratch. Claims
became measurable.
MILESTONES SINCE
1997 DEEP BLUE defeats Kasparov at chess β by search and
hardware, not by learning
2011 IBM WATSON wins Jeopardy!
2012 ALEXNET wins ImageNet by a large margin, beginning the
DEEP LEARNING era β enabled by three things arriving
together: large labelled datasets, GPU computation, and
algorithmic improvements
2016 ALPHAGO defeats Lee Sedol at Go, combining deep networks
with Monte Carlo tree search
2017 the TRANSFORMER architecture
2020s large language models
THE PATTERN ACROSS BOTH WINTERS, and the reason to know this
history: BOTH FOLLOWED PERIODS OF CONFIDENT OVER-PROMISING
ABOUT TIMELINES, and both collapses were triggered by the gap
between demonstration and deployment rather than by any
technique being disproved. The techniques mostly survived and
returned when the missing piece β an algorithm, data, or
compute β arrived.
The most useful lesson in this history: neither winter was caused by a technique being disproved. Perceptrons returned when backpropagation arrived; statistical methods returned when data and compute arrived. Both collapses came from the gap between a demonstration and a deployable system β which is a claim about engineering and expectation-setting, not about the science.
π Go further: the intellectual event that most shaped the field's current shape was the shift Russell and Norvig call "AI adopts the scientific method". Before it, a paper could report that a program did something impressive on examples the author chose. After it, results had to be reported on shared benchmark datasets with held-out test sets, which made claims comparable and progress cumulative. ImageNet is the canonical instance: a single well-constructed public benchmark with a leaderboard turned computer vision from a collection of hand-tuned systems into a measurable race, and the deep-learning era began the year a method won it decisively. Search "ImageNet benchmark driven progress computer vision".
π‘ Exam angle: name the contributing disciplines β philosophy, mathematics, economics, neuroscience, psychology, computer engineering, control theory, linguistics β with the question each brought. Know that the term "artificial intelligence" was coined by John McCarthy at the Dartmouth workshop in 1956. Be ready to describe the two AI winters and their causes, especially the three reasons for the first (failure to scale, intractability, the perceptron XOR limitation) and the expert-system problems behind the second (maintenance cost, brittleness, inability to learn). Name the landmark systems β Logic Theorist, GPS, LISP, ELIZA, DENDRAL, MYCIN, XCON, Deep Blue, AlexNet, AlphaGo.
Syllabus points
History of AI
Foundations of AI
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Related topics in Introduction to AI and Intelligent Agent