user1543500
user1543500

Reputation: 125

Scientific modules for Ruby

I've been using quite a number of Python modules such as Numpy in large machine learning projects. Previously, I used Django for the web application and mod_wsgi as a front end to these. Now, someone is making the case to transfer to Ruby on Rails. Are similar libraries available for Ruby?

Upvotes: 2

Views: 1174

Answers (2)

Translunar
Translunar

Reputation: 3816

As Benjamin Tan pointed out, SciRuby is working on this. Commenters rightly noted that not much work has been done on the sciruby gem, but NMatrix is under extremely active development. The goal is to replace NArray.

There are also quite a few stable gems associated with SciRuby: Statsample, distribution, minimization, integration, Rubyvis (a Ruby port of Protovis), and so on.

SciRuby actually just got Google Summer of Code support, too, and a grant from the Ruby Association a few months ago, so we're hopeful that it will go places.

Full disclosure: I'm one of the lead developers for NMatrix and a co-founder of the SciRuby project.

Upvotes: 2

Benjamin Tan Wei Hao
Benjamin Tan Wei Hao

Reputation: 9691

The closest would be SciRuby.

Upvotes: 1

Related Questions