Lec 0
Lec 0
/01"233"4()*+5"4656'7681"
EE2211 Introduction to
Machine Learning
Lec 0
!"#$%&'()*+",,-"./01"233"4()*+5"4656'7681"
Welcome to EE2211!
• Team
– Lecturers – Tutors
• Xinchao Wang (Lec 1-3, Lec 10-12) • Prof. Chen-Khong Tham
• Helen Zhou (Lec 4-9) • Erik Maurite Spaans
• Teoh Jing Yang
– Python Tutor • Yu Juezhao
• Liu Songhua/Yang Xingyi (Week 1-2) • Shu Ting Goh
• Neil Banerjee
– Graduate Assistants (i.e., Graders) • Christopher Moy Shin Lee Lan
• Songhua Liu • Pang Kai Lin
• Gongfan Fang • Du Yutong
• Xinyin Ma • Jerome Teo Sze Yang
• Jiahao Lu • Zhu Shaohan Steven
• Runpeng Yu • Qingqing Ni
3
!"#$%&'()*+",,-"./01"233"4()*+5"4656'7681"
Course Contents
• Introduction and Preliminaries (Xinchao)
– Introduction
– Data Engineering
– Introduction to Probability and Statistics
• Fundamental Machine Learning Algorithms I (Helen)
– Systems of linear equations
– Least squares, Linear regression
– Ridge regression, Polynomial regression
• Fundamental Machine Learning Algorithms II (Helen)
– Over-fitting, bias/variance trade-off
– Optimization, Gradient descent
– Decision Trees, Random Forest
• Performance and More Algorithms (Xinchao)
– Performance Issues
– K-means Clustering
– Neural Networks
4
!"#$%&'()*+",,-"./01"233"4()*+5"4656'7681"
Logistics
• Schedule
– 12 Weeks Lectures, starting from Week 1
– 12 Weeks Tutorials, starting from Week 2
– 2 Programming Tutorials (optional and highly recommended)
• Week 1 – 2, Tuesday (i.e., 15 and 22 Aug 2023)
• Right after the lecture (i.e., 5 to 6 PM)
– 1 Mid-term Quiz (using ExamSoft)
• Held offline on 26 Sept 2023 (Recess Week)
• Content up to Week 5 (inclusive)
– 1 Briefing Session on ExamSoft
• Tentative on Week 3, exact time to be confirmed with CIT Staff
– 1 Final Exam (using ExamSoft)
• Held on 27-Nov-2023
– 3 Assignments
• Assignment 1: released on Week 4, due on Week 6 (tentatively)
• Assignment 2: released on Week 6, due on Week 9 (tentatively)
• Assignment 3: released on Week 9, due on Week 13 (tentatively)
5
!"#$%&'()*+",,-"./01"233"4()*+5"4656'7681"
Logistics
• 3 Assignments (36%) + Tutorial Attendance (4%)
• 1 Mid-term (30%)
• 1 Final Exam (30%)
• Held online:
– Lectures
6
!"#$%&'()*+",,-"./01"233"4()*+5"4656'7681"
Responsibility of Team Members
• All members, together, strive to serve you well! However, we have a
huge class of ~500 students!
• [Book3] Jeff Leek, “The Elements of Data Analytic Style: A guide for people
who want to analyze data”, Lean Publishing, 2015.
8
!"#$%&'()*+",,-"./01"233"4()*+5"4656'7681"
Something to Note…
• The topic of machine learning, per se, is a mixture of concepts and
applications.
• Lectures are treated as the “theory” part and tutorials as “practice” part
• Hence,
– During lecture, we focus on learning concepts
• Unfortunately, we won’t be able to spend much time showing code since we
will only have 2 hours (especially for Lecs 1-3 and Lecs 10-12)
– During tutorials, we focus on reviewing concepts and coding
• The tutors will discuss coding with you