Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 740 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 740 Bytes

Capsnet experiments

This repository is a test for the new capsnets.

Some usefull links: Paper: https://arxiv.org/abs/1710.09829

Blog post: https://medium.com/ai%C2%B3-theory-practice-business/understanding-hintons-capsule-networks-part-i-intuition-b4b559d1159b

Youtube explanation: https://www.youtube.com/watch?v=pPN8d0E3900 Youtube implementation in tensorflow: https://www.youtube.com/watch?v=2Kawrd5szHE Tensorflow implementation jupyter notebook: https://github.com/ageron/handson-ml/blob/master/extra_capsnets.ipynb (General) https://github.com/ageron/handson-ml Keras example: https://github.com/XifengGuo/CapsNet-Keras

To Do

  • [] mnist download
  • [] Create notebook
  • [] Explain theory
  • [] Test with mnist example