CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

New ML Classes/Algorithms implementations #45

Closed spirosmaggioros closed 3 weeks ago

spirosmaggioros commented 3 months ago

There is a new "machine_learning" folder in the src directory that needs to be filled with machine learning algorithms.

We started with clustering algorithms, but there has to be some regressors and classifiers as well(i.e. KNearestNeighbors classifier, regressor, etc.)