Skip to content

Releases: wvabrinskas/Neuron

v1.4.5

24 Jan 03:30
Compare
Choose a tag to compare

Migrated out array arithmetic to NumSwift package
Updated tests
Updated BatchNormalizer

v1.4.4

18 Jan 23:59
Compare
Choose a tag to compare

Fixed a bug in Batch Normalizer where N was always 1

v1.4.3

14 Jan 21:34
Compare
Choose a tag to compare

Fixed batch normalization with added learning rate

v1.4.2

14 Jan 01:50
Compare
Choose a tag to compare

Added ability to batch normalize layers
Refactored back-propagation

v1.4.1

11 Jan 17:18
Compare
Choose a tag to compare

Added epoch completed call back to training method

v1.4.0

23 Dec 03:18
Compare
Choose a tag to compare

Added GAN support

v1.3.4

12 Mar 20:40
28062fd
Compare
Choose a tag to compare

Added ability to replace weights

v1.3.3

11 Mar 01:35
Compare
Choose a tag to compare

Added a way to import an ExportModel

V1.3.2

11 Mar 01:30
Compare
Choose a tag to compare

Added exportModel function

Release 1.3.1

07 Feb 19:37
Compare
Choose a tag to compare

Added adam optimizer and fixes