Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saicoco/mxnet-siamese
siamise networks
https://github.com/saicoco/mxnet-siamese
Last synced: 2 months ago
JSON representation
siamise networks
- Host: GitHub
- URL: https://github.com/saicoco/mxnet-siamese
- Owner: saicoco
- Created: 2017-04-12T07:16:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T07:52:58.000Z (over 7 years ago)
- Last Synced: 2024-08-01T22:41:41.473Z (5 months ago)
- Language: Python
- Size: 10.8 MB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-MXNet - siamese
README
# mxnet-siamise
siamise networks[^1]Here use simple mlp as forward networks, you can replace it with CNN or anything complicate netowrks.
[^1] ["Dimensionality Reduction by Learning an Invariant Mapping"](http://yann.lecun.com/exdb/publis/pdf/hadsell-chopra-lecun-06.pdf)
### Usage```
python train_siamise_mnist.py --batch_size 128 --epoches 20 --gpu 0,1
```