capsule-network
Here are 106 public repositories matching this topic...
Add a Reddit section
Most of the people who start out new don't find a latest feed of community hyped resources on ML and DL topics. It would be pretty good if we add a Reddit section.
If you're fine with this suggestion I'll put up a PR with the update
A curated list of awesome resources related to capsule networks
-
Updated
Jan 23, 2020
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
-
Updated
Jan 24, 2020 - Python
Pytorch easy-to-follow Capsule Network tutorial
-
Updated
Jan 19, 2020 - Jupyter Notebook
🎆 A visualization of the CapsNet layers to better understand how it works
-
Updated
Jan 22, 2020 - Python
CapsLayer: An advanced library for capsule theory
-
Updated
Jan 22, 2020 - Python
Readable implementation of a Capsule Network as described in "Dynamic Routing Between Capsules" [Hinton et. al.]
-
Updated
Jan 25, 2020 - Jupyter Notebook
Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
-
Updated
Jan 20, 2020 - Jupyter Notebook
Tensorflow Implementation of Adversarial Attack to Capsule Networks
-
Updated
Dec 13, 2019 - Python
[NO MAINTENANCE INTENDED] A PyTorch implementation of CapsNet architecture in the NIPS 2017 paper "Dynamic Routing Between Capsules".
-
Updated
Jan 2, 2020 - Python
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
-
Updated
Jan 24, 2020 - Jupyter Notebook
A Tensorflow implementation of CapsNet(Capsules Net) in Hinton's paper Dynamic Routing Between Capsules
-
Updated
Jan 16, 2020 - Python
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
-
Updated
Jan 24, 2020 - Jupyter Notebook
A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization (NAACL 2019)
-
Updated
Jan 21, 2020 - Python
capsule networks that achieves outstanding performance on the German traffic sign dataset
-
Updated
Jan 9, 2020 - Jupyter Notebook
-
Updated
Nov 14, 2019 - Python
License not clear
I really enjoy seeing that someone developed code for this interesting paper.
For me it would be great if I could use parts of the code, but the license is unclear.
Perhaps you could put a license online?
A pytorch implementation of CapsNet for text classification 汽车行业用户观点主题及情感识别为例(subject-and-sentiment-analysis)
-
Updated
Dec 27, 2019 - Python
Capsule research with our trivial contribution
-
Updated
Oct 18, 2019 - Python
A Matlab implementation of the capsule networks (or capsnet).
-
Updated
Dec 14, 2019 - MATLAB
Empirical studies on Capsule Network representation and improvements implemented with PyTorch.
-
Updated
Jan 18, 2020 - Python
Zhuang Chen, Tieyun Qian: Transfer Capsule Network for Aspect Level Sentiment Classification. ACL 2019: 547-556
-
Updated
Jan 22, 2020 - Python
Transforming Autoencoder (Hinton et al.) implementation in TensorFlow. A way to get hands dirty with Hinton's capsules.
-
Updated
Dec 18, 2019 - Python
Improve this page
Add a description, image, and links to the capsule-network topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the capsule-network topic, visit your repo's landing page and select "manage topics."
I'm trying to read through the definition of the class CapsLayer. Does num_outputs actually correspond to the number of capsules ? From what I understand from the following code, it looks like the number of capsules is actually stored in vec_len.