All the basic machine learning algorithms are implemented from scratch. Algorithms are implemented in a object oriented fashion
Inputs are of the form X_train : n x d and Y_train : 1 x n, where n is number of data points, d is number of dimensions/features.
- K-nearest neighbours
- Gaussian Naive Bayes
- Linear regression
others coming soon..