Machine Learning module for the Pandemonium Engine.
Go to file
2023-01-26 16:51:34 +01:00
mlpp Rework normal getters and setters in MLPPVector. 2023-01-26 16:51:34 +01:00
test Ported all tests. 2023-01-26 14:52:49 +01:00
.gitignore
config.py Added Matrix and vector skeleton classes. 2023-01-26 16:02:45 +01:00
COPYRIGHT.txt
LICENSE
main.cpp
README_ORIG.md
README.md
register_types.cpp Added Matrix and vector skeleton classes. 2023-01-26 16:02:45 +01:00
register_types.h
SCsub Added Matrix and vector skeleton classes. 2023-01-26 16:02:45 +01:00

PMLPP

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

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