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

Examples of learning dynamics and forward/inverse models #104

Open
tcstewar opened this issue Aug 27, 2019 · 2 comments
Open

Examples of learning dynamics and forward/inverse models #104

tcstewar opened this issue Aug 27, 2019 · 2 comments

Comments

@tcstewar
Copy link
Member

tcstewar commented Aug 27, 2019

I've seen a number of talks of online learning of dynamics (i.e. observe a lorenz attractor, do online learning of weights, and result in a system that produces the lorenz dynamics). For example:

https://arxiv.org/abs/1902.02875

I know @arvoelke and @celiasmith have implemented this in nengo, but I don't think we've done a broad set of examples showing this. There is an example of FORCE learning here: https://github.com/arvoelke/nengolib/blob/master/docs/notebooks/examples/full_force_learning.ipynb

There's also this sort of work where dynamics learning is used to learn the forward dynamics of a physical system:

https://elifesciences.org/articles/28295

and the inverse model:

http://proceedings.mlr.press/v80/gilra18a.html

@tcstewar tcstewar changed the title Examples of learning dynamics Examples of learning dynamics and forward models Aug 27, 2019
@tcstewar tcstewar changed the title Examples of learning dynamics and forward models Examples of learning dynamics and forward/inverse models Aug 27, 2019
@arvoelke
Copy link
Member

arvoelke commented Sep 2, 2019

Agreed! This would also make an excellent opportunity for a review paper.

@tcstewar
Copy link
Member Author

tcstewar commented Sep 2, 2019

It's also worth noting that the elife paper used nengo to implement the model, and the code is available at https://github.com/adityagilra/FOLLOW

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