/understanding-maml

An Interactive Introduction to Model-Agnostic Meta-Learning: Exploring MAML and its extensions

Primary LanguageJupyter Notebook

A Visual Comparison of Model-Agnostic Meta-Learning

The code to produce the pretrained sinusoid models can be found in this repository.

Development

  • To install development dependencies, execute npm install.
  • To deploy version, commit to main branch (github actions will take care of the rest).
  • To build the project execute npm run build.
  • To start the development server run npm run dev.