Machine Learning - Quick Notes
What is Machine Learning?
Machine Learning (ML) is a branch of Artificial Intelligence that enables systems to learn from data
and improve performance without being explicitly programmed.
Types of Machine Learning
1. Supervised Learning
2. Unsupervised Learning
3. Reinforcement Learning
Popular Algorithms
• Linear Regression
• Logistic Regression
• Decision Trees
• Random Forest
• Support Vector Machines
• K-Means Clustering
ML Workflow
Data Collection → Data Cleaning → Feature Engineering → Model Training → Evaluation →
Deployment
Applications
Recommendation systems, Fraud detection, Computer Vision, NLP, Healthcare, Autonomous
vehicles, Forecasting.