Skip to content

Releases: will-newmarch/intuitive-neural-network

Release 0.6.0

20 Aug 21:09
714bdf7
Compare
Choose a tag to compare

Very basic implementation of activation mapping.

Release 0.5.5

25 Jul 17:46
Compare
Choose a tag to compare

Security fixes.

Bugfix with input layer bias.

Release 0.5.4

25 Jul 17:41
Compare
Choose a tag to compare

Incremented version number :/

Release 0.5.2

14 Jul 14:08
Compare
Choose a tag to compare

Incrementing release number :/

Release 0.5.1

14 Jul 14:06
Compare
Choose a tag to compare

Removed epochs from train command as these need to be abstracted with current setup.

Release 0.5.0

14 Jul 13:47
Compare
Choose a tag to compare

Simpler functions provided for training and testing.
Library now calculates MSE and returns it from 'test' function.
Nice visualiser built in for visualising MSE improvement in terminal.

Release 0.4.2

13 Jul 14:26
450c3cd
Compare
Choose a tag to compare

Minor fix to saving models.

Release 0.4.1

13 Jul 14:23
030cbeb
Compare
Choose a tag to compare

Minor fix to prevent error when saving model to file without callback.

Release 0.4.0

13 Jul 14:09
030cbeb
Compare
Choose a tag to compare

Library can now output network models as JSON.

Network can save itself in JSON form to a local file.

Minor improvements to code base.

Release 0.3.0

09 Jul 07:46
3089d0c
Compare
Choose a tag to compare

Performance improvements.

Security fixes.