SENet-Caffe
Neural Network
An implementation of a neural network architecture for image classification using the Caffe framework.
A Caffe Re-Implementation of SENet
169 stars
11 watching
100 forks
last commit: almost 6 years ago
Linked from 1 awesome list
caffeimagenetresnetsenet
Related projects:
Repository | Description | Stars |
---|---|---|
shicai/densenet-caffe | Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. | 357 |
shicai/mobilenet-caffe | A Caffe implementation of Google's MobileNets, providing pretrained models on ImageNet for image classification tasks | 1,259 |
lijianfei06/mnasnet-caffe | An implementation of a deep neural network architecture search method for mobile devices using the Caffe framework. | 52 |
lim0606/caffe-googlenet-bn | Re-implementation of a neural network model with batch normalization and customized training parameters. | 131 |
naibaf7/caffe_neural_tool | A C++ interface to the caffe deep learning framework, providing a convenient entry point for developers to build and deploy neural networks. | 15 |
debidatta/caffe-parsenet | A modified implementation of ParseNet for semantic segmentation with CNNs | 5 |
ethanhe42/xception-caffe | An implementation of the Xception neural network in Caffe, a deep learning framework. | 45 |
timosaemann/enet | A deep neural network architecture for real-time semantic segmentation in images | 584 |
lisaanne/lisa-caffe-public | A C++ implementation of the deep learning framework used for rapid prototyping and building of image recognition models. | 220 |
forresti/squeezenet | Provides pre-trained models and training configurations for a deep neural network architecture optimized for image classification tasks | 2,176 |
alexgkendall/caffe-segnet | An open-source implementation of the SegNet deep learning architecture for image segmentation | 1,082 |
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
alejandro-isaza/caffe | A C++ implementation of a deep learning framework designed for speed and modularity. | 59 |
shichenliu/condensenet | An efficient CNN architecture for mobile devices with learned group convolutions and dense connectivity | 694 |
wolegechu/shufflenetv2.caffe2 | An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks | 25 |