scikit-learn/examples/neural_networks
Saiwing Yeung c5fd5cbb7e DOC: fixed typos and one style issue in plot examples
The comment in a few example plots refer to "the mesh [x_min, m_max] x
[y_min, y_max]" when it should be "x_max".

Also fixed the spacing in plot_random_forest_embedding.py `[x_min,
x_max] x [y_min, y_max]` to `[x_min, x_max]x[y_min, y_max]` to comply
with the coding style of other files with similar code (like those in
the current pull request).
2016-04-25 11:59:40 +08:00
..
README.txt DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
plot_mlp_alpha.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_mlp_training_curves.py Finish up mlp_refactoring and squash previous commits 2015-10-23 12:08:11 -04:00
plot_mnist_filters.py Finish up mlp_refactoring and squash previous commits 2015-10-23 12:08:11 -04:00
plot_rbm_logistic_classification.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00

README.txt

.. _neural_network_examples:

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

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