Skip to content

Machine Learning/ Linear Algebra lib writen in Rust 🦀

License

Notifications You must be signed in to change notification settings

felipeanndrade/crab-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crab Learning 🦀

Machine Learning / Linear Algebra lib writen in Rust 🦀

Dependencies

Features

For the version 1.0.0 this library should cover all features bellow:

Linear Algebra operations

  • Matrix operations
  • Vector operations
  • Scalar operations
  • Norms
  • Eigenvalues and eigenvectors
  • Linear system solutions
  • Singular value decomposition
  • Matrix factorization
  • Convolutions
  • Broadcasting

Machine Learning functions

  • Data processing
  • Model selection and training
  • Model evaluation and validation
  • Hyperparameter tuning and optimization
  • Deployment and integration(maybe not?)
  • Documentation

Contributing

All features are listed on issues/projects tab

  • Feel free to pick one that's not assign or contribute with the assigned person
  • Follow the Github flow to contribute to this project.
  • Conventional commits for concise messages.

Documentation

  • Use 'rustdoc' to generate documentation
  • Describe your code what it does and how it does it.
  • Give examples

Tests

  • Write tests
  • Make sure that you cover all your code with tests and that the all precedent tests are not broken by your changes.

PR's without the contributing checklist above will not be accepted.

License: MIT

About

Machine Learning/ Linear Algebra lib writen in Rust 🦀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages