Skip to content

Latest commit

 

History

History
136 lines (71 loc) · 3.16 KB

File metadata and controls

136 lines (71 loc) · 3.16 KB

Manifold learning

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

.. only:: html

  .. image:: /auto_examples/manifold/images/thumb/sphx_glr_plot_compare_methods_thumb.png
    :alt:

  :ref:`sphx_glr_auto_examples_manifold_plot_compare_methods.py`
Comparison of Manifold Learning methods
.. only:: html

  .. image:: /auto_examples/manifold/images/thumb/sphx_glr_plot_manifold_sphere_thumb.png
    :alt:

  :ref:`sphx_glr_auto_examples_manifold_plot_manifold_sphere.py`
Manifold Learning methods on a severed sphere
.. only:: html

  .. image:: /auto_examples/manifold/images/thumb/sphx_glr_plot_lle_digits_thumb.png
    :alt:

  :ref:`sphx_glr_auto_examples_manifold_plot_lle_digits.py`
Manifold learning on handwritten digits: Locally Linear Embedding, Isomap...
.. only:: html

  .. image:: /auto_examples/manifold/images/thumb/sphx_glr_plot_mds_thumb.png
    :alt:

  :ref:`sphx_glr_auto_examples_manifold_plot_mds.py`
Multi-dimensional scaling
.. only:: html

  .. image:: /auto_examples/manifold/images/thumb/sphx_glr_plot_swissroll_thumb.png
    :alt:

  :ref:`sphx_glr_auto_examples_manifold_plot_swissroll.py`
Swiss Roll And Swiss-Hole Reduction
.. only:: html

  .. image:: /auto_examples/manifold/images/thumb/sphx_glr_plot_t_sne_perplexity_thumb.png
    :alt:

  :ref:`sphx_glr_auto_examples_manifold_plot_t_sne_perplexity.py`
t-SNE: The effect of various perplexity values on the shape
.. toctree::
   :hidden:

   /auto_examples/manifold/plot_compare_methods
   /auto_examples/manifold/plot_manifold_sphere
   /auto_examples/manifold/plot_lle_digits
   /auto_examples/manifold/plot_mds
   /auto_examples/manifold/plot_swissroll
   /auto_examples/manifold/plot_t_sne_perplexity