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

https://github.com/nishnik/capsnet-pytorch

My attempt at implementing CapsNet from the paper Dynamic Routing Between Capsules
https://github.com/nishnik/capsnet-pytorch

convolutional-neural-networks deep-learning pytorch

Last synced: 11 months ago
JSON representation

My attempt at implementing CapsNet from the paper Dynamic Routing Between Capsules

Awesome Lists containing this project

README

          

# CapsNet-PyTorch
My attempt at implementing CapsNet from the paper Dynamic Routing Between Capsules.

[Link to paper](https://arxiv.org/abs/1710.09829)

Authors of paper - Sara Sabour, Nicholas Frosst, Geoffrey E Hinton

The code is buggy right now, reconstruction loss is yet to be added.

Training-Testing not done till now.

Suggestions and contributions welcome.