Git Product home page Git Product logo

crab-learning's Introduction

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

crab-learning's People

Contributors

felipeanndrade avatar

Watchers

 avatar

crab-learning's Issues

Model selection and training

linear regression, logistic regression, decision trees, random forests, support vector machines, k-nearest neighbors, naive Bayes, and neural networks

Norms

Euclidean norm, L1 norm, L2 norm, and maximum norm.

Matrix Operations

matrix addition, matrix subtraction, matrix multiplication, matrix division, matrix transposition, and matrix inversion.

Scalar Operations

scalar addition, scalar subtraction, scalar multiplication, and scalar division.

Vector Operations

vector addition, vector subtraction, vector multiplication, and vector dot product.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.