Machine Learning Algorithms Notes
Machine Learning Algorithms Notes
Linear Regression
How it works: Finds the best-fit straight line to predict output from input.
Logistic Regression
Decision Tree
Random Forest
Use: Classification
How it works: Classifies based on the majority class among 'k' nearest neighbors.
K-Means Clustering
Hierarchical Clustering
Q-Learning