All Projects → theblackcat102 → dynamic-routing-capsule-cifar

theblackcat102 / dynamic-routing-capsule-cifar

Licence: other
CapsNet reference from : https://github.com/XifengGuo/CapsNet-Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dynamic-routing-capsule-cifar

cifar-tensorflow
No description or website provided.
Stars: ✭ 18 (-47.06%)
Mutual labels:  cifar-10
CapsuleLayer
PyTorch Capsule Layer
Stars: ✭ 28 (-17.65%)
Mutual labels:  capsule
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+123.53%)
Mutual labels:  cifar-10
WhiteBox-Part1
In this part, I've introduced and experimented with ways to interpret and evaluate models in the field of image. (Pytorch)
Stars: ✭ 34 (+0%)
Mutual labels:  cifar-10
capsnet.mxnet
MXNet implementation of CapsNet
Stars: ✭ 30 (-11.76%)
Mutual labels:  capsule
Spacex Api
🚀 Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.
Stars: ✭ 8,973 (+26291.18%)
Mutual labels:  capsule
NIPS-Global-Paper-Implementation-Challenge
Selective Classification For Deep Neural Networks.
Stars: ✭ 11 (-67.65%)
Mutual labels:  cifar-10
SegCaps
A Clone version from Original SegCaps source code with enhancements on MS COCO dataset.
Stars: ✭ 62 (+82.35%)
Mutual labels:  capsule
me recognition
CapsuleNet for Micro-expression Recognition (IEEE FG 2019)
Stars: ✭ 56 (+64.71%)
Mutual labels:  capsule
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+94.12%)
Mutual labels:  cifar-10
CIFAR10-VGG19-Tensorflow
No description or website provided.
Stars: ✭ 27 (-20.59%)
Mutual labels:  cifar-10
CapsNet-tensorflow-jupyter
A simple tensorflow implementation of CapsNet (by Dr. G. Hinton), based on my understanding. This repository is built with an aim to simplify the concept, implement and understand it.
Stars: ✭ 16 (-52.94%)
Mutual labels:  capsule
Capsnet Keras
A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
Stars: ✭ 2,428 (+7041.18%)
Mutual labels:  capsule
cifar10
Predict CIFAR-10 labels with 88% accuracy using keras.
Stars: ✭ 32 (-5.88%)
Mutual labels:  cifar-10
AlexNet
AlexNet model from ILSVRC 2012
Stars: ✭ 35 (+2.94%)
Mutual labels:  cifar-10
DenseNet-Cifar10
Train DenseNet on Cifar-10 based on Keras
Stars: ✭ 39 (+14.71%)
Mutual labels:  cifar-10
Capsnet Tensorflow
A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Stars: ✭ 3,776 (+11005.88%)
Mutual labels:  capsule
CapsuleGAN
An Experimental Implementation for CapsuleGAN.
Stars: ✭ 22 (-35.29%)
Mutual labels:  capsule
numpy-cnn
A numpy based CNN implementation for classifying images
Stars: ✭ 47 (+38.24%)
Mutual labels:  cifar-10
C2D
PyTorch implementation of "Contrast to Divide: self-supervised pre-training for learning with noisy labels"
Stars: ✭ 59 (+73.53%)
Mutual labels:  cifar-10

dynamic-routing-capsule-cifar

reference from : https://github.com/XifengGuo/CapsNet-Keras

Testing Cifar-10 datasets using Dynamic Routing between Capsules

This data will be compared with resnet18(18 layers deep) which contain a similar parameters with the tested capsule net in Hinton's paper.

Each epoch only takes less than 5 minutes in resnet, so I left it to train for over 100 epoch, which checkpoint stops at epoch 44 Resnet

Each epoch in capsule net takes about 30 minutes, in this case, I only left it training for 60 epoch. Capsule

In the end, resnet yield an accuracy of 0.8231, while the "simple" capsule net only 0.7307

Here is the reconstruction result from the capsule decoder(3 fully connected layers). I suspect the bad reconstruction was due to simple FC network rather than using Image GAN structure of stacking Maxpooling(oops) and convolution layer. According to the paper, this addition reconstruction section contribute quite a significant increase in the final accuracy. In my opinion, it really doesn't makes sense, since the major study here was to evaluate the performance of capsule structure.

Reconstruction

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].