Skip to content

Releases: GiorgosXou/NeuralNetworks

🕸️ NeuralNetworks

25 Jul 09:12
Compare
Choose a tag to compare

🕸️ NeuralNetworks

🕸️ NeuralNetworks

23 Jul 12:16
Compare
Choose a tag to compare

🕸️ NeuralNetworks

🕸️ NeuralNetworks

🕸️ NeuralNetworks

28 Jun 07:58
Compare
Choose a tag to compare
  • Added:
    • _2_OPTIMIZE 0B00000010 aka REDUCE_RAM_STATIC_REFERENCE_FOR_MULTIPLE_NN_OBJECTS. Or in other words: REDUCE_RAM_STATIC_REFERENCE-optimization support for when using multiple NN objects in your sketch interchangeably. Meaning no more need for manual updating of NN.me ...

Donate Discord Server

🕸️ NeuralNetworks

🕸️ NeuralNetworks

11 Jun 14:36
Compare
Choose a tag to compare

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.


Donate

🕸️ NeuralNetworks

29 May 18:59
Compare
Choose a tag to compare
  • Added:
    • Version message during compilation
    • Reminder REDUCE_RAM_WEIGHTS_LVL2 message during compilation
  • Fixed:
    • #35 unnecessary inline declaration of array, causing issues with old versions of gcc
    • #34 Misleading message for multiple custom functions
  • Replaced:
    • ATtiny85 compilation message, with a more important one related to NN.print()

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.


Donate

🕸️ NeuralNetworks

17 May 12:23
Compare
Choose a tag to compare

Bumping up version because I accidently forgot to do so in library.properties. Otherwise Arduino's library-manager won't show\update-to the latest version. Additionally: updated README.md and resolved another typo, all issues related to previous version should be resolved once it gets updated.