GoogLeNet-Inception
Deep neural network
An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset.
TensorFlow implementation of GoogLeNet and Inception for image classification.
282 stars
14 watching
120 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
cifargooglenetimage-classificationinceptionpre-trainedtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
arunmichaeldsouza/tensorflow-image-detection | A tool for training and classifying images using Google's Inception model and TensorFlow | 329 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,369 |
lim0606/caffe-googlenet-bn | Re-implementation of a neural network model with batch normalization and customized training parameters. | 131 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
homles11/igcv3 | An implementation of an efficient deep neural network architecture | 189 |
fomorians/highway-cnn | A deep learning framework for training highway networks on image data using convolutional neural networks | 57 |
progamergov/neural-dream | An implementation of DeepDream algorithm using PyTorch for image processing and computer vision. | 132 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
ethanhe42/u-net | A convolutional neural network architecture for biomedical image segmentation | 426 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |