scikit-learn/examples/neural_networks
Mariana Meireles 269afa3a77
DOC Fixed Plot Mnist Example (#16200)
2020-04-17 11:32:15 -04:00
..
README.txt DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
plot_mlp_alpha.py EXA change max_iter and enable early_stopping to get rid of convergence warning in plot_mlp_alpha (#16260) 2020-01-30 16:43:02 +01:00
plot_mlp_training_curves.py MAINT Remove redundant parameters in examples (#14792) 2019-08-24 22:53:18 -04:00
plot_mnist_filters.py DOC Fixed Plot Mnist Example (#16200) 2020-04-17 11:32:15 -04:00
plot_rbm_logistic_classification.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00

README.txt

.. _neural_network_examples:

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

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