Skip to content

Machine Learning models and helper methods written in C++. Ideal for high speed apps.

Notifications You must be signed in to change notification settings

horodnicm7/PocketML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:
        C/C++ implementation of common ML algorithms, helper classes and
methods, using efficient algorithms and highly optimized for cache usage.
The main goal is to get a good performance on SBCs (especially Raspberry Pi Zero
and Raspberry Pi 3 B+).

TODO:
        [0. Makefile]
        [1. Finish the linear regression model]
        [2. Write some tests]
        3. Write linear matrix operations using efficient algorithms
        [4. Finish the logistic regression model]
        5. Stress test and optimize the existing models

About

Machine Learning models and helper methods written in C++. Ideal for high speed apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published