Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 527 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 527 Bytes

An Interactive Introduction to Model-Agnostic Meta-Learning

Codebase for our article on MAML.

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.