desperado1992 / CapsNet_Mxnet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CapsNet-Mxnet

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

CapsNet-Mxnet Not yet completed

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

License:Apache License 2.0


Languages

Language:Python 83.5%Language:Jupyter Notebook 16.5%