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

Natural gradients for deep layers #26

Open
parvkpr opened this issue Feb 6, 2020 · 1 comment
Open

Natural gradients for deep layers #26

parvkpr opened this issue Feb 6, 2020 · 1 comment

Comments

@parvkpr
Copy link

parvkpr commented Feb 6, 2020

In NES algorithms do we use backpropogation from the last layers gradients(computed by the objectve function). I am curious as to how to optimize the hidden layers since they are not directly affecting the objective function

@jinyeom
Copy link

jinyeom commented Apr 6, 2020

Evolution strategies do not use backpropagation, but they differentiate (approximately) across a population of solutions, rather than across parameters within a solution. Perhaps reading this blog post is useful 😛

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

2 participants