Releases: danmcleran/tinymind
Releases · danmcleran/tinymind
Add debug symbols and C++17 to all makefiles
Add debug symbols and C++17 to all makefiles
Fix Makefiles
Fix the Makefiles which got broken in the prior release.
Move C++ include folder to cpp
Merge pull request #40 from danmcleran/move_cpp_include_2 Bugfix from include move.
Update Q Learning PUML
Update the Q learning PUML to preview within VS Code
Update copyright
Merge pull request #34 from danmcleran/copyright Copyright
More neural net example code.
Merge pull request #33 from danmcleran/xor_ff Copyright update.
v2.2.3
Added the ability to parse and plot LUTs.
v2.2.2
Add support for placement new.
v2.2.1
Added LinearActivationFunction
v2.2.0
- Use a gitignore file to store apps, unit test, and example outputs in their respective root directories.
- Move nn properties to a global include folder and out of the apps directory.