A collection of essential machine learning algorithms. Coded and annotated in Python.
Not for production. Intended for the purposes of reviewing algorithm procedures.
- Linear Regression
- Adaline Perceptron (Adaptive Linear Perceptron)
- Logistic Regression
- K Nearest Neighbors
- Decision Tree
- Random Forest
- Naive Bayes
- Linear Discriminant Analysis
- Principle Component Analysis
- Neural Network