CapsNet and capsule-networks
About CapsNet
loretoparisi/CapsNet
CapsNet (Capsules Net) in Geoffrey E Hinton paper "Dynamic Routing Between Capsules" - State Of the Art
This project offers a collection of implementations and resources for Capsule Networks (CapsNets), a type of neural network capable of recognizing objects more effectively than traditional Convolutional Neural Networks, especially in complex scenarios. It takes image data as input and outputs highly accurate object classifications, even when objects overlap. Data scientists and machine learning researchers exploring advanced computer vision techniques would use this project.
About capsule-networks
gram-ai/capsule-networks
A PyTorch implementation of the NIPS 2017 paper "Dynamic Routing Between Capsules".
This project offers a PyTorch implementation of Capsule Networks, a neural network architecture particularly effective for image recognition. It takes an image as input and outputs a classification of the objects or parts within it, even when they overlap. This would be used by a machine learning engineer or researcher experimenting with advanced image classification models beyond standard convolutional neural networks.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work