Skip to content

Releases: FrozenAssassine/NeuralNetwork-Arduino

v1.1.0

05 Mar 10:26
d158bf9
Compare
Choose a tag to compare

V1.1.0

  • Added Xavier Initialization to optimizes weight distribution for faster training.

v1.0.0

04 Mar 07:47
Compare
Choose a tag to compare

V1.0.0

  • Choose from multiple activation functions (Sigmoid, Relu, Softmax, TanH, LeakyRelu)
  • Loss Calculator with output logging
  • Use TanH and Softmax for the XOR example code
  • Show output at every 10th epoch of total epochs, with a minimum interval of 1 epoch

V0.1.1

21 Oct 09:53
0c966ba
Compare
Choose a tag to compare

V0.1.1

  • Fix spelling in logging and visual output code

0.1.0

22 Sep 19:23
Compare
Choose a tag to compare

V0.1.0

First functional version of a neural network fully trained and making predictions directly on an Arduino or ESP32.