Skip to content

verotr/ML-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML-algorithms

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages