Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericjang/maml-jax
Implementation of Model-Agnostic Meta-Learning (MAML) in Jax
https://github.com/ericjang/maml-jax
Last synced: 7 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T17:09:29.000Z (about 2 years ago)
- Last Synced: 2024-08-03T15:07:23.293Z (3 months 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)