Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All-The-Content #1

Open
1 of 7 tasks
bytesnake opened this issue Jul 31, 2020 · 2 comments
Open
1 of 7 tasks

All-The-Content #1

bytesnake opened this issue Jul 31, 2020 · 2 comments

Comments

@bytesnake
Copy link
Member

bytesnake commented Jul 31, 2020

The rust-ml group is still in its infancy, but these are already available:

  • linear decision trees
  • non-linear manifolds
  • linear regression
  • a Torch model, for example CIFA-10 dataset with CNN

We should also have an introduction to, not only the algorithms, but also the tools we are using:

  • How to use the ndarray crate and understand type signatures of ArrayBase
  • Give examples for ndarray-stats
  • Integration of gnuplot into the workflow

This list is far from complete and will grow with time. If you know any algorithm, you want to add, please feel free to contribute.

@quietlychris
Copy link
Member

I just added a small first example for the KMeans algorithm from linfa-clustering using the plotters crate for data visualization.

@quietlychris
Copy link
Member

Linear regression added in #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants