Difference between revisions of "Ruby"

From RecSysWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
* If you use JRuby, you can use [[Mahout]], [[LensKit]], and other libraries implemented on the JVM.
 
* If you use JRuby, you can use [[Mahout]], [[LensKit]], and other libraries implemented on the JVM.
 
* [[MyMediaLite]] can be called from IronPython: http://ismll.de/mymedialite/documentation/use_from_ruby.html
 
* [[MyMediaLite]] can be called from IronPython: http://ismll.de/mymedialite/documentation/use_from_ruby.html
 +
* [[recommendify]] [https://github.com/paulasmuth/recommendify] is a recommender based on Ruby and [[Redis]]
 
* [http://blog.chrislowis.co.uk/2008/11/24/ruby-gsl-pearson.html Implementing the Pearson correlation algorithm using Ruby and the GNU Scientific Library] by Chris Lowis
 
* [http://blog.chrislowis.co.uk/2008/11/24/ruby-gsl-pearson.html Implementing the Pearson correlation algorithm using Ruby and the GNU Scientific Library] by Chris Lowis
  

Revision as of 04:50, 11 July 2012

Ruby is a programming language with several implementations. Besides the standard runtime, there is JRuby, which runs on the JVM, and IronPython, which runs on .NET and Mono.

Ruby recommender system resources

External links