Machine Learning One Shot
Machine Learning One Shot
- Definition: ML is a subset of AI that enables systems to learn and improve from experience without
- Core Idea: Algorithms identify patterns in data and make predictions or decisions based on it.
1. Supervised Learning
- Labeled data
2. Unsupervised Learning
- Unlabeled data
3. Semi-Supervised Learning
4. Reinforcement Learning
2. Collect Data
4. Feature Engineering
5. Select Model
6. Train Model
7. Evaluate Model
8. Hyperparameter Tuning
9. Deploy Model
- Overfitting vs Underfitting
- Bias-Variance Tradeoff
- Cross-Validation (k-Fold)
- ROC-AUC
V. Data Preparation
- Normalization vs Standardization
- Train-Test Split
- Key idea: With high probability, a hypothesis will perform well on unseen data
2. Version Space
- Transfer Learning
- Explainable AI (XAI)
- AutoML
Conclusion
Machine Learning is both an art and science. It blends statistics, coding, and domain knowledge to
build intelligent systems. With structured practice and deep understanding, anyone can master it.