All Projects → loretoparisi → Capsnet

loretoparisi / Capsnet

Licence: mit
CapsNet (Capsules Net) in Geoffrey E Hinton paper "Dynamic Routing Between Capsules" - State Of the Art

Projects that are alternatives of or similar to Capsnet

Deepo
Setup and customize deep learning environment in seconds.
Stars: ✭ 6,145 (+1352.72%)
Mutual labels:  mxnet, chainer, lasagne
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+3964.54%)
Mutual labels:  deeplearning, mxnet
Xlearning
AI on Hadoop
Stars: ✭ 1,709 (+304.02%)
Mutual labels:  deeplearning, mxnet
tutorials
Introduction to Deep Learning: Chainer Tutorials
Stars: ✭ 68 (-83.92%)
Mutual labels:  chainer, deeplearning
Polyaxon Examples
Code for polyaxon tutorials and examples
Stars: ✭ 57 (-86.52%)
Mutual labels:  deeplearning, mxnet
Matex
Machine Learning Toolkit for Extreme Scale (MaTEx)
Stars: ✭ 104 (-75.41%)
Mutual labels:  deeplearning, mnist
Deeplearning Cfn
Distributed Deep Learning on AWS Using CloudFormation (CFN), MXNet and TensorFlow
Stars: ✭ 252 (-40.43%)
Mutual labels:  deeplearning, mxnet
Androidtensorflowmnistexample
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
Stars: ✭ 449 (+6.15%)
Mutual labels:  deeplearning, mnist
capsnet.mxnet
MXNet implementation of CapsNet
Stars: ✭ 30 (-92.91%)
Mutual labels:  mxnet, capsnet
char-rnn-text-generation
Character Embeddings Recurrent Neural Network Text Generation Models
Stars: ✭ 64 (-84.87%)
Mutual labels:  mxnet, chainer
ghiaseddin
Author's implementation of the paper "Deep Relative Attributes" (ACCV 2016)
Stars: ✭ 41 (-90.31%)
Mutual labels:  lasagne, deeplearning
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-91.49%)
Mutual labels:  deeplearning, mnist
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+61.7%)
Mutual labels:  deeplearning, chainer
Horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
Stars: ✭ 11,943 (+2723.4%)
Mutual labels:  deeplearning, mxnet
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+1503.55%)
Mutual labels:  deeplearning, mxnet
Gordon cnn
A small convolution neural network deep learning framework implemented in c++.
Stars: ✭ 241 (-43.03%)
Mutual labels:  deeplearning, mnist
DLInfBench
CNN model inference benchmarks for some popular deep learning frameworks
Stars: ✭ 51 (-87.94%)
Mutual labels:  mxnet, deeplearning
Resnet Multipleframework
ResNet benchmark by Keras(TensorFlow), Keras(MXNet), Chainer, PyTorch using Google Colab
Stars: ✭ 14 (-96.69%)
Mutual labels:  mxnet, chainer
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (+468.56%)
Mutual labels:  mxnet, chainer
numpy-neuralnet-exercise
Implementation of key concepts of neuralnetwork via numpy
Stars: ✭ 49 (-88.42%)
Mutual labels:  mnist, deeplearning

CapsNet

CapsNet (Capsules Net) in Geoffrey E Hinton paper "Dynamic Routing Between Capsules"

Table of Contents

What's New

Papers

Implementations By Dataset

Toxic Comment Challenge (Kaggle)

Abstract

We cover here the last and most interesting paper's abstract about Capsule Networks.

We introduce a new routing algorithm for capsule networks, in which a child capsule is routed to a parent based only on agreement between the parent's state and the child's vote. The new mechanism 1) designs routing via inverted dot-product attention; 2) imposes Layer Normalization as normalization; and 3) replaces sequential iterative routing with concurrent iterative routing. When compared to previously proposed routing algorithms, our method improves performance on benchmark datasets such as CIFAR-10 and CIFAR-100, and it performs at-par with a powerful CNN (ResNet-18) with 4x fewer parameters. On a different task of recognizing digits from overlayed digit images, the proposed capsule model performs favorably against CNNs given the same number of layers and neurons per layer. We believe that our work raises the possibility of applying capsule networks to complex real-world tasks. Our code is publicly available at: https://github.com/apple/ml-capsules-inverted-attention-routing An alternative implementation is available at: https://github.com/yaohungt/Capsules-Inverted-Attention-Routing/blob/master/README.md

Excerpt from CAPSULES WITH INVERTED DOT-PRODUCT ATTENTION ROUTING, Yao-Hung Hubert Tsai, , Nitish Srivastava, Hanlin Goh, Ruslan Salakhutdinov, ICLR 2020 🆕

UP

Documentation

Papers

UP

Articles

UP

Tutorials

Presentations

Webinar

Discussion Groups

Official Implementations

The implementations has been considered to be official since the authors were directly involved in the papers as co-authors or they had some references.

Proof of Work

Other Resources

Implementations by Framework

Pytorch

Pytorch + CUDA

Jupyter Notebook

Torch

Tensorflow

Keras

UP

MXNet

CNTK

Lasagne

Chainer

Matlab

R

C++

C

JavaScript

Vulcan

Other

UP

Implementations By Dataset

MNIST

IMDB Reviews

Cifar 10

BanglaLekha-Isolated Dataset:

Traffic Sign Dataset (German):

Iceberg Classification Challenge (Kaggle)

Toxic Comment Challenge (Kaggle)

UP

Implementations by Task

Text Classification

Speech Recognition

Emotion Recognition

Named Entity Recognition (NER)

Natural Language Processing (NLP)

UP

Translations

Japanese

Turkish

UP

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