Intro to Artificial Intelligence Programming

CS 210 Syllabus for Fall 2025

Class  Instructor 
Course NumberCS 210 NameBrian Bird
CRNHybrid (on campus) 21240
Online 21239
 E-mailbirdb@lanecc.edu
Day & TimeTu, Th 12:001:50 Office HoursM and W 2:002:50
Tu and Th 4:004:50
RoomBuilding 19, Room 128
Zoom meeting
 RoomBuilding 19, Room 152
Zoom meeting

Table of Contents

Course Description

This course provides ап overview of the field of Artificial lntelligence (AI) and how to write computer programs that use AI. Students will learn what AI is, how machine learning works and how to write programs using AI libraries, models and techniques. There will bе а focus оп generative AI and LLMs (Large Language Models) and how to write programs that use LLMs. The risks and dangers and ethical issues related to AI will bе explored along with its potential benefits.

Learning Outcomes

Upon successful completion of this course, students will be able to:

  1. Explain what AI programming is.

  2. Discuss the potential dangers and benefits of AI to society.

  3. Write programs that use symbolic AI techniques.

  4. Write programs that use statistical AI techniques.

  5. Write programs that uses neural networks for image recognition.

  6. Write programs that use LLMs (Large Language Models).

  7. Create a custom chatbot using a fine-tuned LLM.

 

Online Resources

Course Materials

There is no textbook for this class. In place of a textbook you will read online tutorials and other free online resources.

Elements of AI (EoAI), is a free high-quality course that I reccomendalthough it won't be directly used in this course. EoAI has sections for both non-programmers and Python programmers. The programming section doesn't go very deep, but EoAI does a good job of covering many concepts relevant to this course.

Learning Management System

Moodle is the Learning Management System (LMS) used for this course; LCC’s Moodle site is at: classes.lanecc.edu.

Software

All of the software required for this class is free. You can use any operating system: Windows, Mac OS, or Linux.

Software Required for Course Work

See the Getting Started Guide for a list of the software needed for this class.

You will need to download and install any software you don't already have on your computer. The software has

already been installed on the computers in the classroom and in the CIT computer lab.

Free and Discounted Software for Students

None of the software provided in these offers is required for this class, but you may want to take advantage of the free and discounted software offers.

 

Computer Lab and Tutoring

CIT Computer Lab and In-Person Tutoring

The CIT Main lab (Building 19, room 135) is equipped with computers and software which are available exclusively for students in the CIT department. There are tutors available in the lab to help you with your lab work. The schedule for when the lab will be open and when in-person tutors are available is TBD.

Online Tutoring

See the LCC Tutoring Services web page for information.

 

Assessment and Grading

Points for Each Graded Activity

The table below summarizes the possible points for each assessment task as well as the course as a whole:

Assessment TasksPoints EachTotal PointsPercentage
Labs 1 - 85040040%
Code Reviews* 1 - 810808%
Reading Quizzes* 1 - 810808%
Term Project44044044%
Course Total 1000 

* The code review and reading quiz with the lowest grade will be dropped from the grade calculation.

Grade Scale

Letter grades for the course will be determined by the following percentages:

 + -
A100 to 9897 to 9291 to 90
B89 to 8887 to 8281 to 80
C79 to 7877 to 7271 to 70
D69 to 6867 to 6261 to 60
FBelow 60  

Quizzes

Weekly (except midterm an final quiz weeks) quizzes are given that cover learning material for that week. These quizzes are "open book".

Participation and Attendance

While participation and attendance are essential to succeed in this class, they will not be graded.

No Show Drop

The college’s “no show, drop” policy requires that: during the first week students must complete at least one activity (a quiz or assignment) otherwise the student will be dropped from the class.

Academic Honesty

While students are encouraged to discuss assignments and to use each other as resources, each student is responsible for his/her own work. In other words you can help each other, but you can’t copy any part of someone else’s work. The end product must be each student’s own individual work.

Use of AI

Generative AI tools such as GitHub Copilot or ChatGPT are useful resources and you are encouraged to use them, but don't use them to give you quiz answers or do your assignments for you. Use them to help you learn, to come up with ideas, or for drafts of text you write.

Late Work

Accessibility and Campus Navigation

Center for Accessible Resources

Lane Community College (LCC) is dedicated to providing inclusive learning environments. The Center for Accessible Resources (CAR) coordinates all academic accommodations for students at LCC. If you anticipate or experience academic barriers due to a disability, to request assistance or accommodations, contact the Center for Accessible Resources.

In-Person Services: Monday and Thursday, 9:00am - 12:30 and 1:30pm - 3:00pm. Location: Main Campus, Building 19, Room 263A

Remote Support through Support Hub: Monday - Thursday 9:00am12:30 and 1:30pm3:00pm. Enter the Support Hub by going to lanecc.edu/hub. Wait for a Lane staff to let you into the Zoom.

Phone: Voice, (541) 463-5150 TTY: 711, MondayFriday 9:00am12:30pm and 1:30pm3:00pm. Email: AccessibleResources@lanecc.edu

For upcoming closures, please visit the Center for Accessible Resources webpage

Campus Location and Maps

Schedules

Academic Calendar for Fall Term 2025

EventDate 
Fall term classes begin9/29Monday
Last day to receive refund10/6Monday
Veteran’s Daycollege closed11/11Tuesday
Last day for schedule changes11/21Friday
Thanksgiving Vacation – college closed11/2711/30Thursday, Friday
Final exam12/9Tuesday

View academic calendars on the LCC web site.

Weekly Learning Activities

Course Schedule

(Tentative, may be subject to change)

WeekTopicsActivities
1
9/30
Intro to AI
Python
Introduce yourself on Discord
Lab 1
Quiz 1
2
10/7
Symbolic AILab 2
Quiz 2
Code review 1
3
10/14
Classical Machine Learning: TrainingQuiz 3
4
10/21
Classical Machine Learning: InferenceLab 3
Quiz 4
Code review 2
5
10/28
More Machine Learning
History of AI
Lab 4
Code review 3
Term project proposal
6
11/4
ANN: Image recognitionLab 5
Quiz 5
Code review 4
7
11/11
Generative AILab 6
Quiz 6
Code review 5
8
11/18
Custom chatbotLab 7
Project: prompt engineering
Quiz 7
Code review 6
9
11/25
LLM fine-tuningLab 8
Project: Custom chat-bot
Quiz 8
Code review 7
10
12/2
Social and ethical issues of AITerm Project

Code review 8
11
12/9
 Term project presentation

Go back to the top