ClassNote One
ClassNote One
Topics Covered:
1 Supervised Learning:
◦ Definition: Learning from unlabeled data where the algorithm tries to learn
the patterns and structure from the data.
◦ Algorithms:
▪ K-Means Clustering: Partitions data into K distinct clusters based on
feature similarity.
▪ Principal Component Analysis (PCA): Technique for dimensionality
reduction by transforming the data into a new coordinate system with
fewer dimensions.
◦ Example: Customer segmentation in marketing using K-Means clustering.
◦ Key Concepts: Dimensionality reduction (reducing the number of random
variables under consideration), feature extraction (transforming raw data into
features suitable for modeling).
3 Reinforcement Learning:
• Machine learning is a core component of AI, enabling systems to learn and improve
from experience.
• Different algorithms are suited for different types of tasks, requiring a good
understanding of the data and the problem context.
• Proper handling of overfitting and underfitting is crucial for building robust models.
Assignments: