Machine Learning module for the Pandemonium Engine.
Go to file
2023-02-04 01:41:07 +01:00
mlpp Also added bindings for MLPPHiddenLayer. 2023-02-04 01:41:07 +01:00
test Ported MLPPKMeans logic. 2023-01-29 15:46:55 +01:00
.gitignore
config.py
COPYRIGHT.txt
LICENSE
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
register_types.cpp Also added bindings for MLPPHiddenLayer. 2023-02-04 01:41:07 +01:00
register_types.h
SCsub

PMLPP

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

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