All Projects → bourdakos1 → Capsnet Visualization

bourdakos1 / Capsnet Visualization

Licence: mit
🎆 A visualization of the CapsNet layers to better understand how it works

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Capsnet Visualization

Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (-67.65%)
Mutual labels:  capsule-network, capsnet
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+122.64%)
Mutual labels:  ai, tutorial
Capsule Net Pytorch
[NO MAINTENANCE INTENDED] A PyTorch implementation of CapsNet architecture in the NIPS 2017 paper "Dynamic Routing Between Capsules".
Stars: ✭ 158 (-57.41%)
Mutual labels:  capsule-network, capsnet
Capsnet Traffic Sign Classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
Stars: ✭ 166 (-55.26%)
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.69%)
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 (-77.36%)
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 (+554.45%)
Mutual labels:  capsule-network, capsnet
Capsnet Tensorflow
A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Stars: ✭ 3,776 (+917.79%)
Mutual labels:  capsule-network, capsnet
CapsNet
Empirical studies on Capsule Network representation and improvements implemented with PyTorch.
Stars: ✭ 39 (-89.49%)
Mutual labels:  capsnet, capsule-network
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (-40.43%)
Mutual labels:  ai, tutorial
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-47.71%)
Mutual labels:  ai, tutorial
Program Y
Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
Stars: ✭ 281 (-24.26%)
Mutual labels:  ai, tutorial
capsules-tensorflow
Another implementation of Hinton's capsule networks in tensorflow.
Stars: ✭ 18 (-95.15%)
Mutual labels:  capsnet, capsule-network
Capslayer
CapsLayer: An advanced library for capsule theory
Stars: ✭ 351 (-5.39%)
Mutual labels:  capsule-network, capsnet
Csharp Data Visualization
Code examples and notes for displaying data with C#
Stars: ✭ 355 (-4.31%)
Mutual labels:  tutorial
Vim Classes
Class notes from my vim training
Stars: ✭ 364 (-1.89%)
Mutual labels:  tutorial
Serverless Stack Com
An open source guide for building and deploying full-stack apps using Serverless and React on AWS.
Stars: ✭ 3,617 (+874.93%)
Mutual labels:  tutorial
Llthw Zh
📖 [译] 笨办法学 Linux
Stars: ✭ 357 (-3.77%)
Mutual labels:  tutorial
Cs Wiki
🎉 致力打造完善的 Java 后端知识体系,不仅仅帮助各位小伙伴快速且系统的准备面试,更指引学习的方向
Stars: ✭ 369 (-0.54%)
Mutual labels:  ai
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (-2.16%)
Mutual labels:  tutorial

CapsNet-Visualization

For more information on capsule networks check out my Medium articles here and here.

Setup

Use pip to install the required python packages:

pip install -r requirements.txt

Running the Tool

Start the Flask application by running:

python run_visualization.py

Point your browser to: http://localhost:5000

Testing your own Images

Add your images to the test_images directory.

Run:

python render.py [filename]
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].