Skip to content

leon3428/MLFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLFromScratch

This repository contains many ml algorithms coded from scratch. You can find a short description of each project below.

Ridge regression

This is an implementation of ridge regression (l2 regularised regression) applied to the Boston housing dataset.

Logistic regression

Vanilla logistic regression applied to the banknote authentification dataset. An accuracy of 98.7% percent was achieved.

K nearest neighbors

Simple K nearest neighbors algorithm applied to the mnist dataset. An accuracy of 95.5% percent was achieved.

Naive Bayes

Naive Bayes classifier applied to imdb, yelp and amazon reviews. An accuracy of 78.3% percent was achieved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages