inspired by projects on #codecademy
k-means: k-means.py scikit-learn KMeans algorithm implementation on the handwritten digits dataset k-means_own.py own implementation of K-Means clustering used on the iris dataset
k_nearest: KNearet algorithm implementation to classify the breast_cancer data from sklearn.datasets Comparison of the accuracy of my classifier and sklearn KNeighborsClassifier.
naive_bayes: using Naive-Bayes classifier to predict the location from which a tweet has been tweeted