Skip to content

Releases: danmcleran/tinymind

Add debug symbols and C++17 to all makefiles

23 Dec 20:31
d082a42
Compare
Choose a tag to compare

Add debug symbols and C++17 to all makefiles

Fix Makefiles

22 Nov 13:46
ce651cf
Compare
Choose a tag to compare

Fix the Makefiles which got broken in the prior release.

Move C++ include folder to cpp

19 Mar 15:28
8a362f5
Compare
Choose a tag to compare
Merge pull request #40 from danmcleran/move_cpp_include_2

Bugfix from include move.

Update Q Learning PUML

12 Feb 20:09
9d3ac6c
Compare
Choose a tag to compare

Update the Q learning PUML to preview within VS Code

Update copyright

12 Oct 17:31
2152031
Compare
Choose a tag to compare
Merge pull request #34 from danmcleran/copyright

Copyright

More neural net example code.

11 Oct 21:01
da6ba6c
Compare
Choose a tag to compare
Merge pull request #33 from danmcleran/xor_ff

Copyright update.

v2.2.3

06 Oct 14:02
ff25c1a
Compare
Choose a tag to compare

Added the ability to parse and plot LUTs.

v2.2.2

12 May 21:01
bee1372
Compare
Choose a tag to compare

Add support for placement new.

v2.2.1

05 May 14:21
0441af1
Compare
Choose a tag to compare

Added LinearActivationFunction

v2.2.0

28 Feb 15:08
009b11f
Compare
Choose a tag to compare
  • 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.