├── LICENSE ├── README.md ├── maml.ipynb └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericjang/maml-jax/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericjang/maml-jax/HEAD/README.md -------------------------------------------------------------------------------- /maml.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericjang/maml-jax/HEAD/maml.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | scipy 2 | jupyter 3 | matplotlib 4 | --------------------------------------------------------------------------------