Skip to content

Converting hessianfree to nengo - #2

Open
drasmuss wants to merge 1 commit into
masterfrom
hessianfree
Open

Converting hessianfree to nengo#2
drasmuss wants to merge 1 commit into
masterfrom
hessianfree

Conversation

@drasmuss

Copy link
Copy Markdown
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