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

Converting hessianfree to nengo #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Converting hessianfree to nengo #2

wants to merge 1 commit into from

Conversation

drasmuss
Copy link
Member

Just put this together quickly to show that the basic idea of converting from one to the other is feasible. Note that this just goes hessianfree --> nengo, which is definitely the easier direction (since the space of possible network structures is much larger in nengo).

You can see how it works in the hf_to_nengo function, but it's pretty straightforward. I just create an ensemble for each layer, and then connect the layers with the weight matrices learned in the hessianfree network. Examples showing it works for feedforward and recurrent networks.

@drasmuss drasmuss changed the title Converting hessianfree to nengo WIP: Converting hessianfree to nengo Oct 29, 2015
@Seanny123 Seanny123 changed the title WIP: Converting hessianfree to nengo Converting hessianfree to nengo Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants