convnet-aig
Dynamic Neural Network Architecture
An implementation of an adaptive neural network architecture that dynamically defines its topology based on input images.
PyTorch implementation for Convolutional Networks with Adaptive Inference Graphs
185 stars
5 watching
28 forks
Language: Python
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
torontodeeplearning/convnet | A high-performance GPU implementation of neural networks using C++ | 506 |
eladhoffer/convnet.pytorch | A PyTorch implementation of various deep convolutional networks for efficient training and evaluation on diverse datasets. | 347 |
anjiecheng/mnasnet-pytorch | An implementation of a neural network architecture search algorithm optimized for mobile devices. | 271 |
ericsun99/shufflenet-v2-pytorch | A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 430 |
hassony2/inflated_convnets_pytorch | Creates inflated versions of 2D neural networks with transferred ImageNet weights for use in 3D applications | 148 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
denti/alexnet3d | An implementation of a 3D convolutional neural network based on the AlexNet architecture for image recognition in 3D data. | 43 |
chenxi116/pnasnet.pytorch | PyTorch implementation of PNASNet-5 architecture | 317 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
rtanno21609/adaptiveneuraltrees | An implementation of Adaptive Neural Trees in PyTorch for deep learning | 151 |
vlgiitr/dmn-plus | A PyTorch implementation of an improved question answering architecture with dynamic memory networks and attention mechanisms | 64 |