A Machine Learning Library for Training Models
Goal: Understand the foundational maths behind ML algorithms
Topics Covered:
Goal: Understand what Machine Learning is and where it is used
Topics Covered:
What is Machine Learning?
Difference: AI vs ML vs Deep Learning
Types of ML: Supervised, Unsupervised, Reinforcement
Core ML Concepts:
→ Features (X) and Target (y)
→ Model, training, testing, prediction
Where Scikit-learn fits into the ML workflow
Why learn Scikit-Learn for real-world projects