Releases: wvabrinskas/Neuron
Releases · wvabrinskas/Neuron
v1.4.5
Migrated out array arithmetic to NumSwift package
Updated tests
Updated BatchNormalizer
v1.4.4
Fixed a bug in Batch Normalizer where N was always 1
v1.4.3
Fixed batch normalization with added learning rate
v1.4.2
Added ability to batch normalize layers
Refactored back-propagation
v1.4.1
Added epoch completed call back to training method
v1.4.0
Added GAN support
v1.3.4
Added ability to replace weights
v1.3.3
Added a way to import an ExportModel
V1.3.2
Added exportModel function
Release 1.3.1
Added adam optimizer and fixes