Course Introduction and Machine Learning
Review course expectations and key concepts of ML.
Learning Outcomes:
Resource Hub
Linear Regression and Gradient Descent
Linear Regression: Hypothesis, loss, and cost functions. Gradient Descent: Optimization, learning rates, and best-fit determination.
Learning Outcomes:
Resource Hub
Logistical Regression and Algorithm Evaluation
Logistic Regression: Decision boundaries and multiclass classification. Evaluation: Bias-variance trade-off and evaluation matrices.
Learning Outcomes:
Resource Hub
Machine Learning Model Implementation
End-to-end implementation focusing on data pre-processing, visualization, and prediction.
Learning Outcomes:
Resource Hub
SVM and kNN Modelling Techniques
Large margin classification with SVM and instance-based learning with kNN.
Learning Outcomes:
Resource Hub
Naive Bayes
Review of Bayes Theorem and probabilistic classification.
Learning Outcomes:
Resource Hub
Tree-Based and Ensemble Models
Decision Trees, Random Forests, and Ensemble techniques like Bagging/Boosting.
Learning Outcomes:
Resource Hub
Classification Modelling
Building and evaluating classification models using supervised learning.
Learning Outcomes:
Resource Hub
Neural Networks
Introduction to NN architecture, forward, and backward propagation.
Learning Outcomes:
Resource Hub
Neural Network Application and PCA
Applying NN to classification and dimensionality reduction via PCA.