multilayer_perceptron.py - lotteph/tweedejaarsproject GitHub Wiki
Multilayer perceptron
There was an issue that the multilayer perceptron did not work correctly when the data was created in another file and then passed to the function in multilayer_perceptron.py. In order to solve this, we copied the code from create_pandas.py into this file.
run_mlp
Builds and trains the multilayer perceptron. Returns the predicted values.