0xpantera / ai_lab_gt_capsNet

PyTorch Implementation of Capsule Networks on MNIST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch Implementation of Capsule Networks on MNIST

Based on the paper Dynamic Routing Between Capsules1

Conda Environment

To reproduce the results install the conda environment from the spec-file.txt. by running:

conda install --name capsnet --file spec-file.txt

Footnotes

  1. Sara Sabour, Nicholas Frosst, Geoffrey E Hinton

About

PyTorch Implementation of Capsule Networks on MNIST


Languages

Language:Python 100.0%