Releases: lesept777/MLP-for-ESP32
Releases · lesept777/MLP-for-ESP32
Multiple instances
Parallel processing
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
Changed the call to the predict method
Regularization
Implement weight regularization (see the 4 sectors example for details and results)
Softmax
Faster version
Faster version
Mini batch management
To do: softmax activation for classification
Initial version
First version