MicroMLP icon indicating copy to clipboard operation
MicroMLP copied to clipboard

A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)

Results 4 MicroMLP issues
Sort by recently updated
recently updated
newest added

Could you please add an example on how to train and implement QLearning? I find this a very interesting feature.

I get this error; Traceback (most recent call last): File "main.py", line 19, in File "microMLP.py", line 771, in LearnExamples IndexError: list index out of range when I run the...

Hi, I want to code usig the following set of examples: mlp.AddExample( [32, 45], [1] ) with real (Float) numbers, how could I do that? thx

Hello @jczic! This is an excellent code! I adapted the code for my computer, did a test with the Bool values ​​and got good results! But I need to process...