View on GitHub

CS161 [Winter2021] Fundamentals of Artificial Intelligence

Fundamentals of Artificial Intelligence

Overview

This course introduces the design of intelligent agents, including the fundamental problem-solving and knowledge-representation paradigms of artificial intelligence. Topics to be covered include the AI programming language LISP, state-space and problem reduction methods, brute-force and heuristic search, two-player games, and recent developments in game AI. For knowledge representation and reasoning, we will cover propositional and first-order logic and their inference algorithms. Finally, the course covers probabilistic approaches to AI, such as Bayesian networks to improve the agent’s performance with experience.

Prerequisites

This course requires knowledge of basic computer science, algorithms and complexity (CS180), and programming principles.

Textbook

Stuart Russell and Peter Norvig. Artificial Intelligence: A Modern Approach. (3rd Edition), Pearson 2009.

Programming Language

LISP

Logistics

Grading Policy

Grades will be computed based on the following factors:

Schedule

# Date Topics Reading Homework
1 1/5 About Course, Introduction: What is AI? Chapter 1,2  
2 1/7 LISP    
3 1/12 Problem solving as search & Uninformed search strategies Chapter 3  
4 1/14 Uninformed search strategies Chapter 3 HW1 Out
5 1/19 Informed search strategies Chapter 3  
6 1/21 Local Search Algorithms Chapter 4 HW1 Due, HW2 Out
7 1/26 Local Search Algorithms Chapter 4  
8 1/28 Constraint satisfaction Chapter 6 HW2 Due, HW3 Out
9 2/2 Constraint satisfaction Chapter 6  
10 2/4 Constraint satisfaction Chapter 6  
11 2/9 Game playing Chapter 5 HW3 Due, Hw4 Out
12 2/11 Game playing Chapter 5  
  2/16 Midterm Exam    
13 2/18 Propositional logic Chapter 7 HW4 Due (extended), HW5 Out
14 2/23 Propositional logic Chapter 7  
15 2/25 Propositional logic Chapter 7  
16 3/2 First-order logic: representation Chapter 8 HW5 Due
17 3/4 First-order logic: inference Chapter 9  
18 3/9 Reasoning under uncertainty Chapter 12 HW6 Out
19 3/11 Bayesian Networks Chapter 13  
  3/16 Final Exam    
  3/19     HW6 Due

Academic Integrity Policy

Students are encouraged to read the UCLA Student Conduct Code for Academic Integrity.

Homework

There will be 6 homework assignments during the semester as we cover the corresponding material. Homework consists of both problem solving and LISP programming. The lowest homework score will be dropped for you.

Unless otherwise indicated, you may talk to other students about the homework problems but each student must hand in their own answers and write their own code in the programming part. You also must indicate on each homework with whom you collaborated and cite any other sources you use including Internet websites. Students should never see another student’s solution before submitting their own. Students cannot use old solution sets for this class or solution manual to the textbook under any circumstances.Homework assignments will be submitted through CCLE.

Please submit your homework on time. Homework is worth full credit before the due date. It is worth zero credit after the due date.

Quiz

There will be 6 in-class online quiz (on CCLE) for the purpose of reviewing the newly learned concepts. The quizzes are open textbook. We will drop the lowest quiz score for you.

Exams

There will be one midterm and then final. The exam is online (on CCLE) and open book and note. You are not allowed to discuss with other people.