Skip to content

Releases: lesept777/MLP-for-ESP32

Multiple instances

15 Dec 17:47
b6a5210
Compare
Choose a tag to compare

Better memory management, enables to create and delete multiple instances of a network in a row. See the example "MLP_Circles_greedy"

Parallel processing

05 Oct 16:28
3841c5d
Compare
Choose a tag to compare

Add the possibility to do the forward and backward propagation on both processors of the ESP32, hopefully reaching x2 speedup.
I actually did not see any speedup at all. Maybe I did it wrong or the test cases are not suited for that (too small)?

Prediction

09 Sep 13:42
6adf4f5
Compare
Choose a tag to compare

Changed the call to the predict method

Regularization

05 Aug 07:22
1c41965
Compare
Choose a tag to compare

Implement weight regularization (see the 4 sectors example for details and results)

Softmax

14 May 15:20
815a340
Compare
Choose a tag to compare

Softmax implemented
Added an example

Faster version

10 May 17:27
f31ecf8
Compare
Choose a tag to compare

Faster version
Mini batch management
To do: softmax activation for classification

Initial version

10 May 17:25
eec2cd4
Compare
Choose a tag to compare

First version