Machine Learning module for the Pandemonium Engine.
Go to file
2023-02-07 23:23:48 +01:00
mlpp Reworked svd in LinAlg. Also fixed the usage order of the parameters in a few helper methods. 2023-02-07 23:23:48 +01:00
test More reworks. 2023-02-07 22:10:16 +01:00
.gitignore Engine module setup. 2023-01-23 21:58:34 +01:00
config.py Added Matrix and vector skeleton classes. 2023-01-26 16:02:45 +01:00
COPYRIGHT.txt Engine module setup. 2023-01-23 21:58:34 +01:00
LICENSE Engine module setup. 2023-01-23 21:58:34 +01:00
main.cpp Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
README_ORIG.md Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
README.md New readme. 2023-01-23 22:01:16 +01:00
register_types.cpp Finished the initial port of MLPPWGAN. 2023-02-06 12:20:52 +01:00
register_types.h Engine module setup. 2023-01-23 21:58:34 +01:00
SCsub Added MLPPPCAOld. 2023-02-07 21:18:01 +01:00

PMLPP

This is an experimental Machine Learning module for the Pandemonium Engine.

Based on https://github.com/novak-99/MLPP .