A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 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...
#计算机科学#Keras是一个基于 Python 的深度学习库,能够在TensorFlow、Microsoft Cognitive Toolkit、Theano或PlaidML之上运行。
A PyTorch implementation of CapsNet based on NIPS 2017 paper "Dynamic Routing Between Capsules"
A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
#计算机科学#Implementation of EfficientNet model. Keras and TensorFlow Keras.
#计算机科学#🎆 A visualization of the CapsNet layers to better understand how it works
keras版的transformer模型库
#计算机科学#PyTorch implementation of NIPS 2017 paper Dynamic Routing Between Capsules
A Tensorflow implementation of CapsNet based on paper Matrix Capsules with EM Routing
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".
#计算机科学#Deep Reinforcement Learning for Keras.
A Mxnet implementation of CapsNet in Hinton's paper Dynamic Routing Between Capsules
Implemention of CapsNet from the paper Dynamic Routing Between Capsules
Pytorch implementation for NIPS2017 paper `Dynamic Routing Between Capsules`