Releases: GiorgosXou/NeuralNetworks
Releases · GiorgosXou/NeuralNetworks
🕸️ NeuralNetworks
🕸️ NeuralNetworks
🕸️ NeuralNetworks
- Added:
- Fixed:
- Improved:
🕸️ NeuralNetworks
- Fixed:
-
- Crucial mistake made in
v2.3.6
. Forgot to Incrementi
in destructor (even though I tested it before releasing it)
- Crucial mistake made in
🕸️ NeuralNetworks
🕸️ NeuralNetworks
🕸️ NeuralNetworks
🕸️ NeuralNetworks
🕸️ NeuralNetworks
- Fixed:
-
- #37 issue due to binary constants marked as deprecated in new cores
Warning
Due to #37 being an issue for many versions of new arduino-cores, I highly-suggest to replace binary-constants in your sketches with the prefix 0
like so: #define _1_OPTIMIZE B00000000
--> #define _1_OPTIMIZE 0B00000000
.
🕸️ NeuralNetworks
- Added:
-
- Version message during compilation
-
- Reminder
REDUCE_RAM_WEIGHTS_LVL2
message during compilation
- Reminder
- Fixed:
-
- #35 unnecessary
inline
declaration of array, causing issues with old versions of gcc
- #35 unnecessary
-
- #34 Misleading message for multiple custom functions
- Replaced:
-
- ATtiny85 compilation message, with a more important one related to
NN.print()
- ATtiny85 compilation message, with a more important one related to
Note
Special thanks to Grzegorz Kuduk for using and referencing my library into his master's thesis "Distributed machine learning in a microcontroller network" PDF.