Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.17 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.17 KB

ManifoldML.jl

Code Style: Blue CI codecov.io

The Package ManifoldML.jl provides methods to do Machine Learning methods on Riemannian manifolds. It is based on ManifoldsBase in order to work with all manifolds from Manifolds.jl.

Related packages are

  • Manopt.jl for general optimization on manifolds – this might be employed for certain optimization tasks
  • PosDefManifoldML.jl for the specific case on symmetric positive definite matrices.