scikit-learn/examples/neural_networks
Olivier Grisel 3e12412e05 ENH rename algorithm to solver in MLP for consistency 2016-09-12 21:05:28 +02:00
..
README.txt DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
plot_mlp_alpha.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_mlp_training_curves.py ENH rename algorithm to solver in MLP for consistency 2016-09-12 21:05:28 +02:00
plot_mnist_filters.py ENH rename algorithm to solver in MLP for consistency 2016-09-12 21:05:28 +02:00
plot_rbm_logistic_classification.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00

README.txt

.. _neural_network_examples:

Neural Networks
-----------------------

Examples concerning the :mod:`sklearn.neural_network` module.