Spring 2025 Teaching

CS 460G – Machine Learning

https://aaz-imran.github.io/teaching/2025-spring-cs460g


Syllabus

Time: TR 9:30 am – 10:45 am
Location: Register course to know

Course Instructor: Dr. Abdullah-Al-Zubaer Imran
Office: 319 Marksbury
Office Hours: TBD

Teaching Assistant: TBD
Location: Engineering Annex 2nd Floor
Office Hours: TBD


Course Description:
Study of computational principles and techniques that enable software systems to improve their performance by learning from data. Focus on fundamental algorithms, mathematical models and programming techniques used in Machine Learning. Topics include: different learning settings (such as supervised, unsupervised and reinforcement learning), various learning algorithms (such as decision trees, neural networks, k-NN, boosting, SVM, k-means) and crosscutting issues of generalization, data representation, feature selection, model fitting and optimization. The course covers both theory and practice, including programming and written assignments that utilize concepts covered in lectures.


Course Outcomes
This course will help students achieve the following educational objectives:

  • Understand the principal techniques and computational principles for enabling computers to learn from data
  • Develop computer programs that manipulate different types of data (such as images, texts, videos, etc.)
  • Analyze complex machine learning problems and apply principles of computing to identify appropriate solutions
  • Design, implement, and evaluate a computing-based solution to meet a given set of computing requirements in the context of a machine learning problem
  • Apply computer science theory, machine learning fundamentals, and software development fundamentals to produce computing-based solutions
  • Effectively communicate about machine learning models or concepts in a variety of professional contexts

Prereqs:

  • Strong programming ability (CS 315)
  • Basic probability and statistics (STA 281)
  • Basic concepts of linear algebra (MA/CS 321 or MA/CS 322)

Required books
There is no required textbook for CS 460G.

Recommended books


Course Schedule/Outline (Tentative):

WeekTopicsSuggested ReadingNote
1.Jan 14: Course Introduction
Jan 16: Python for Machine Learning
  
2.Jan 21: Learning Theory
Jan 23: Linear Classification
  
3.Jan 28: Linear Regression
Jan 30: k-NN and Decision Trees
  
4.Feb 4: Lab Session I
Feb 6: Lab Session II
 
release of hw1
5.Feb 11: SVM
Feb 13: Validation and Evaluation
 
hw1 due
6.Feb 18: Dimensionality Reduction
Feb 20: Clustering
  
7.Feb 25: Regularization
Feb 27: Ensemble Methods
 
project proposal due
8.Mar 4: Lab Session III
Mar 6: Lab Session IV
 
release of hw2
9.Mar 11: Midterm Review
Mar 13: Midterm Exam
  
10.Mar 18: No Lecture – Spring Break
Mar 20: No Lecture – Spring Break
  
11.Mar 25: Neural Networks
Mar 27: Optimization
 
hw2 due
12.Apr 1: Lab Session V
Apr 3: Lab Session VI
 
release of hw3
13.Apr 8: Convolutional Neural Networks
Apr 10: Recurrent Neural Networks
 
hw3 due
14.Apr 15: Transformers
Apr 17: Reinforcement Learning I
 
release of hw4
15.Apr 22: Reinforcement Learning II
Apr 24: Generative Machine Learning
 
hw4 due
16.Apr 29: Prep Day – Final Discussion
May 1: Reading Day – No Lecture
  
17.May 8: Final project demo, code, and report due

Course Activities:

  • Class participation (10%) – lecture quizzes, in-class and canvas activities
  • Assignments (30%) – Four programming and written assignments (only the top 3 will count)
  • Project (40%) – Final group project (demo presentation, code, and report)
  • Assessments (20%) – In-class Exam

Grading Scale:
After the final percentage grade is calculated, the following scale will be used to determine the final letter grade.

For undergraduate students:

  • 90–100% (A)
  • 80–89% (B)
  • 70–79% (C)
  • 60–69% (D)
  • 0–59% (E)

For graduate students:

  • 90–100% (A)
  • 80–89% (B)
  • 70–79% (C)
  • 0–69% (E)

READ THIS:

Attendance Policy: Students are required to attend every lecture. Students only present in the class can take the associated quiz and get the available points. Missing a maximum of 2 lectures will be excused. Any student missing more than 2 lectures without any reasonable excuses will start losing 10 points for every miss.

Academic Integrity: Please strictly follow the Academic Offenses Rules (plagiarism, cheating, and falsification or misuse of academic records). Also, keep in mind that any copyrighted materials (e.g., images and other media), and published contents (e.g., academic papers, books, web sources, online tools) used in your submissions and project should be properly cited. Ideas from people other than your own (for the project—ideas from outside your group) should be acknowledged.

Late Policy: Late submissions (assignment, project proposal, code, project final report) will be subject to a 50% score penalty if you submit within 2 days after the deadline. A score of 0 will be given for any submissions after that. Late submissions will be accepted only for certain circumstances (e.g., medical) with proper evidence.
Exceptions to this rule may be requested by providing appropriate documentation (e.g., medical) which will be considered at the discretion of the instructor.

Generative AI Policy: GenAI tools such as ChatGPT may be used in this course for the purposes of pre-submission activities. However, students are responsible for submitting work that meets the assignment standards for quality and factual accuracy. Check Canvas page for more detailed instructions on this. If you have any questions or concerns about the policy, contact the instructor before submitting any assignments.

Disability and Special Accommodation: Please let the instructor know of any needed accommodation in the first two weeks. Please also see Academic Accommodation for further assistance.

Academic Policy Statements, DEI, Resources Available to Students


Useful Resources: