Skip to content

A Mxnet implementation of CapsNet in Hinton's paper Dynamic Routing Between Capsules

License

Notifications You must be signed in to change notification settings

sxhxliang/CapsNet_Mxnet

Repository files navigation

CapsNet-Mxnet

A Mxnet implementation of CapsNet in Hinton's paper Dynamic Routing Between Capsules

Requirements

Usage

Training

Step 1. Install Mxnet:

$ pip install mxnet

Step 2. Clone this repository with git.

$ git clone https://github.com/AaronLeong/CapsNet_Mxnet.git
$ cd CapsNet_Mxnet

Step 3. Training:

$ python CapsNet.py

Results

Maybe there're some problems in my implementation. Contributions are welcome.

TODO:

  • Add reconstruction part, which should be easy.
  • Optimize the code implementation and comments

Other Implementations

About

A Mxnet implementation of CapsNet in Hinton's paper Dynamic Routing Between Capsules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published