An open API service indexing awesome lists of open source software.

https://github.com/abdulfatir/capsule-networks-pytorch

PyTorch implementation of Capsule Networks
https://github.com/abdulfatir/capsule-networks-pytorch

capsule-networks cifar-10 deep-learning fashion-mnist mnist pytorch

Last synced: 6 months ago
JSON representation

PyTorch implementation of Capsule Networks

Awesome Lists containing this project

README

          

# Capsule Networks (PyTorch Implementation)

PyTorch implementation of **Dynamic Routing Between Capsules**[1]. This repository includes experiments on MNIST, FashionMNIST, and CIFAR10.

### Credits
Some general ideas of implementation have been borrowed from [gram-ai/capsule-networks](https://github.com/gram-ai/capsule-networks).

### References
[1] Sara Sabour, Nicholas Frosst, Geoffrey E Hinton. *Dynamic Routing Between Capsules*, NIPS 2017.