scikit-learn/examples/neural_networks
Loïc Estève edc2730c0a
Use as_frame=False for mnist_784 examples to reduce memory usage (#21922)
2021-12-09 10:24:03 +01:00
..
README.txt DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
plot_mlp_alpha.py ENH Accelerate plot_mlp_alpha.py (#21648) 2021-11-12 17:23:20 -05:00
plot_mlp_training_curves.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_mnist_filters.py Use as_frame=False for mnist_784 examples to reduce memory usage (#21922) 2021-12-09 10:24:03 +01:00
plot_rbm_logistic_classification.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _neural_network_examples:

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

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