https://github.com/ericjang/maml-jax
Implementation of Model-Agnostic Meta-Learning (MAML) in Jax
https://github.com/ericjang/maml-jax
Last synced: 10 months ago
JSON representation
Implementation of Model-Agnostic Meta-Learning (MAML) in Jax
- Host: GitHub
- URL: https://github.com/ericjang/maml-jax
- Owner: ericjang
- License: apache-2.0
- Created: 2019-02-13T01:31:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T17:09:29.000Z (over 3 years ago)
- Last Synced: 2024-12-08T12:33:46.211Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 431 KB
- Stars: 188
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maml-jax
This repository implements the Model-Agnostic Meta-Learning (MAML) algorithm in Python + JAX.
Tutorial here: [https://blog.evjang.com/2019/02/maml-jax.html](https://blog.evjang.com/2019/02/maml-jax.html)