Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1003 Bytes

File metadata and controls

16 lines (12 loc) · 1003 Bytes

Prototypical Networks for Few-shot Learning

Tensorflow implementation of NIPS 2017 Paper Prototypical Networks for Few-shot Learning.

This code is adopted from

How to Run

  • Download the Omniglot dataset by executing download_omniglot.sh
  • Run prototypical_networks.py

References

[1] Jake Snell, Kevin Swersky, and Richard S. Zemel. Prototypical networks for few-shot learning

[2] Sudharsan Ravichandiran. Hands-On Meta Learning with Python