scikit-learn/examples/neural_networks
Adrian Sadłocha dff37c4a33
DOC Fix incorrect 0-1 scaling in the RBM example (#19363)
2021-04-08 11:13:49 -04: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 DOC Fix incorrect 0-1 scaling in the RBM example (#19363) 2021-04-08 11:13:49 -04:00

README.txt

.. _neural_network_examples:

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

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