Releases: will-newmarch/intuitive-neural-network
Releases · will-newmarch/intuitive-neural-network
Release 0.6.0
Very basic implementation of activation mapping.
Release 0.5.5
Security fixes.
Bugfix with input layer bias.
Release 0.5.4
Incremented version number :/
Release 0.5.2
Incrementing release number :/
Release 0.5.1
Removed epochs from train command as these need to be abstracted with current setup.
Release 0.5.0
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
Minor fix to saving models.
Release 0.4.1
Minor fix to prevent error when saving model to file without callback.
Release 0.4.0
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
Performance improvements.
Security fixes.