Skip to content

Complicated implementations of popular machine learning algorithms

Notifications You must be signed in to change notification settings

ANnick2908/ML_Algorithms_From_Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML_Algorithms_From_Scratch

A collection of implementations of popular machine learning algorithms using complicated data structures / metrics / methods and other improvements.

This is primarily a training project, in which experiments will be carried out to improve the efficiency of existing algorithms and implement their various variations. Successful examples can be useful for junior data scientists in their work and research.

All algorithms are implemented in Python, using numpy, scipy and autograd.

Implemented:

  • [K-nearest neighbors] (Simple kNN algorithm, but using a k-dimensional tree data structure inside to speed up nearest neighbor searches)

About

Complicated implementations of popular machine learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages