Slide 3
Slide 3 text
AI history in brief – 3 ages
AI history in brief – 3 ages
Late 1950s - Classification based on fixed rules
Breakthroughs: tree algorithms (Depth-First, Breadth-First, ...)
Focus on: efficiency, cutting branches to simplify massive
computations, board games.
Critical problem: frame problem
1980s – Knowledge Representation
Breakthroughs: expert systems, semantic web.
Focus on: effective representations, granularity, finding a way to
conveniently input an immense knowledge base.
Critical problem: symbol grounding problem
Machine Learning (ML) – A machine can learn without being explicitly
programmed – by tuning the parameters of a model, using training data.
Breakthroughs: several methods and algorithms
Focus on: pattern recognition, based on important aspects of the dataset
(features), multi-class and multi-dimensional processing
Critical problem: at first, lack of sufficient amounts of good-quality data
(as the machine cannot evaluate such quality); then, feature engineering.