Closed dwettstein closed 8 years ago
Use MLP implementation of scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/neural_network/multilayer_perceptron.py
Alternative: https://pypi.python.org/pypi/scikit-neuralnetwork
Done with 2f010ff173e2abc25fe4d28ff4e21b1c645e474e
Use the provided training set to train an MLP with one hidden layer. Apply the trained MLP to classify the test set. Perform cross-validation with the following parameters:
https://pypi.python.org/pypi/bob.learn.mlp