Machine Learning module for the Pandemonium Engine.
Go to file
Relintai a9b30ef75f Initial cleanup pass on MLPPANN. 2023-02-12 15:07:26 +01:00
mlpp Initial cleanup pass on MLPPANN. 2023-02-12 15:07:26 +01:00
test Initial cleanup pass on MLPPANN. 2023-02-12 15:07:26 +01:00
.gitignore
COPYRIGHT.txt
LICENSE
README.md
README_ORIG.md Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
SCsub Added old versions for all remaining classes. 2023-02-11 00:46:43 +01:00
config.py Added Matrix and vector skeleton classes. 2023-01-26 16:02:45 +01:00
main.cpp Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
register_types.cpp Initial cleanup pass on AutoEncoder. 2023-02-10 20:48:55 +01:00
register_types.h

README.md

PMLPP

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

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