An open API service indexing awesome lists of open source software.

https://github.com/nathom/ml

Raw C Implementations of Algorithms from Machine Learning Specialization
https://github.com/nathom/ml

c machine-learning-algorithms machine-learning-coursera

Last synced: about 1 month ago
JSON representation

Raw C Implementations of Algorithms from Machine Learning Specialization

Awesome Lists containing this project

README

        

# Machine Learning in C

Dependency free implementations of the algorithms in Andrew Ng's *Machine Learning Specialization*
course in ANSI C.

The code is written to run reasonably fast, and does no unnecessary work. However, I want to keep
it readable, so any optimizations that would sacrifice clarity are omitted.