10000 GitHub - mrvictorn/CapsNet: CapsNet (from "Dynamic Routing Between Capsules") implemented in pytorch.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mrvictorn/CapsNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%
0