IN DEVELOPMENT, please issue bugs :)
Another manifold learning package in Julia. In this package we for now focus on nonlinear methods specifically the Diffusion Maps algorithm. Might add other nonlinear dimensionality reduction methods in future versions to justify "Many"fold.
- missing / not working / wrong Diffusion Map algorithm in (no longer maintained?) ManifoldLearning.jl
- first Julia Package to implement out of sample methods to map between Diffusion Map Coordinates and Ambient Space
- provides lifting and restriction formalism to equation free methods with Diffusion Maps
- Nyström extension for restriction for out of sample data
- k-nearest neighbor method for lifting (using NearestNeighbor.jl) from latent space to ambient space
- (Multi Scale) Geometric Harmonics for lifting and restriction
- package is inspired by ManifoldLearning.jl and Datafold (wonderful Python package)