ResNeXt-Tensorflow
ResNeXt classifier
An implementation of ResNeXt architecture for image classification on Cifar10 using TensorFlow
Simple Tensorflow implementation of ResNeXt using Cifar10
158 stars
9 watching
59 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wenxinxu/resnext-in-tensorflow | An implementation of a deep neural network architecture in TensorFlow | 78 |
taki0112/senet-tensorflow | A TensorFlow implementation of Squeeze and Excitation Networks for image classification tasks | 756 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
titu1994/keras-resnext | An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
muyang0320/tensorflow-deeplab-resnet-crf | An implementation of DeepLab-ResNet in TensorFlow for semantic image segmentation | 18 |
t73liu/tfjs-starter | An Expo-based React Native application using TensorFlow.js to detect objects in images with MobileNet | 10 |
tensorflow/text | Preprocessing and processing tools for text data in machine learning models | 1,233 |
apcode/tensorflow_fasttext | An open-source implementation of a text classification system using word embeddings and TensorFlow. | 302 |
hjptriplebee/vgg19_with_tensorflow | An implementation of VGG19 using TensorFlow and OpenCV for image classification | 178 |
ibm/max-resnet-50 | An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset. | 14 |
sunnerli/rir-tensorflow | An implementation of ResNet in ResNet (RiR) structure with TensorFlow | 4 |
jackonyang/captcha-tensorflow | A project demonstrating image classification using Convolutional Neural Networks (CNNs) to solve captchas | 997 |
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,582 |