dfdx / XGrad.jl

eXpression gradients in Julia
Other
3 stars 4 forks source link

Support for RNNs #2

Open dfdx opened 6 years ago

dfdx commented 6 years ago

Two options:

  1. Add ability to specify seed dz!dz (or call it dz!dy?) other than 1.0, leave looping for a user code.
  2. Create a new ExNode{:for} in Espresso. May also require introduction of subgraphs (ExNode{:graphref}?).
dfdx commented 6 years ago

Actually, both options require seed != 1.0. See #8.