nnetcpp icon indicating copy to clipboard operation
nnetcpp copied to clipboard

multivariate time series

Open andrewcz opened this issue 8 years ago • 2 comments

hi, Cool library. Is there a multivariate time series example. Best, Andrew

andrewcz avatar Jan 16 '16 09:01 andrewcz

Hi,

There is no multivariate time series example as is, but tests/test_recurrent.cpp (time series) and tests/utils.h could easily be extended to multiple variables. In fact, recurrent neural networks as implemented by this library take vectors of values as input and output. It's just that the current tests use vectors of one single value so that plotting their outputs is easier.

Regards, Denis

steckdenis avatar Jan 16 '16 09:01 steckdenis

Thanks for your help! Is there a plan for multivariate time series example to be added to the library. Finding a worked example on the internet is difficult. Best, Andrew

andrewcz avatar Jan 17 '16 01:01 andrewcz