Questions tagged [manifold-learning]

Manifold learning subsumes techniques conceived for problems where data of interest are assumed to lie on an embedded non-linear manifold within a higher-dimensional space.

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.

Examples of Manifold Learning algorithms include:

  • Isomap
  • Locally Linear Embedding
  • Hessian Eigenmapping
  • Laplacian Eigenmaps
  • Multi-dimensional Scaling (MDS)
  • t-distributed Stochastic Neighbor Embedding (t-SNE)

Reference: http://scikit-learn.org/stable/modules/manifold.html and https://en.wikipedia.org/wiki/Nonlinear_dimensionality_reduction#Manifold_learning_algorithms

89 questions
1
vote
0 answers

Analytical tools to analyze the characteristics of a data manifold

In the paper "Emergence of separable manifolds in deep language representations," the authors use an analytical tool called Mean Field Theoretic Manifold Analysis to measure the manifold capacity, manifold dimension, manifold radius, and center…
engnad
  • 11
1
vote
1 answer

Diffusion Maps implementation

Suppose I have n data points lying in $\mathbf{R}^3$. Then, after defining my Gaussian diffusion kernel $k(x,y)$ and computing matrix $K$, I obtain $P$, whose entries $P_{ij}=p(x_i,y_i)$ is the transition probability of jumping from point i to point…
AlphaOmega
  • 707
  • 7
  • 13
0
votes
0 answers

Manifold optimization theory

Does there exist some elementary book for optimization on manifolds for problems in finance/economics?
Nav89
  • 145
0
votes
0 answers

Topological approach to create a space between clouds

I have a dataset associated with labels. According to https://arxiv.org/pdf/1802.03426.pdf --> UMAP (Uniform Manifold Approximation and Projection) which is a novel manifold learning technique for dimension reduction and the data, I succeeded to…
davegaut
  • 11
  • 3