Removed hardcoded parameters from RAN and RBF n...
Version 0.3.4: The algrithms' settings are now ...
Version 0.3.3:
Solved problem caused by checking for FERMI def...
Solved problem when computing the local gradien...
Version 0.3.2: Solved robust learning problem t...
Version 1.1: Added distance metrics
Version 0.3.1: Solved a problem that prevented ...
corrected bug that would happen while loading d...
Version 0.3:
Added DBNanalysis tool improvements (view the r...
- Check for errors while training DBNs
Version 0.2.9:
Changed directories structure
Better separation between CUDA and C++ code (MB...
Added wrapper C functions for the BP and MBP cu...
Removed BP and MBP files cu files. These will b...
Removed svm_example.cu - a cpp file will be add...
Version 0.2.8: Solved issues that (at least in ...
- minor bug corrections
Version 0.2.7:
Corrected minor bugs that were introduced when ...
Changed folder structure. Added an SVM lib to t...
Fixed: size_t/int Warnings
Corrected bug that prevented compilation with gcc
Version 0.2.6: Added SOM (Self Organizing Maps)...
destructors should be public
- minor bug corrections
Version 0.2.4:
Added an HTML log system.
Updated log system.
Faces NMF (SSNMF update)
Updated CMake files: Added an option for buildi...
Added ATS GUI (preliminar version - classes are...
Added a Parameter manager library for the Qt GUI.
GPUMLib now requires a C++11 compile (code chan...
Added missing files from the NMF example
Added NMF example (Windows only - MFC)