C S 11A: INTRODUCTION TO ARTIFICIAL INTELLIGENCE
Foothill College Course Outline of Record
Heading | Value |
---|---|
Effective Term: | Summer 2025 |
Units: | 4.5 |
Hours: | 4 lecture, 2 laboratory per week (72 total per quarter) |
Prerequisite: | C S 3A. |
Advisory: | MATH 10. |
Degree & Credit Status: | Degree-Applicable Credit Course |
Foothill GE: | Non-GE |
Transferable: | CSU/UC |
Grade Type: | Letter Grade (Request for Pass/No Pass) |
Repeatability: | Not Repeatable |
Student Learning Outcomes
- Explain the autonomous agent paradigm and how it differs from and is enhanced by related fields such as data science and machine learning
- Use Python packages to develop and evaluate key AI models and algorithms
- Discuss ethical considerations such as bias, privacy, and disinformation, and how AI can reduce or amplify these problems in society
Description
Course Objectives
The student will be able to:
- Define the role and function of intelligent agents in artificial intelligence (AI)
- Describe search problems and identify several models used in search
- Describe game theory and identify several models used in adversarial search
- Discuss logic problems and explain the role of a logical agent in AI
- Identify probabilistic AI problems and choose an appropriate model
- Explain the role of natural language processing in communication and learning
- Identify machine learning algorithms as a subset of artificial intelligence
- Recognize AI as a tool that can reduce or amplify problems in society
Course Content
- Intelligent agents
- Environments
- Rationality
- Structure
- Search
- States
- Actions
- Transition
- Uninformed search
- Informed search
- Heuristic functions
- Search in complex environments
- Particle filter
- Genetic algorithms
- Swarming algorithms
- Adversarial search
- Game theory
- Minimax
- Monte Carlo tree search
- Stochastic games
- Logical agents
- Knowledge-based agents
- Propositional logic
- First-order logic
- Probabilistic reasoning
- Naïve Bayes models
- Bayesian networks
- Markov decision process
- Natural language processing
- Sentiment analysis
- Language models
- Grammar
- Parsing
- Machine learning
- Supervised learning
- Unsupervised learning
- Reinforcement learning
- Social considerations
- Historical and contemporary examples of racism and inequity in AI
- Safety
- Ethics
- Equity
- Diverse model training and testing
Lab Content
- Familiarity with package installation
- Installation
- Importing
- Documentation
- Develop at least one search application in Python from each of:
- Uninformed search
- Informed search
- Swarm intelligence or evolutionary algorithms
- Apply adversarial search to a game
- Demonstrate the application of logic to at least one problem, such as:
- Family tree
- Logic puzzle
- State based game (e.g., Wumpus)
- Apply probabilistic reasoning to solve a problem with incomplete information
- Use a Python package to demonstrate the application of NLP, for example:
- Sentiment analysis
- Sentence completion
- Language identification
Special Facilities and/or Equipment
2. The college will provide a website or course management system with an assignment posting component (through which all lab assignments are to be submitted) and a forum component (where students can discuss course material and receive help from the instructor). This applies to all sections, including on-campus (i.e., face-to-face) offerings.
3. When taught online, the college will provide a fully functional and maintained course management system through which the instructor and students can interact.
4. When taught online, students must have currently existing email accounts and ongoing access to computers with internet capabilities.
Method(s) of Evaluation
Tests and quizzes
Lab notebook
Written laboratory assignments which include source code, sample runs, and documentation
Reflective papers
Final examination or project
Method(s) of Instruction
Instructor-authored lectures which include mathematical foundations, theoretical motivation, and coding implementation of artificial intelligence models
Detailed review of assignments which includes model solutions and specific comments on the student submissions
Discussion which engages students and instructor in an ongoing dialog about artificial intelligence
Instructor-authored labs that rigorously demonstrate a student's ability to implement artificial intelligence models
Representative Text(s) and Other Materials
Russell, Stuart, and Peter Norvig. Artificial Intelligence: A Modern Approach, 4th ed.. 2022.
Hurbans, Rishal. Artificial Intelligence Algorithms. 2020.
Artasanchez, Alberto, and Prateek Joshi. Artificial Intelligence with Python, 2nd ed.. 2020.
Types and/or Examples of Required Reading, Writing, and Outside of Class Assignments
- Reading
- Textbook assigned reading averaging 30 pages per week
- Reading the supplied handouts and modules averaging 10 pages per week
- Reading online resources as directed by instructor though links pertinent to programming
- Reading library and reference material directed by instructor through course handouts
- Writing
- Writing technical prose documentation that supports and describes the programs that are submitted for grades