All Projects → naturomics → Capslayer

naturomics / Capslayer

Licence: apache-2.0
CapsLayer: An advanced library for capsule theory

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Capslayer

Capsnet Visualization
🎆 A visualization of the CapsNet layers to better understand how it works
Stars: ✭ 371 (+5.7%)
Mutual labels:  capsule-network, capsnet
Capsnet Traffic Sign Classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
Stars: ✭ 166 (-52.71%)
Mutual labels:  capsule-network, capsnet
capsules-tensorflow
Another implementation of Hinton's capsule networks in tensorflow.
Stars: ✭ 18 (-94.87%)
Mutual labels:  capsnet, capsule-network
Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (-65.81%)
Mutual labels:  capsule-network, capsnet
CapsNet
Empirical studies on Capsule Network representation and improvements implemented with PyTorch.
Stars: ✭ 39 (-88.89%)
Mutual labels:  capsnet, capsule-network
Capsnet Tensorflow
A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Stars: ✭ 3,776 (+975.78%)
Mutual labels:  capsule-network, capsnet
Capsnet Keras
A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
Stars: ✭ 2,428 (+591.74%)
Mutual labels:  capsule-network, capsnet
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 (-95.44%)
Mutual labels:  capsnet, 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 (-76.07%)
Mutual labels:  capsule-network, capsnet
Capsule Net Pytorch
[NO MAINTENANCE INTENDED] A PyTorch implementation of CapsNet architecture in the NIPS 2017 paper "Dynamic Routing Between Capsules".
Stars: ✭ 158 (-54.99%)
Mutual labels:  capsule-network, capsnet
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 (+745.01%)
Mutual labels:  capsule-network
LightCapsNet
A Matlab implementation of the capsule networks (or capsnet).
Stars: ✭ 47 (-86.61%)
Mutual labels:  capsule-network
me recognition
CapsuleNet for Micro-expression Recognition (IEEE FG 2019)
Stars: ✭ 56 (-84.05%)
Mutual labels:  capsule-network
Adv attack capsnet
Tensorflow Implementation of Adversarial Attack to Capsule Networks
Stars: ✭ 169 (-51.85%)
Mutual labels:  capsule-network
CapsNet-keras-imdb
No description or website provided.
Stars: ✭ 15 (-95.73%)
Mutual labels:  capsnet
capsnet.mxnet
MXNet implementation of CapsNet
Stars: ✭ 30 (-91.45%)
Mutual labels:  capsnet
Hands On Deep Learning Algorithms With Python
Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
Stars: ✭ 272 (-22.51%)
Mutual labels:  capsule-network
CapsuleLayer
PyTorch Capsule Layer
Stars: ✭ 28 (-92.02%)
Mutual labels:  capsnet
tf CapsNet
A tensorflow implementation for CapsNet
Stars: ✭ 19 (-94.59%)
Mutual labels:  capsnet
EasyRec
A framework for large scale recommendation algorithms.
Stars: ✭ 599 (+70.66%)
Mutual labels:  capsule-network

CapsLayer: An advanced library for capsule theory

Capsule theory is a potential research proposed by Geoffrey E. Hinton et al, where he describes the shortcomings of the Convolutional Neural Networks and how Capsules could potentially circumvent these problems such as "pixel attack" and create more robust Neural Network Architecture based on Capsules Layer.

We expect that this theory will definitely contribute to Deep Learning Industry and we are excited about it. For the same reason we are proud to introduce CapsLayer, an advanced library for the Capsule Theory, integrating capsule-relevant technologies, providing relevant analysis tools, developing related application examples, and probably most important thing: promoting the development of capsule theory.

This library is based on Tensorflow and has a similar API with it but designed for capsule layers/models.

Features

  • TensorFlow-like API for building Neural Nets block, see API docs for more details:

    • [x] capslayer.layers.conv2d
    • [x] capslayer.layers.conv1d
    • [x] capslayer.layers.fully_connected/dense
    • [x] capslayer.layers.primaryCaps
    • [x] capslayer.losses.spread_loss
    • [x] capslayer.losses.margin_loss
  • Datasets support:

  • Capsule Nets Model examples:

  • Algorithm support:

    • [x] Routing-by-agreement: including EM Routing and Dynamic Routing

If you want us to support more features, let us know by opening Issues or sending E-mail to [email protected]

Documentation

Contributions

Feel free to send your pull request or open issues

Citation

If you find it is useful, please cite our project by the following BibTex entry:

@misc{HuadongLiao2017,
title = {CapsLayer: An advanced library for capsule theory},
author = {Huadong Liao, Jiawei He},
year = {2017}
publisher = {GitHub},
journal = {GitHub Project},
howpublished = {\url{http://naturomics.com/CapsLayer}},
}

Note: We are considering to write a paper for this project, but before that, please cite the above Bibtex entry if you find it helps.

License

Apache 2.0 license.

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