Skip to content

Releases: GiorgosXou/NeuralNetworks

🕸️ NeuralNetworks

24 Jul 10:31

Choose a tag to compare

🕸️ NeuralNetworks

23 Jul 12:16

Choose a tag to compare

🕸️ NeuralNetworks

22 Jul 09:56

Choose a tag to compare

🕸️ NeuralNetworks

20 Jul 14:15

Choose a tag to compare

🕸️ NeuralNetworks

28 Jun 07:58

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

25 Jun 01:00

Choose a tag to compare

🕸️ NeuralNetworks

11 Jun 14:36

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

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

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.

🕸️ NeuralNetworks

15 Mar 03:55

Choose a tag to compare


Note

I want to really thanks @ripred for his kind and honest words, especially for "... You did a great job on this and should be proud.". But also, I want to thanks Ivo Ljubičić for using my library in his ✨ master thesis named "Artificial skin concept for human-robot physical interaction". And last but not least @pjurczen for giving me the spark I needed when he said "... I'd love to see this feature added!".

(Additionally: Note that all feature are compatible with almost all optimization use cases)

Donate