All Projects → sxhxliang → CapsNet_Mxnet

sxhxliang / CapsNet_Mxnet

Licence: Apache-2.0 license
A Mxnet implementation of CapsNet in Hinton's paper Dynamic Routing Between Capsules

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].