Machine Learning module for the Pandemonium Engine.
Go to file
2023-02-13 19:25:00 +01:00
doc_classes Extract class docs. 2023-02-12 19:17:06 +01:00
mlpp Removed new things from MLPPLinAlgOld. 2023-02-13 19:25:00 +01:00
test Added MLPPNumericalAnalysisOld. 2023-02-13 16:41:58 +01:00
.gitignore Engine module setup. 2023-01-23 21:58:34 +01:00
config.py Set all registered classes into the doc_classes list. 2023-02-12 19:15:49 +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 Registered MLPPLinAlg into the ClassDB, and fixed all of it's warnings. 2023-02-12 19:14:20 +01:00
register_types.h Engine module setup. 2023-01-23 21:58:34 +01:00
SCsub Added MLPPActivationOld. 2023-02-13 17:47:50 +01:00

PMLPP

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

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