In this Jupyter Notebook, we will implement Capsule Networks in Tensorflow. Also, we'll see the insights regarding what does the 16 dimensional vector output of capsules mean to us.
References:
- Great explanation series on Capsnet: https://medium.com/ai%C2%B3-theory-practice-business/understanding-hintons-capsule-networks-part-i-intuition-b4b559d1159b
- Simple implementation: https://github.com/dasayan05/capsule-net-TF
- Visualizing the outputs: https://github.com/bourdakos1/CapsNet-Visualization