scikit-learn/examples/manifold
Thomas Moreau cb1b6c4734 FIX t-SNE memory usage and many other optimizer issues (#9032)
Use a sparse matrix representation of the neighbors.
Re-factored the QuadTree implementation to avoid insertion errors.
Various fixes in the gradient descent schedule to get the Barnes Hut and exact solvers to behave more robustly and consistently.
2017-07-12 22:56:02 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_methods.py [MRG] remove "matplotlib <1" compatibility code from manifold examples (#8552) 2017-03-10 08:25:37 +01:00
plot_lle_digits.py DOC fix missing import in plot_lle_digits example 2015-10-15 21:16:20 +02:00
plot_manifold_sphere.py [MRG] remove "matplotlib <1" compatibility code from manifold examples (#8552) 2017-03-10 08:25:37 +01:00
plot_mds.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
plot_swissroll.py [MRG] remove "matplotlib <1" compatibility code from manifold examples (#8552) 2017-03-10 08:25:37 +01:00
plot_t_sne_perplexity.py FIX t-SNE memory usage and many other optimizer issues (#9032) 2017-07-12 22:56:02 +02:00

README.txt

.. _manifold_examples:

Manifold learning
-----------------------

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