The package 'ml' includes K-Nearest Neighbors, Linear regression, Logistic regression, Neural Network
knn_vis.ipynb
Visualization of decision boundaries for classification of a 2-D dataset.
breast_cancer_wisconsin.ipynb
Predict whether a cancer is benign or malignant. A logistic regression model is trained using the dataset available on https://www.kaggle.com/uciml/breast-cancer-wisconsin-data. I am able to get about 95% accuracy on an untrained dataset.
MNIST.ipynb
A multiclass classifier to recognize handwritten digits using the MNIST dataset available on https://www.kaggle.com/oddrationale/mnist-in-csv. I am able to get about 91% accuracy on an untrained dataset using a simple feed-forward neural network