josephwilk / tlearn-rb

Recurrent Neural Network library for Ruby
96 stars 15 forks source link

Support iterating through rounds of training explicitly #10

Closed josephwilk closed 9 years ago

josephwilk commented 11 years ago

For example:

[a, b, c, d].each{|data| tlearn.train(data)}