Machine Learning module for the Pandemonium Engine.
Go to file
2023-02-12 23:00:44 +01:00
doc_classes Extract class docs. 2023-02-12 19:17:06 +01:00
mlpp Fixed warnings in MLPPCost. 2023-02-12 23:00:44 +01:00
test
.gitignore
config.py Set all registered classes into the doc_classes list. 2023-02-12 19:15:49 +01:00
COPYRIGHT.txt
LICENSE
main.cpp
README_ORIG.md
README.md
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
SCsub

PMLPP

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

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