dwettstein / pattern-recognition-2016

MIT License
0 stars 1 forks source link

Implement MLP #5

Closed dwettstein closed 8 years ago

dwettstein commented 8 years ago

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

dwettstein commented 8 years ago

Use MLP implementation of scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/neural_network/multilayer_perceptron.py

dwettstein commented 8 years ago

Alternative: https://pypi.python.org/pypi/scikit-neuralnetwork

dwettstein commented 8 years ago

Done with 2f010ff173e2abc25fe4d28ff4e21b1c645e474e