A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
翻译 - NIPS2017论文“胶囊之间的动态路由”中CapsNet的Keras实现。现在测试误差= 0.34%。
CapsNet reference from : https://github.com/XifengGuo/CapsNet-Keras
Prof. Geoffrey Hinton’ın “Dynamic Routing Between Capsules” makalesindeki Kapsül Ağı (Capsule Network: CapsNet) algoritmasının Keras Uygulamasıdır.
Capsule Network on Fashion MNIST dataset
Jupyter notebook version
Implementation of capsule networks layers in keras, as described in Hinton's paper
论文 Hinton等的论文 Matrix capsules with EM routing - Hinton, G. E., Sabour, S. and Frosst, N. (2018) Dynamic Routing Between Capsules - Sabour, S., Frosst, N. and Hinton, G.E. (2017) Transforming Auto-enc...
CapsNet (Capsules Net) in Geoffrey E Hinton paper "Dynamic Routing Between Capsules" - State Of the Art
#计算机科学#Keras是一个基于 Python 的深度学习库,能够在TensorFlow、Microsoft Cognitive Toolkit、Theano或PlaidML之上运行。
A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
翻译 - 在Hinton的论文Capsule之间的动态路由中,CapsNet(Capsules Net)的Tensorflow实现
A PyTorch implementation of CapsNet based on NIPS 2017 paper "Dynamic Routing Between Capsules"
🎆 A visualization of the CapsNet layers to better understand how it works
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
翻译 - 具有预训练骨干的细分模型。 Keras和TensorFlow Keras。
#计算机科学#Implementation of EfficientNet model. Keras and TensorFlow Keras.
翻译 - EfficientNet模型的实现。 Keras和TensorFlow Keras。
A Tensorflow implementation of CapsNet based on paper Matrix Capsules with EM Routing
PyTorch implementation of NIPS 2017 paper Dynamic Routing Between Capsules
My attempt at implementing CapsNet from the paper Dynamic Routing Between Capsules
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
Official TensorFlow code for the paper "Efficient-CapsNet: Capsule Network with Self-Attention Routing".
A Mxnet implementation of CapsNet in Hinton's paper Dynamic Routing Between Capsules
Implemention of CapsNet from the paper Dynamic Routing Between Capsules
Deep Reinforcement Learning for Keras.
翻译 - Keras的深度强化学习。
Pytorch implementation for NIPS2017 paper `Dynamic Routing Between Capsules`
keras版的transformer模型库