Hinton’s paper Dynamic Routing Between Capsules 的 Tensorflow , Keras ,Pytorch实现
Tensorflow 实现
A Tensorflow implementation of CapsNet(Capsules Net) in Hinton’s paper Dynamic Routing Between Capsules
项目地址:https://github.com/naturomics/CapsNet-Tensorflow
Keras 实现
A Keras implementation of CapsNet in Hinton’s paper Dynamic Routing Between Capsules. Now Val_acc>99.5%.
项目地址:https://github.com/XifengGuo/CapsNet-Keras
PyTorch 实现
Pytorch implementation of Hinton’s Dynamic Routing Between Capsules
项目地址:https://github.com/timomernick/pytorch-capsule
论文 Dynamic Routing Between Capsules
网址:https://arxiv.org/abs/1710.09829
更多机器学习资源:http://www.tensorflownews.com/
原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/11/03/hintons-paper-dynamic-routing-between-capsules/