Skip to content

An implementation of the "Matching Network for One Shot Learning" paper on Fashion MNIST using PyTorch.

Notifications You must be signed in to change notification settings

sokmontrey/matching-net-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Introduction

A PyTorch notebook implementation of Matching Network for One Shot Learning. It is also my first ever Deep learning paper implementation. The model is tested on the Fashion MNIST dataset with 50% of the classes are for training and the other 50% are for testing (the model is train and test on completely seperate set of classes).

Please note that there are a few minor modifications from the original paper for the math to works in batch.

About

An implementation of the "Matching Network for One Shot Learning" paper on Fashion MNIST using PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published