MnasNet-caffe

Neural net search

An implementation of a deep neural network architecture search method for mobile devices using the Caffe framework.

A caffe implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.

GitHub

52 stars
4 watching
27 forks
Language: Python
last commit: almost 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
lim0606/caffe-googlenet-bnRe-implementation of a neural network model with batch normalization and customized training parameters.131
shicai/senet-caffeAn implementation of a neural network architecture for image classification using the Caffe framework.169
naibaf7/caffe_neural_toolA C++ interface to the caffe deep learning framework, providing a convenient entry point for developers to build and deploy neural networks.15
shicai/densenet-caffeProvides 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-caffeA Caffe implementation of Google's MobileNets, providing pretrained models on ImageNet for image classification tasks1,260
anjiecheng/mnasnet-pytorchAn implementation of a neural network architecture search algorithm optimized for mobile devices.271
alexpasqua/keras-caffe-converterEnables conversion and optimization of neural networks between Keras and Caffe frameworks6
alejandro-isaza/caffeA C++ implementation of a deep learning framework designed for speed and modularity.59
wolegechu/shufflenetv2.caffe2An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks25
mg2033/shufflenetAn implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power.383
franalgaba/neural-network-cairoAn implementation of a neural network from scratch using Cairo 1.0 for MNIST predictions10
farmingyard/shufflenetAn efficient convolutional neural network implementation for mobile devices448
chuanqi305/mobilenet-ssdA Caffe implementation of the MobileNet SSD detection network2,036
nikolaypavlov/mlpneuralnetA fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration.900
shathe/mnasnet-keras-tensorflowAn implementation of MnasNet architecture in Keras for TensorFlow using Python99