Machine Learning Class
Machine Learning Class
Machine Learning (ML) allows computers to learn from data and improve their
performance without explicit programming. Deep Learning (DL) is a subset of ML
that uses neural networks to model complex patterns and behaviors.
Supervised Learning: Models learn from labeled data (e.g., spam detection).
Unsupervised Learning: Models find patterns in unlabeled data (e.g., clustering).
Reinforcement Learning: Models learn by trial and error to maximize rewards (e.g., game AI).
Key Concepts
Layers: Input layer (raw data), hidden layers (processing), output layer (final
prediction).
❌ Overfitting: Model performs well on training data but poorly on unseen data.
❌ Bias in AI: ML models can reflect biases in their training data.
✅ AI for Healthcare: ML aids in disease prediction & drug discovery.
✅ Self-Driving Cars: DL enhances vision and decision-making in autonomous
vehicles.