MicroMLP
MicroMLP copied to clipboard
list index out of range
I get this error;
Traceback (most recent call last):
File "main.py", line 19, in
when I run the example code, "Using MicroMLP to learn the XOr problem (with hyperbolic tangent)". The RandomFloat() seems to generate an idx that is out of range of the 4 examples supplied.
Not sure what I am doing wrong.
same