Prerequisites: Basic Python helpful
Level:
Core Concepts
Define machine learning and distinguish it from traditional programming.
ML Types
Identify and describe supervised, unsupervised, and reinforcement learning.
Data Handling
Understand the role of data, features, and labels in machine learning.
Basic Algorithms
Explain how simple algorithms like Linear Regression, KNN, and K-Means work.
Model Building
Outline the steps involved in training and evaluating a basic machine learning model.
Data Preparation
Perform basic data preprocessing tasks like handling missing values and scaling features.