phugodness / machine-learning-with-ruby

Useful resources for Machine Learning in Ruby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RubyNLP | RubyDataScience | RubyInterop]

Awesome Machine Learning with Ruby Awesome

Useful resources for machine learning in Ruby

This curated list comprises awesome libraries, data sources, tutorials and presentations about Machine Learning utilizing the Ruby programming language.

Everything in this list comes from our day to day work on various ML applications. Read why this list is awesome.

✨ Every contribution is welcome! Add links through pull requests or create an issue to start a discussion.

Follow us on Twitter and please spread the word using the #RubyML hash tag!

Contents

Machine Learning Libraries

Machine Learning Algorithms in pure Ruby or written in other programming languages with appropriate bindings for Ruby.

Data Structures

  • narray - Ruby/NArray: N-dimensional Numerical Array for Ruby.
  • NMatrix - Dense and sparse linear algebra library for Ruby via SciRuby.
  • kdtree - Blazingly fast, native, 2d kdtree.

Data Visualization

Please refer to the Data Visualization section on the Data Science with Ruby list.

Articles, Posts, Talks, and Presentations

Projects and Code Examples

Heroku buildpacks

Books

Community

Needs your Help!

All projects in this section are really important for the community but need more attention. Please if you have spare time and dedication spend some hours on the code here.

Related Resources

Contributing

✨ We are very glad to see you in this section! ✨

Before you go ahead you should know that your contributions will be published under the terms of the CC0 license.

Have you just found a spelling error? Need to fix indentation? Send us a pull request! ✨

If you have discovered something cool, but don't know exactly if it suits the awesome definition submit a pull request to the inbox. We'll consider your addition and format it for you! 😃

💥 If you know something pretty cool, it suits the awesome definition, works for you and seems to be useful for the community please add it to the main list. In this case please ensure your pull request adheres to the following guidelines:

  • Add everything to the bottom of the relevant category.
  • Use the following format: - [title](link) - Description. <sup>[additional links]</sup>
  • Provide a description on why this stuff is useful (distinctive features like coverage, speed, stability are welcome).
  • Name the libraries exactly how they are required from the Ruby program, not after the Readme's title, e.g. treat, not Treat, since you do require "treat".
  • Break down long lines.
  • Check your spelling, capitalization, and punctuation and trailing whitespace.
  • Introduce new categories or improve the existing categorization if required.
  • Provide a useful title and comments for your Pull Request (not Changed readme.md).
  • Mention the originator in the PR message if possible, e.g. Added the neuroevo lib by @giuse.
  • Add the topic rubyml to your repository or open an issue and kindly ask the originator of the project to do so (if applicable for your submission).

Sometimes we will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match these guidelines.

Here is a write up on how to change a Pull Request and the different ways you can do that.

👍 Thank you for your suggestions!

Wait but why?

There are a lot of software lists with ML related tools. There are a couple of lists with Ruby related projects. There are no lists of only working and tested software with documented scope. We'll try to make one!

What is awesome? Awesome are documented, maintained and focused tools.

Can something turn not awesome at a point? Yes! Abandoned projects with broken dependencies aren't awesome any more! They leave this list.

License

Creative Commons Zero 1.0 Awesome ML with Ruby by Andrei Beliankou and Contributors.

To the extent possible under law, the person who associated CC0 with Awesome ML with Ruby has waived all copyright and related or neighboring rights to Awesome ML with Ruby.

You should have received a copy of the CC0 legalcode along with this work. If not, see https://creativecommons.org/publicdomain/zero/1.0/.

About

Useful resources for Machine Learning in Ruby.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Ruby 100.0%