A simplified, low-level representation of various machine learning algorithms in Python. The models implemented include:
- Linear Regression
- Logistic Regression
- Naive-Bayes Classifier
- K-Nearest-Neighbours Algorithm (KNN)
- Decision Tree
- Random Forest
- Neural Network from scratch in Numpy