Appearance
Web Resources for Artificial Intelligence
Use these resources for a second explanation after reading the local module.
Complete introductory references
- UC Berkeley CS 188 online textbook - agents, search, CSPs, games, probability, logic, and learning.
- Stanford CS 221 course description - the relationship among AI algorithms, probability, and decisions.
Module 1: Agents
Module 2: Search, CSPs, and games
Module 3: Logic and knowledge
Module 4: Probability
Module 5: Learning and neural networks
- Berkeley CS 188: Machine learning
- Scikit-learn user guide - practical reference for classifiers and neural networks.
Study method
- Read the local module and trace its worked example.
- Open a second explanation only when a concept remains unclear.
- Reproduce the algorithm with a small example on paper.
- Use code only after the manual trace is understood.