CapsNet icon indicating copy to clipboard operation
CapsNet copied to clipboard

Capsule Networks implemented with Keras.

CapsNet

Capsule Networks implemented with Keras.

Repo Structure

capsule.py

models and experiments for MNIST

data

Saving data of MNIST.

Environment

  • python2
  • Keras2.1.5

Usage

python capsule.py

More Information

Please visit http://skyhigh233.com/blog/2018/04/06/capsule/

References