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
what does self.wi = rand_arr(-0.1, 0.1, mem_cell_ct, concat_len) signify? Is wi having input gate weights for both input x_{t} as well as the h_{t-1}. What does mem_cell_ct contain and what is concat_len
The text was updated successfully, but these errors were encountered:
what does self.wi = rand_arr(-0.1, 0.1, mem_cell_ct, concat_len) signify? Is wi having input gate weights for both input x_{t} as well as the h_{t-1}. What does mem_cell_ct contain and what is concat_len
The text was updated successfully, but these errors were encountered: