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: 10 months ago
JSON representation

Implementation of Model-Agnostic Meta-Learning (MAML) in Jax

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)