akielaries / openGPMP

Hardware Accelerated General Purpose Mathematics Package
https://akielaries.github.io/openGPMP/
MIT License
8 stars 3 forks source link

Machine Learning Module #30

Closed akielaries closed 9 months ago

akielaries commented 1 year ago

The Machine Learning module aims to implement just about all popular techniques and methods of predictive related algorithms a little bit at a time. At the moment several functions in their respective files are stubbed out within the ml module header directory.

Status:

In all, think of this module of openMTPK as a low level implementation of Scikit-learn. Sklearn features modular prebuilt methods for a slew of Machine Learning algorithms.