项目作者: drewwilimitis

项目描述 :
Introduction to manifold learning - mathematical theory and applied python examples (Multidimensional Scaling, Isomap, Locally Linear Embedding, Spectral Embedding/Laplacian Eigenmaps)
高级语言: Jupyter Notebook
项目地址: git://github.com/drewwilimitis/Manifold-Learning.git
创建时间: 2019-03-20T23:23:29Z
项目社区:https://github.com/drewwilimitis/Manifold-Learning

开源协议:

下载


Manifold Learning: Introduction and Foundational Algorithms

Mathematical Theory with Examples and Applications in Python

KleinDual


Contents

  • Introduction:

    • Overview of manifolds and the basic topology of data
    • Statistical learning and instrinsic dimensionality
    • The manifold hypothesis
  • Chapter 1: Multidimensional Scaling

    • Classical, metric, and non-metric MDS algorithms
    • Example applications to quantitative psychology and social science
  • Chapter 2: ISOMAP

    • Geodesic distances and the isometric mapping algorithm
    • Implementation details and applications with facial images and coil-100 object images
  • Chapter 3: Local Linear Embedding

    • Locally linear reconstructions and optimization problems
    • Example applications with image data
  • Chapter 4: Laplacian Eigenmaps/Spectral Embedding

    • From the general to the discrete Laplacian operators
    • Visualizing spectral embedding with the networkx library
    • Spectral embedding with NLTK and the Brown text corpus