I'm looking for write a basic RNN that does f(Ax+b) at each time step. What would be the best way to go about it? Could you outline some code to give an idea? Can one apply JIT over the entire (unrolled) network for training/inference?
I'm looking for write a basic RNN that does f(Ax+b) at each time step.
What would be the best way to go about it? Could you outline some code to give an idea?
Can one apply JIT over the entire (unrolled) network for training/inference?