Artificial Intelligence

CS5804 Spring 2022

Description

This course will introduce the foundations of modern artificial intelligence (AI) and key ideas and techniques underlying the design of intelligent computer systems. It will focus on concepts that are not only important in the space of AI but are also practically useful in modern applications. We will practice effective methods of reasoning about AI problems, which will generalize beyond the specific topics we study in class. Topics include (but are not limited to) search, game playing, logic, machine learning, deep learning, natural language processing, robotics and image processing. The techniques you learn in this course apply to a wide variety of artificial intelligence problems and will serve as the foundation for further study in any application area you choose to pursue.


Course Staff

Canvas

Blacksburg campus: https://canvas.vt.edu/courses/145270
NCR campus: https://canvas.vt.edu/courses/145273

Learning Objectives

By the successful completion of this course, students will be able to:
  • Explain and analyze classical artificial intelligence algorithms.
  • Examine applications of AI techniques in intelligent agents, expert systems, artificial neural networks, and other machine learning models.
  • Design and develop intelligent systems by assembling solutions to concrete computational problems that learn from experience.
  • Implement methods of machine learning using a high-level programming language.
  • Have a well-informed perspective on what is possible with modern AI methods and what will be possible in the future.

Topics

  • Search: heuristic search, A*, adversarial search, and game playing.
  • Probability and learning: reasoning under uncertainty, reinforcement learning, temporal modeling.
  • Logic and knowledge: propositional, first-order, reasoning, planning, knowledge representation.
  • Machine learning: supervised, unsupervised, reinforcement, and deep learning.
  • AI Applications: self-driving cars, computer vision, natural language processing, and more.

Prerequisites

The only official prerequisite is CS 3114 (Undergraduate Data Structures and Algorithms). You should be comfortable with discrete mathematics, basic probability and statistics, basic logic, computational complexity, data structures, and algorithm analysis. The homework assignments will include programming portions using Python.

Please speak with the instructor if you are concerned about your background.

Reading and materials

  • Russell and Norvig, Artificial Intelligence, A Modern Approach. 4th Edition. ISBN: 0134610997. Table of Contents for the US Edition.
  • Additional materials may be provided electronically, including readings, video lectures, and other media.
  • Slides and other materials will be available at the course canvas

Grading breakdown

  • 5%: Class participation
  • 30%: Homework assignments
  • 30%: Project assignments (0%: Project 0)
  • 10%: Midterm exam
  • 25%: Final exam

Class schedule

Week Dates Tue Thur Notes
1 01/17-01/21 Overview of AI
Ch.1
Agents / Python & Projec 0
Ch.2
Project 0: Tutorial
2 01/24-01/28 Uninformed Search
Ch. 3.1-3.4
Informed Search
Ch. 3.5-3.6
HW1 / Project 1: search
3 01/31-02/04 Game, Adversarial Search
Ch. 5.1-5.3
Game, Expectimax, Utilities
Ch. 5.5 & 16.1-16.3
4 02/07-02/11 Constraint satisfaction problem (CSP) I
Ch. 6.1-6.2
CSP II
Ch. 6.3–6.5
HW2 / Project 2: Game
5 02/14-02/18 Probability
Ch. 12.1 – 12.5
Propositional Logic
Ch. 7.1–7.5
6 02/21-02/25 Midterm Prep
Midterm (8:00am – 9:15am)
HW3
7 02/28-03/04 Markov Decision Processes (MDP)
Ch. 17.1-17.3
MDP II Ch. 17-3-17.5 /
Machine Learning Fundamentals
Ch. 19
HW4 / Mini-Project
8 03/07-03/11 No class
No class
Spring Break
9 03/14-03/18 Reinforcement Learning I
Ch. 22.1-22.2
Reinforcement Learning II
Ch. 22.3-22.5
HW5 / Project 3: Reinforcement Learning
10 03/21-03/25 Bayesian Networks I
Ch. 13.1-13.3
Bayesian Networks II
Ch. 13.3-13.5
HW6 / Mini-project : proposal Due 3/25.
11 03/28-04/01 Decision Networks / HMMs
Ch. 14.1-14.3 & 16.5-16.6
Particle Filters
Ch. 14.1-3,14.5
HW7 / Project 4: Ghostbusters
12 04/04-04/08 Decision Tree, Naïve Bayes, Perceptron
Ch. 20
Deep Learning Fundamentals
Ch. 20 & 21.1-21.2
HW8
13 04/11-04/15 Deep Learning & Neural Networks
Ch. 21.3-21.6
Deep Learning for Nature Language Processing
HW9 / Project 5: Machine Learning
14 04/18-04/22 Project & Final Prep
Class scores
AI application & Research / The Ethics of AI
Project Presentation
HW10
15 04/25-04/29 Project Presentation
Project Presentation
Mini-project: final assignment due 05/01
16 05/02-05/06 No class
Reading Day
05/06 (Fri) Final Exam 07:45am – 09:45am

Homework and Project assignment

  • Each homework assignment will include written and programing portions.
  • Both written and programming assignments will be submitted electronically. Submission instructions will be posted with each assignment on Canvas.
  • Programming assignments will be in Python and will be based on the UC Berkeley The Pac-Man Projects .
  • These programming assignments, while fun, only cover a portion of the topics we will study, so they will be supplemented with written problems.

Mini-Project

Close to the end of the semester, students will design and carry out a AI project in groups of 2 - 4 students. The goal of the project is for you to use techniques learned from class or outside the class to solve an AI problem of your interest.

Exams

Exams for this course will be open-book and notes. They will be designed with the intent of testing your ability to understand and apply the concepts we learn about in class, not whether you can memorize them. You should take the exams all by yourselves, should not communicate with others through communication tools like email, phone, chat, zoom, skype, social media, etc during the exams.

  • Midterm exam 02/24 (Thu) 8:00am – 9:15am. Exam time 75 minutes.
  • Final exam 05/06 (Fri) 07:45am – 09:45pm. Exam time 2 hours.

* The instructor reserves the right to adjust for unexpected performance on the exams, exceptional contributions to student activities, or other anomalies. The instructor reserves the right to be more lenient in the assignment of letter grades.

Regrading requests

Requests for regrading due to grading errors must be submitted in writing to a TA within one week of the release of grades.

Late assignment policy

Homework & project assignment submitted late without permission will be penalized according to the following formula:

(Penalized score) = (Your raw score) * (1 - 0.1 * (# of days past deadline))

This formula will apply for up to three days, after which the homework will not be accepted and you will receive a grade of zero. Avoid invoking these penalties by starting early and seeking extra help.

Grading scale

Based on the grading breakdown above, each student's final grade for the course will be determined by the final percentage of points earned. The grade ranges are as follows:

 A   93.3%–100%   A-   90.0%–93.3%   B+   86.6%–90.0%   B   83.3%–86.6% 
 B-   80.0%–83.3%   C+   76.6%–80.0%   C   73.3%–76.6%   C-   70.0%–73.3% 
 D+   66.6%–70.0%   D   63.3%–66.6%   D-   60.0%–63.3%   F   00.0%–60.0% 

Academic integrity

The Graduate Honor Code pledge that each member of the university community agrees to abide by states: "As a Hokie, I will conduct myself with honor and integrity at all times. I will not lie, cheat, or steal, nor will I accept the actions of those who do."

Students enrolled in this course are responsible for abiding by the Honor Code. A student who has doubts about how the Honor Code applies to any assignment is responsible for obtaining specific guidance from the course instructor before submitting the assignment for evaluation. Ignorance of the rules does not exclude any member of the University community from the requirements and expectations of the Honor Code. For additional information about the Honor Code, please visit: https://graduateschool.vt.edu/academics/expectations/graduate-honor-system.html

This course will have a zero-tolerance philosophy regarding plagiarism or other forms of cheating. Your assignments must be your own work, and any external source of code, ideas, or language must be cited to give credit to the original source. I will not hesitate to report incidents of academic dishonesty to the Office of the Graduate Honor System.

Principles of Community

Because the course will include in-class discussions, we will adhere to Virginia Tech's Principles of Community. The first two principles are most relevant:

  • We affirm the inherent dignity and value of every person and strive to maintain a climate for work and learning based on mutual respect and understanding.
  • We affirm the right of each person to express thoughts and opinions freely. We encourage open expression within a climate of civility, sensitivity, and mutual respect.

The remaining principles are also important and we will take them seriously as a class.

Health and Well-being

Supporting the mental health and well-being of students in my class is of high priority to me and Virginia Tech. If you are feeling overwhelmed academically, having trouble functioning, or are worried about a friend, please reach out to any of the following offices:

  • Cook Counseling: 540-231-6557 to schedule an appointment and/or 24/7 crisis support. ucc.vt.edu for more information.
  • Dean of Students Office: 540 231-3787 for general advice. 540-231-6411 for after-hours crisis. dos.vt.edu for more information.
  • Hokie Wellness: hokiewellness.vt.edu for more information about health and wellness workshops and consultations
  • Services for Students with Disabilities (SSD) 540-231-3788 or http://www.ssd.vt.edu/ for more information about accommodations and other disability-related supports
  • For a full listing of campus resources check out well-being.vt.edu
Please also feel free to speak with me. I will make an effort to work with you.

























Disclaimer: This syllabus details the plans for the course, which are subject to change. I will make sure any changes are clearly announced and will always be intended for your benefit.

The course structure and materials are adopted from the "Intro AI" at UC Berkeley with an update using AIMA 4th edition.

For visitors outside the course: you are welcome to use the course materials for educational purposes. Do not sell any of this content.