Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 783 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 783 Bytes

Examples

This directory presents concise examples of using higher to re-implement techniques that use unrolled gradients.

Model Agnostic Meta Learning (MAML)

./maml-omniglot.py does few-shot Omniglot classification with MAML. For more details see the original MAML paper. Our MAML++ fork and experiments are available here.

Deep Energy Models

./deep-energy-mnist.py uses SPENs/ICNNS for for MNIST classification. For more details see The original SPEN paper, End-to-End Learning for SPENs, and Input Convex Neural Networks.