A part of master's life.
- Python 3.x
- Numpy
- Matplotlib
python3 mlp.py -d 1
python3 mlp.py -d 1
Configrue Nodes of hidden layer
It's two hidden layers, you can modify below values of code chunk for setting nodes what you want to in the network.
Lines 74 to 82 in ab73f85
and here's hyperparameter
Lines 106 to 113 in ab73f85