Skip to content

Releases: FrozenAssassine/NeuralNetwork-Arduino

v1.2.0

04 Jan 16:18
355c974

Choose a tag to compare

  • PlatformIO as project type
  • Create torch models and load weights to esp32 usign generated include file
  • Added inference only mode
  • Fixed minor on device training issues
  • Optimized data types to uint, where possible
  • Added Python XOR torch example model for generating header file for esp32

v1.1.0

05 Mar 10:26
d158bf9

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

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

Choose a tag to compare

V0.1.1

  • Fix spelling in logging and visual output code

0.1.0

22 Sep 19:23

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.