scikit-learn/examples/neural_networks
Guillaume Lemaitre f4cd388569
EXA Improve the alphas values in MLP example (#17880)
Co-authored-by: 叶贞明 TaiChiTiger <sakyayj@126.com>
2020-07-10 12:39:37 +02:00
..
README.txt DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
plot_mlp_alpha.py EXA Improve the alphas values in MLP example (#17880) 2020-07-10 12:39:37 +02: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.