You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
I believe there are two issues here if you were trying to model vanilla RNN which its formulation is as follows:
which are based on Elman(vanilla RNN) network :
First it does not introduce a nonlinear transformation while calculating the new hidden state,
and Second it dose not consider the $h_t$ for the calculation of the output!
So my question is, were you implementing the Elman network or was it a completely new variation of the RNN?
In case I'm wrong what am I missing here?
If you could kindly clarify this, I'd appreciate it .
The text was updated successfully, but these errors were encountered:
Coderx7
changed the title
Issues with your tutorial on Classifying Names with a Character-Level RNN
Issues in your tutorial on Classifying Names with a Character-Level RNN
Jul 20, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looking at the following diagram and the code you wrote , which is :
I believe there are two issues here if you were trying to model vanilla RNN which its formulation is as follows:
which are based on Elman(vanilla RNN) network :
First it does not introduce a nonlinear transformation while calculating the new hidden state,
and Second it dose not consider the$h_t$ for the calculation of the output!
So my question is, were you implementing the Elman network or was it a completely new variation of the RNN?
In case I'm wrong what am I missing here?
If you could kindly clarify this, I'd appreciate it .
The text was updated successfully, but these errors were encountered: