A Mxnet implementation of CapsNet in Hinton's paper Dynamic Routing Between Capsules
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
Maybe there're some problems in my implementation. Contributions are welcome.
- Add reconstruction part, which should be easy.
- Optimize the code implementation and comments
-
CapsNet-Keras: Very good implementation. I referred to this repository in my code.