MachineLearning icon indicating copy to clipboard operation
MachineLearning copied to clipboard

C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)

Results 3 MachineLearning issues
Sort by recently updated
recently updated
newest added

checking all mutex calls - in some cases they can be replaced by spinlocks

bug
enhancement
Other

matrix and vector datatypes should be used with memory mapped files for large datasets

enhancement

matrix data is stored with row-major order, but the algorithms are organisized with column-major order, so data structures should be equal (at the moment poor performance)

bug