Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I don't understand wi_diff wf_diff etc #40

Open
kaikai-sk opened this issue Jun 27, 2018 · 0 comments
Open

I don't understand wi_diff wf_diff etc #40

kaikai-sk opened this issue Jun 27, 2018 · 0 comments

Comments

@kaikai-sk
Copy link

diffs w.r.t. inputs

self.param.wi_diff += np.outer(di_input, self.xc)
self.param.wf_diff += np.outer(df_input, self.xc)
self.param.wo_diff += np.outer(do_input, self.xc)
self.param.wg_diff += np.outer(dg_input, self.xc)
self.param.bi_diff += di_input
self.param.bf_diff += df_input       
self.param.bo_diff += do_input
self.param.bg_diff += dg_input       

I am not clear about this code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant