SqueezeNet-Residual
Residual Network
An optimized neural network architecture for image classification tasks by combining SqueezeNet with residual connections.
residual-SqueezeNet
155 stars
19 watching
67 forks
Language: CSS
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 682 |
fwang91/residual-attention-network | An implementation of a deep neural network architecture using attention mechanisms and residual connections for image classification tasks. | 554 |
koichiro11/residual-attention-network | An image classification neural network implementation using attention mechanisms and residual learning | 94 |
songhan/deep-compression-alexnet | This project demonstrates a method to compress the size of a neural network model without sacrificing accuracy. | 661 |
pistony/residualattentionnetwork | A Gluon implementation of Residual Attention Network for image classification tasks | 108 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
forresti/squeezenet | Provides pre-trained models and training configurations for a deep neural network architecture optimized for image classification tasks | 2,181 |
szagoruyko/wide-residual-networks | An experimental study on residual networks to improve depth and width trade-offs in neural networks | 1,299 |
fyu/drn | An open-source implementation of dilated residual networks for image classification and segmentation tasks. | 1,104 |
nihui/ncnn-android-squeezenet | A sample Android project that uses the NCNN library for image classification on ARM-based devices. | 159 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
taki0112/senet-tensorflow | A TensorFlow implementation of Squeeze and Excitation Networks for image classification tasks | 757 |
raghakot/keras-resnet | An implementation of Residual Networks using Keras' functional API | 1,386 |