hinton topic
CapsNet-Visualization
🎆 A visualization of the CapsNet layers to better understand how it works
dynamic_routing_between_capsules
Implementation of Dynamic Routing Between Capsules, Sara Sabour, Nicholas Frosst, Geoffrey E Hinton, NIPS 2017
capsule-net-pytorch
[NO MAINTENANCE INTENDED] A PyTorch implementation of CapsNet architecture in the NIPS 2017 paper "Dynamic Routing Between Capsules".
capsulesEM
A tensorflow implementation of Hinton's [matrix capsules with EM routing](https://openreview.net/pdf?id=HJWLfGWRb)
matrix-capsules-with-em-routing
A TensorFlow implementation of "Matrix Capsules with EM Routing" by Hinton et al. (2018).
capsnet.mxnet
MXNet implementation of CapsNet
CapsNet-tensorflow-jupyter
A simple tensorflow implementation of CapsNet (by Dr. G. Hinton), based on my understanding. This repository is built with an aim to simplify the concept, implement and understand it.
capsules-tensorflow
Another implementation of Hinton's capsule networks in tensorflow.
CapsNet-Tensorflow
A Tensorflow implementation of CapsNet(Capsules Net) in Hinton's paper Dynamic Routing Between Capsules