Results 4 comments of steckdenis

Hi, Unit testing a neural network library is quite difficult. What I do is that I train a small neural network (based on different layers implemented in the library), and...

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...

Hello, The LSTM and GRU units are built from a set of operations, with every learnable weights in Dense layers (so, there are a few Dense layers as part of...

Thanks :) . I've added a note in the README that RAPL has to be compiled with -std=c99. I'm not the maintainer of RAPL, so I cannot easily make a...