Skip to content

Commit a992c17

Browse files
authored
Update README.md
1 parent 6463b12 commit a992c17

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
# MatchingNetworks Pytorch Implementation
22
This repo provides code that replicated the results of the Matching Networks for One Shot Learning paper on the Omniglot dataset.
33

4-
WORK IN PROCESS!
4+
## Installation of pytorch
5+
The experiments needs installing [Pytorch](http://pytorch.org/)
56

6-
# Training a model
7+
## Installation
78

8-
# Features
9+
$ pip install -r requirements.txt
10+
$ python main.py
911

10-
# Acknowledgements
12+
## Acknowledgements
1113
Special thanks to https://github.com/zergylord and https://github.com/AntreasAntoniou for their Matching Networks implementation. I intend to use some parts for this implementation. More details at https://github.com/zergylord/oneshot and https://github.com/zergylord/oneshot
1214

15+
## Cite
16+
```
17+
@inproceedings{vinyals2016matching,
18+
title={Matching networks for one shot learning},
19+
author={Vinyals, Oriol and Blundell, Charles and Lillicrap, Tim and Wierstra, Daan and others},
20+
booktitle={Advances in Neural Information Processing Systems},
21+
pages={3630--3638},
22+
year={2016}
23+
}
24+
```
1325

26+
## Authors
27+
28+
* Albert Berenguel (@aberenguel) [Webpage](https://scholar.google.es/citations?user=HJx2fRsAAAAJ&hl=en)

0 commit comments

Comments
 (0)