Element-Research / rnn

Recurrent Neural Network library for Torch7's nn
BSD 3-Clause "New" or "Revised" License
939 stars 313 forks source link

benchmarking time series example. #111

Open andrewcz opened 8 years ago

andrewcz commented 8 years ago

https://github.com/Element-Research/rnn/blob/master/examples/recurrent-time-series.lua

The above is a great example! thanks guys!! Was wondering if there were plans to benchmark this against other examples. Many thanks, Best, Andrew

nicholas-leonard commented 8 years ago

@andrewcz Do you have links to other such examples?

andrewcz commented 8 years ago

https://github.com/NervanaSystems/neon/blob/master/examples/timeseries_lstm.py

The above is closet i have found to a generic multivariate time series example. Could be worth benchmarking to see the results. Thoughts? Many thanks and best, Andrew

nicholas-leonard commented 8 years ago

@andrewcz Nice example. Although I would prefer a theano benchmark. In any case, it would be a lot of work which I don't have time to do at this moment.