CS188 Intro to AI
Table of contents
- Ⅰ Artificial Intelligence
- Ⅱ Problem-solving
- Ⅲ Knowledge, reasoning,and planning
- Ⅳ Uncertain knowledge and reasoning
- Ⅴ Machine Learning
- Ⅵ Communicating,perceiving, and acting
- VIl Conclusions
- A Mathematical Background
- B Notes on Languages and Algorithms
Ⅰ Artificial Intelligence
Ⅱ Problem-solving
- 3 Solving Problems by Searching
- 4 Search in Complex Environments
- 5 Adversarial Search and Games
- 6 Constraint Satisfaction Problems
Ⅲ Knowledge, reasoning,and planning
- 7 Logical Agents
- 8 First-Order Logic
- 9 Inference in First-Order Logic
- 10 Knowledge Representation
- 11 Automated Planning
Ⅳ Uncertain knowledge and reasoning
- 12 Quantifying Uncertainty
- 13 Probabilistic Reasoning
- 14 Probabilistic Reasoning over Time
- 15 Probabilistic Programming
- 16 Making Simple Decisions
- 17 Making Complex Decisions
- 18 Multiagent Decision Making
Ⅴ Machine Learning
- 19 Learning from Examples
- 19.1 Forms of Learning
- 19.2 Supervised Learning
- 19.3 Learning Decision Trees
- 19.4 Model Selection and Optimization
- 19.5 The Theory of Learning
- 19.6 Linear Regression and Classification
- 19.7 Nonparametric Models
- 19.8 Ensemble Learning
- 19.9 Developing Machine Learning Systems
- Summary
- Bibliographical and Historical Notes
- 20 Learning Probabilistic Models
- 21 Deep Learning
- 22 Reinforcement Learning
Ⅵ Communicating,perceiving, and acting
- 23 Natural Language Processing
- 24 Deep Learning for Natural Language Processing
- 25 Computer Vision
- 26 Robotics
- 26.1 Robots
- 26.2 Robot Hardware
- 26.3 What kind of problem is robotics solving?
- 26.4 Robotic Perception
- 26.5 Planning and Control
- 26.6 Planning Uncertain Movements
- 26.7 Reinforcement Learning in Robotics
- 26.8 Humans and Robots
- 26.9 Alternative Robotic Frameworks
- 26.10 Application Domains
- Summary
- Bibliographical and Historical Notes
VIl Conclusions
A Mathematical Background
- A.1 Complexity Analysis and O() Notation
- A.2 Vectors, Matrices, and Linear Algebra
- A.3 Probability Distributions
- Bibliographical and Historical Notes