Machine Learning module for the Pandemonium Engine.
Go to file
Relintai 48f7cbe454 Pre-create and move commented code from main to test methods. 2023-01-26 00:46:36 +01:00
mlpp Restore some old optimization methods to MLPPLinReg. 2023-01-25 23:43:21 +01:00
test Pre-create and move commented code from main to test methods. 2023-01-26 00:46:36 +01:00
.gitignore Engine module setup. 2023-01-23 21:58:34 +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
README.md New readme. 2023-01-23 22:01:16 +01:00
README_ORIG.md New readme. 2023-01-23 22:01:16 +01:00
SCsub Added a new test class. 2023-01-25 01:25:49 +01:00
config.py Added statistisc tests to the test class from main. 2023-01-25 02:22:04 +01:00
main.cpp Linalg tests. 2023-01-25 13:48:53 +01:00
register_types.cpp Added loader methods that use the engine's FileAccess instead of ifstreams. 2023-01-25 18:27:14 +01:00
register_types.h Engine module setup. 2023-01-23 21:58:34 +01:00

README.md

PMLPP

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

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