Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Machine Learning I

Slides

Lecture Video

This lecture has been recorded using Zoom. You need to use your NUS email to login. Please access the Zoom recording use the links below:

Content

This week, we will cover basic concepts of machine learning, including types of machine learning, difference between supervised and unsupervised learning, and importance of data preprocessing. We will also discuss different types of models used in machine learning, including linear regression, logistic regression, decision trees, and neural networks. Additionally, we will cover concepts of overfitting and underfitting, as well as importance of model evaluation and validation. In practical, we will use PyTorch to perform some basic machine learning tasks.

Learning Objectives