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
- Host: GitHub
- URL: https://github.com/nathom/ml
- Owner: nathom
- Created: 2023-07-21T17:01:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T05:13:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T04:43:54.792Z (3 months ago)
- Topics: c, machine-learning-algorithms, machine-learning-coursera
- Language: C
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.