Skip to content
/ npml Public

Data Science and Machine Learning library written (almost) entirely without packages

License

Notifications You must be signed in to change notification settings

mcminnra/npml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Packages Machine Learning

Data Science and Machine Learning library written (almost) entirely without packages. The goal is to implement various utilities, algorithms, and other useful tools without the use of common ML & AI libraries like Scikit, Tensorflow, etc. Any function that doesn't come from the Python Standard Library is expected to be explictly implemented eventually in the library. The exception to this is if a function is intended to be a utility for a popular library purposely. We use Pandas for underlying data manipulation and Numpy/Scipy for optimized mathematical operations to avoid having to re-write literally everything. Our API will conform to the Scikit API when applicable to try and introduce compatability with various tools. This package is meant to be a learning opportunity, and will often not meet up to performance expectations when compared to other popular ML packages.

About

Data Science and Machine Learning library written (almost) entirely without packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published