num.cr icon indicating copy to clipboard operation
num.cr copied to clipboard

Any chance of GRU/LSTM layers ?

Open clive-g-brown opened this issue 5 years ago • 1 comments

Code Sample, a copy-pastable example if possible

# Your code here

Problem description

[this should explain why the current behaviour is a problem and why the expected output is a better solution.]

clive-g-brown avatar Sep 30 '20 18:09 clive-g-brown

I'd love to add these in. Primary issue is figuring out how to back propagate along layers that need more than one gradient. This will probably require more Num::Grad work than it will Num::NN work.

christopherzimmerman avatar Sep 30 '20 21:09 christopherzimmerman