exelban / tensorflow-cifar-10Links
Cifar-10 CNN implementation using TensorFlow library with 20% error.
☆91Updated 5 years ago
Alternatives and similar repositories for tensorflow-cifar-10
Users that are interested in tensorflow-cifar-10 are comparing it to the libraries listed below
Sorting:
- A machine learning experiment☆180Updated 7 years ago
- Implementation of a couple deep learning models using TensorFlow☆145Updated 6 years ago
- "NASNet" models in Keras 2.0+ with weights☆199Updated 7 years ago
- The Inception-ResNet v2 model using Keras (with weight files)☆182Updated 4 years ago
- Simple Tensorflow implementation of ResNeXt using Cifar10☆157Updated 7 years ago
- Wide Residual Networks in Keras☆109Updated 7 years ago
- Learning Deep Features for Discriminative Localization (2016)☆149Updated 2 years ago
- Implementation of ResNeXt models from the paper Aggregated Residual Transformations for Deep Neural Networks in Keras 2.0+.☆224Updated 4 years ago
- Model Compression Based on Geoffery Hinton's Logit Regression Method in Keras applied to MNIST 16x compression over 0.95 percent accuracy…☆61Updated 6 years ago
- tensorflow example of visualizing features from a convnet☆151Updated 9 years ago
- Collection of Keras models used for classification☆317Updated 6 years ago
- TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset☆160Updated 6 years ago
- A guide to transfer learning with inception-resnet-v2.☆230Updated 5 years ago
- Repo about neural networks for images handling☆264Updated 7 years ago
- Tensorflow code for training different architectures(DenseNet, ResNet, AlexNet, GoogLeNet, VGG, NiN) on ImageNet dataset + Multi-GPU supp…☆169Updated 6 years ago
- Implementation of training and testing process of VGG16 and VGG19 in TensorFlow☆22Updated 8 years ago
- Re-implementation of VGG Network in tensorflow☆72Updated 7 years ago
- VGG16 models for CIFAR-10 and CIFAR-100 using Keras☆227Updated 3 years ago
- TensorFlow implementations of visualization of convolutional neural networks, such as Grad-Class Activation Mapping and guided back propa…