pytorch-capsule
Capsule network
An implementation of Hinton's Dynamic Routing Between Capsules in Pytorch
Pytorch implementation of Hinton's Dynamic Routing Between Capsules
632 stars
24 watching
101 forks
Language: Python
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
adambielski/capsnet-pytorch | An implementation of a deep learning model for image classification using capsule networks with dynamic routing. | 489 |
higgsfield/capsule-network-tutorial | An easy-to-follow PyTorch tutorial on building and understanding Capsule Networks using Jupyter Notebook. | 768 |
benedekrozemberczki/capsgnn | A PyTorch implementation of a graph neural network architecture | 1,246 |
joel-huang/zeroshot-capsnet-pytorch | An implementation of Zero-shot User Intent Detection via Capsule Neural Networks using PyTorch. | 16 |
yechengxi/lightcapsnet | An implementation of Capsule Networks in Matlab for image classification and other computer vision tasks | 48 |
yjxiong/tsn-pytorch | A PyTorch implementation of Temporal Segment Networks (TSN) for action recognition and video understanding. | 1,066 |
lplenka/pytorch-tutorial | A tutorial repository covering PyTorch fundamentals and neural network concepts through interactive Jupyter Notebooks | 1 |
kimhc6028/relational-networks | A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 812 |
claws-lab/jodie | A PyTorch implementation of a representation learning framework for dynamic temporal networks | 355 |
pytorch/tnt | A collection of tools and utilities for building and training neural networks with PyTorch. | 1,666 |
eromera/erfnet_pytorch | Provides a PyTorch implementation of the ERFNet architecture for semantic segmentation | 429 |
kefirski/pytorch_tdnn | An implementation of Time Delayed Neural Networks using PyTorch | 81 |
pytorch/hub | A centralized repository of pre-trained machine learning models for deep learning frameworks like PyTorch. | 1,398 |
tobiascz/mnist_pytorch_python_and_capi | An example project demonstrating how to train and deploy a neural network in Python and C++ using PyTorch 1.0 | 96 |
kefirski/pytorch_highway | An implementation of a highway network architecture in PyTorch for neural networks | 82 |