Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neural nets for ruby

Which libraries/plugins are the best(fast/well-documented/etc) for designing and creating neural nets with backpropgation? Googling Ai4r Ai-Appp

like image 802
Cyberk Avatar asked Mar 24 '11 19:03

Cyberk


1 Answers

ruby-fann is the way to go, I think. It's fast and stable and easy to use. You can find it here.

like image 156
David Richards Avatar answered Sep 26 '22 00:09

David Richards