Machine Learning Algorithms
Machine Learning Algorithms
Machine Learning (ML) is a subset of Artificial Intelligence that provides systems the ability to
automatically learn and improve from experience without being explicitly programmed. ML
---
1. Supervised Learning
- Common algorithms:
- Linear Regression
- Logistic Regression
- Decision Trees
- Random Forest
- Naive Bayes
2. Unsupervised Learning
- Common algorithms:
- K-Means Clustering
Page 1
Machine Learning Algorithms
- Hierarchical Clustering
- Autoencoders
3. Semi-Supervised Learning
- Uses a small amount of labeled data and a large amount of unlabeled data.
- Example algorithms:
- Self-training
- Label propagation
4. Reinforcement Learning
- Key concepts:
- Common algorithms:
- Q-Learning
---
- Linear Regression: Predicts a continuous value based on the linear relationship between variables.
Page 2
Machine Learning Algorithms
- Decision Tree: A tree-like model for decisions and their possible consequences.
- KNN: Classifies data points based on the majority label of nearest neighbors.
---
Applications of ML Algorithms
---
Conclusion
Machine Learning algorithms are the foundation of modern intelligent systems. By understanding
the types and use-cases of each algorithm, one can build models that bring powerful insights and
Page 3
Machine Learning Algorithms
---
End of Document
Page 4