scikit-learn/examples/neural_networks
Roman Yurchak acb8106472 MNT Use list and dict comprehension (#12668) 2019-01-08 09:32:34 +11:00
..
README.txt DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
plot_mlp_alpha.py MNT Use list and dict comprehension (#12668) 2019-01-08 09:32:34 +11:00
plot_mlp_training_curves.py Fix example for matplotlib 2.1 change. (#9897) 2017-10-10 11:42:48 +02:00
plot_mnist_filters.py FIX divide mnist features by 255 in mlp example (#11961) 2018-09-01 09:56:58 +02:00
plot_rbm_logistic_classification.py [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00

README.txt

.. _neural_network_examples:

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

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