Difference between revisions of "Ruby"
Jump to navigation
Jump to search
Zeno Gantner (talk | contribs) |
Zeno Gantner (talk | contribs) |
||
| Line 3: | Line 3: | ||
== Ruby recommender system resources == | == Ruby recommender system resources == | ||
* [[Ruby on Rails]] contains information about using recommender systems with this web application framework. | * [[Ruby on Rails]] contains information about using recommender systems with this web application framework. | ||
| − | * 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]] | * [[recommendify]] [https://github.com/paulasmuth/recommendify] is a recommender based on Ruby and [[Redis]] | ||
Latest revision as of 05:51, 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
- Ruby on Rails contains information about using recommender systems with this web application framework.
- 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
- recommendify [1] is a recommender based on Ruby and Redis
- Implementing the Pearson correlation algorithm using Ruby and the GNU Scientific Library by Chris Lowis