All Projects → yechengxi → LightCapsNet

yechengxi / LightCapsNet

Licence: GPL-3.0 license
A Matlab implementation of the capsule networks (or capsnet).

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to LightCapsNet

Capsnet Visualization
🎆 A visualization of the CapsNet layers to better understand how it works
Stars: ✭ 371 (+689.36%)
Mutual labels:  capsule-network
Variational Capsule Routing
Official Pytorch code for (AAAI 2020) paper "Capsule Routing via Variational Bayes", https://arxiv.org/pdf/1905.11455.pdf
Stars: ✭ 84 (+78.72%)
Mutual labels:  capsule-network
Capsule Net Pytorch
[NO MAINTENANCE INTENDED] A PyTorch implementation of CapsNet architecture in the NIPS 2017 paper "Dynamic Routing Between Capsules".
Stars: ✭ 158 (+236.17%)
Mutual labels:  capsule-network
Capsule Network Tutorial
Pytorch easy-to-follow Capsule Network tutorial
Stars: ✭ 722 (+1436.17%)
Mutual labels:  capsule-network
Nn encapsulation
Capsule research with our trivial contribution
Stars: ✭ 53 (+12.77%)
Mutual labels:  capsule-network
Deep Learning With Csharp And Cntk
Deep Learning with C# and CNTK
Stars: ✭ 108 (+129.79%)
Mutual labels:  capsule-network
Capsule net pytorch
Readable implementation of a Capsule Network as described in "Dynamic Routing Between Capsules" [Hinton et. al.]
Stars: ✭ 301 (+540.43%)
Mutual labels:  capsule-network
Capsnet Keras
A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
Stars: ✭ 2,428 (+5065.96%)
Mutual labels:  capsule-network
Capsnet tensorflow
Stars: ✭ 72 (+53.19%)
Mutual labels:  capsule-network
Pytorch Asr
ASR with PyTorch
Stars: ✭ 124 (+163.83%)
Mutual labels:  capsule-network
Awesome Capsule Networks
A curated list of awesome resources related to capsule networks
Stars: ✭ 896 (+1806.38%)
Mutual labels:  capsule-network
Lung Diseases Classifier
Diseases Detection from NIH Chest X-ray data
Stars: ✭ 52 (+10.64%)
Mutual labels:  capsule-network
Capse
A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization (NAACL 2019)
Stars: ✭ 114 (+142.55%)
Mutual labels:  capsule-network
Capsnet Tensorflow
A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Stars: ✭ 3,776 (+7934.04%)
Mutual labels:  capsule-network
Capsnet Traffic Sign Classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
Stars: ✭ 166 (+253.19%)
Mutual labels:  capsule-network
Capslayer
CapsLayer: An advanced library for capsule theory
Stars: ✭ 351 (+646.81%)
Mutual labels:  capsule-network
Novel Deep Learning Model For Traffic Sign Detection Using Capsule Networks
capsule networks that achieves outstanding performance on the German traffic sign dataset
Stars: ✭ 88 (+87.23%)
Mutual labels:  capsule-network
Artificial Intelligence Deep Learning Machine Learning Tutorials
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
Stars: ✭ 2,966 (+6210.64%)
Mutual labels:  capsule-network
Adv attack capsnet
Tensorflow Implementation of Adversarial Attack to Capsule Networks
Stars: ✭ 169 (+259.57%)
Mutual labels:  capsule-network
Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (+155.32%)
Mutual labels:  capsule-network

LightCapsNet(testing stage)

A Matlab implementation of CapsNet in the paper:
Sara Sabour, Nicholas Frosst, Geoffrey E Hinton. Dynamic Routing Between Capsules. NIPS 2017

The network is implemented in the hard way. The back propagation is first derived by hand and then implemented.

At this time the an MLP capsule network and CNN capsult network is implemented in the tests. The 'dynamic routing' is still in development. One simple example is provided and it is likely to be a new hardware killer.

Collaborations and contributions are very welcome.

This project is based on LightNet.

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].