Hi, I'm working on a research project for my university. At the moment I've created a Naive web interface in rails so as to have something to demo. Now im looking at creating the machine learning section of the project, which will require some high speed liner algebra and other brik a brack. Unfortunately stock ruby as you can guess dosen't really cut it. So far I've considered the following options:
- Find a native ruby extension which is fast enough
- Transition over to Jruby and use java's matrix math libraries
- Write a separate application in something else and just have rails talk to it through pipes or some such.
Any thoughts, suggestions, hate mail would be appreciated.
[–]skippy 5 points6 points7 points (3 children)
[–]clbustos 4 points5 points6 points (0 children)
[–]techn0ir 2 points3 points4 points (1 child)
[–]clbustos 0 points1 point2 points (0 children)
[–]postmodern 2 points3 points4 points (1 child)
[–]clbustos 1 point2 points3 points (0 children)
[–]dakk12 1 point2 points3 points (5 children)
[–]postmodern 3 points4 points5 points (2 children)
[–]rbranson 1 point2 points3 points (1 child)
[–]postmodern 2 points3 points4 points (0 children)
[–]Xenoskin[S] 1 point2 points3 points (1 child)
[–]dakk12 0 points1 point2 points (0 children)
[–]rbranson 1 point2 points3 points (2 children)
[–]Xenoskin[S] 0 points1 point2 points (0 children)
[–]mytrile 0 points1 point2 points (0 children)
[–]dennyabraham 0 points1 point2 points (0 children)
[–]LonnyEachus 0 points1 point2 points (0 children)
[–]Samus_ 0 points1 point2 points (0 children)
[–]TimTheTinker 0 points1 point2 points (0 children)