• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CapsNet (from "Dynamic Routing Between Capsules") implemented in pytorch.

CapsNet

This is a pytorch implementation of CapsNet, described in the paper Dynamic Routing Between Capsules - by Sara Sabour, Nicholas Frosst and Geoffrey E Hinton.

MNIST

Accuracy

Although the paper reports an accuracy of 99.75%, the maximum accuracy achieved by this implementation was 99.68%.

Execution Speed

111 seconds per epoch on a single Titan Xp GPU.

Number of Parameters

Model has 8141840 parameters.