ShuffleNet
Mobile CNN
An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power.
ShuffleNet Implementation in TensorFlow
384 stars
17 watching
125 forks
Language: Python
last commit: almost 6 years ago
Linked from 1 awesome list
classificationcomputer-visiondeep-learninggroup-convolutionrealtimeshufflenettensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
farmingyard/shufflenet | An efficient convolutional neural network implementation for mobile devices | 448 |
jaxony/shufflenet | An implementation of ShuffleNet in PyTorch, a lightweight neural network architecture designed for efficient convolutional computation. | 294 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
shichenliu/condensenet | An efficient CNN architecture for mobile devices with learned group convolutions and dense connectivity | 694 |
hollance/mobilenet-coreml | An implementation of the MobileNet neural network using Apple's CoreML framework for mobile vision applications. | 706 |
ericsun99/shufflenet-v2-pytorch | A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 430 |
wolegechu/shufflenetv2.caffe2 | An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks | 25 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
google-research/tf-slim | A lightweight library for defining and training neural networks in TensorFlow. | 372 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
zehaos/mobilenet | An implementation of Google's MobileNets in TensorFlow for object detection and image classification tasks. | 1,617 |
xiaochus/mobilenetv2 | A Keras implementation of MobileNetV2 with support for training and fine-tuning | 320 |
lijianfei06/mnasnet-caffe | An implementation of a deep neural network architecture search method for mobile devices using the Caffe framework. | 52 |
ntedgi/node-efficientnet | A Node.js implementation of the EfficientNet deep learning model architecture. | 257 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |