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/
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:Hinton’s paper Dynamic Routing Between Capsules 的 Tensorflow , Keras ,Pytorch实现 - Python技术站