gram-ai / capsule-networks

A PyTorch implementation of the NIPS 2017 paper "Dynamic Routing Between Capsules".
https://arxiv.org/abs/1710.09829
1.73k stars 315 forks source link

How to cite this repo ? #3

Closed abduallahmohamed closed 7 years ago

abduallahmohamed commented 7 years ago

Hi,

Your implementation is great =) How to cite this repo ?

Thanks

iwasaki-kenta commented 7 years ago

Hi,

Thanks a lot for the feedback ^^ Here's a BibTeX entry for the repository.

@misc{Iwasaki2017,
  author = {Iwasaki Kenta},
  title = {PyTorch Implementation of Capsule Networks},
  year = {2017},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/gram-ai/capsule-networks}},
  commit = {95b0c8bd029769b6551280df115bc7933bb9fdb6}
}