MAX-Inception-ResNet-v2
Image classifier
An image classification model using a third-generation deep residual network.
Identify objects in images using a third-generation deep residual network.
28 stars
25 watching
20 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
docker-imageimagenet-classifierkerasmachine-learningmachine-learning-models
Related projects:
Repository | Description | Stars |
---|---|---|
ibm/max-resnet-50 | An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset. | 14 |
ibm/max-image-segmenter | An image segmentation system that identifies objects in an image and assigns each pixel to a particular object. | 32 |
ibm/max-scene-classifier | An image classification model for recognizing physical places and locations | 41 |
kentsommer/keras-inceptionv4 | An implementation of a deep neural network architecture for image classification using Keras. | 471 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
microsoft/cvt | An implementation of a new neural network architecture that combines the strengths of convolutional and transformer designs to improve performance on image classification tasks. | 555 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
fyu/drn | An open-source implementation of dilated residual networks for image classification and segmentation tasks. | 1,105 |
lucasjinreal/pytorch_image_classifier | An image classification system built using PyTorch, capable of fine-tuning on various models and datasets. | 113 |
bmsookim/wide-resnet.pytorch | PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets | 461 |
ethanhe42/u-net | A convolutional neural network architecture for biomedical image segmentation | 426 |
neuralix/google_evolution | A Python implementation of an exotic image classifier architecture inspired by Google's evolution of image classifiers | 53 |