Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 901 Bytes

File metadata and controls

19 lines (11 loc) · 901 Bytes

PNs with Random Weights in Jupyter

Prototypical Networks with Random Weights for image classification on Omniglot and mini-ImageNet. Made with Jupyter.

Usage

Follow the instructions in the notebook and have fun!

It is made with Python3 and tested on Linux.

Acknowledgements

This project was based on:

The idea of PNs can be originally found in Prototypical Networks For Few-shot Learning.

It's worth mentioning that using weights in order to calculate the prototypes is in Improved prototypical networks for few-Shot learning.