Course Curriculum

Machine Learning

A structured collection of concise revision notes designed for quick review and conceptual clarity. Free to view and share.

01
neurology

Introduction to Machine Learning

Explore the fundamental concepts of how machines learn from data to make intelligent decisions.

arrow_forward
02
visibility

Supervised Learning

Understand the mechanics of training models using labeled data for classification and prediction tasks.

arrow_forward
03
visibility_off

Unsupervised Learning

Learn how algorithms discover hidden patterns and structures in unlabeled datasets.

arrow_forward
04
show_chart

Regression (Part I)

Dive into predictive modeling using Linear and Polynomial regression techniques.

arrow_forward
05
functions

Loss Functions

Master the math behind measuring prediction errors, including MSE, MAE, and cost function optimization.

arrow_forward
06
analytics

Evaluation Metrices

Learn how to properly assess regression models using R² and Adjusted R² scoring.

arrow_forward
07
trending_down

Underfitting

Identify the causes and solutions for when a model fails to capture the underlying pattern in data.

arrow_forward
08
query_stats

Overfitting

Recognize when a model learns noise instead of signal, and how to prevent it from performing poorly on new data.

arrow_forward