scikit-learn/examples/neural_networks
ioangatop 9f61c05c84
DOC Fix plot legends in learning rate schedules example (#27872)
2023-11-30 17:42:52 +01:00
..
README.txt DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
plot_mlp_alpha.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_mlp_training_curves.py DOC Fix plot legends in learning rate schedules example (#27872) 2023-11-30 17:42:52 +01:00
plot_mnist_filters.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_rbm_logistic_classification.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00

README.txt

.. _neural_network_examples:

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

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