Skip to content

A on-going crate that provides basic matrix manipulations and ports and python's scipy-sklearn's matrix decomposition to pure Rust

Notifications You must be signed in to change notification settings

hominee/sklearn-decomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

It is a on-going crate that provides basic matrix manipunations and ports and python's scipy-sklearn's matrix decomposition to pure Rust

Progress

Currently on top of the crate rulinalg it provides some linear algebra computations:

  • basics
    • Matrix Inversion/Transformations and other manipunations
    • Linear Solver
  • Decompositions
    • LUP
    • QR
    • SVD
    • Upper
    • Eigenvalue
    • RandomizedPCA(not yet)
    • SparsedPCA(not yet)

References

  • you can look around the scikit-learn's decomposition site and see around the python version of it,

  • the basic framework of this crate is inspired by the this crate rulinalg, it will be a plus to know about it.

About

A on-going crate that provides basic matrix manipulations and ports and python's scipy-sklearn's matrix decomposition to pure Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages