I stumbled across this concept a lot of times, so here I am writing a brief recap to myself.

Manifold

A manifold is a topological space that locally resembles a Euclidean space near each point. More precisely, an n-dimensional manifold is a topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of an n-dimensional Euclidean space.

A manifold is essentially a generalization of Euclidean space such that locally (small areas) are approximately the same as a Euclidean space, but the entire space fails to have the same properties of Euclidean space when observed in its entirety.

A two-dimensional manifold is any 2-D shape that can be made to fit in a higher-dimensional space by twisting or bending it, loosely speaking

Manifold hypothesis

The manifold hypothesis is the hypothesis that many high-dimensional data sets that occur in the real world actually lie along low-dimensional latent manifolds inside that high-dimensional space.[1][2][3] As a consequence of the manifold hypothesis, many data sets that appear to initially require many variables to describe, can actually be described by a comparatively small number of variables, likened to the local coordinate system of the underlying manifold.

Manifold learning

Manifold learning is an approach to non-linear dimensionality reduction. Algorithms for this task are based on the idea that the dimensionality of many data sets is only artificially high, i.e. on the manifold hypothesis.

Manifold Learning can be thought of as an attempt to generalize linear frameworks like PCA to be sensitive to non-linear structure in data. Though supervised variants exist, the typical manifold learning problem is unsupervised: it learns the high-dimensional structure of the data from the data itself, without the use of predetermined classifications.

Reference

  1. Manifold learning https://scikit-learn.org/stable/modules/manifold.html
  2. Manifold Hypothesis https://deepai.org/machine-learning-glossary-and-terms/manifold-hypothesis#:~:text=The Manifold Hypothesis states that,within the high-dimensional space.&text=For every whole number there,similar to the cartesian plane.
  3. Manifold https://www.analyticsvidhya.com/blog/2021/02/a-quick-introduction-to-manifold-learning/#:~:text=In simpler terms%2C it means,lie is called Manifold Learning.
  4. Manifold learning comparison https://scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html#sphx-glr-auto-examples-manifold-plot-compare-methods-py

Tags:

Updated: