Henry Wildermuth

Results 9 comments of Henry Wildermuth

Trainer is done @truell20

Added a back propagation test in my latest pull request @truell20

I like the builder pattern because, especially for me, being new to machine learning, it makes it easier to understand the class and its members.

There is no file named ReinforcementLearning.cpp. Do you mean tests/reinforcement.cpp?

Here is also some code I wrote to run tests on the outputted network: (Uses the same ocr.h) ``` cpp #include "ocr.h" void printUsage(char const * firstarg) { std::cout

The FreeBSD Makefiles also remove all defines, meaning that `-D` defines are not passed into the build.

Do we need cr0 manipulation at all? The writes to the `sysent` table are succeeding without complaint as of now.

I attempted running the module with `kern.securelevel=1`, and there were no issues with writing to the `sysent` table. Functionality was completely normal, no errors came up in `dmesg` and the...