cifar10数据集上进行图片分类,基于tensorflow框架,旨在探究不同的改进策略对分类准确率的影响,如何一步步得提高准确率
☆576Sep 11, 2018Updated 7 years ago
Alternatives and similar repositories for cifar10-tensorflow
Users that are interested in cifar10-tensorflow are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- The examples of image recognition with the dataset CIFAR10 via tensorflow.☆129Jan 16, 2019Updated 7 years ago
- Play deep learning with CIFAR datasets☆840Aug 27, 2020Updated 6 years ago
- 用Keras搭建多种模型和优化方式训练cifar10分类☆24Nov 27, 2018Updated 7 years ago
- resnet_cifar10_cifar100_imagenet☆14Oct 30, 2018Updated 7 years ago
- High-acc(>0.7) model(ResNet, ResNeXt, DenseNet, SENet, SE-ResNeXt) on TensorFlow.☆127Mar 20, 2026Updated 5 months ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 卷积神经网络CNN在cifar10上的应用☆28Dec 17, 2018Updated 7 years ago
- Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,…☆4,776Jul 15, 2024Updated 2 years ago
- 分类CIFAR10数据的小分类器,为了交作业写的(基于TensorFlow源码),分别使用基础的CNN和ResNet两个网络进行了比对,同时是一个很典型的TensorFlow分类器DEMO☆13Jul 13, 2018Updated 8 years ago
- 使用vgg16,vgg19对cifar数据集中的图像进行分类☆23Mar 28, 2019Updated 7 years ago
- Training a convolutional neural network using own picture dataset☆105Apr 22, 2019Updated 7 years ago
- ☆10May 6, 2018Updated 8 years ago
- An implementment of AlexNet with TensorFlow☆35Jun 13, 2017Updated 9 years ago
- Tensorflow code for training different architectures(DenseNet, ResNet, AlexNet, GoogLeNet, VGG, NiN) on ImageNet dataset + Multi-GPU supp…☆170Nov 10, 2018Updated 7 years ago
- TensorFlow实现Kaggle猫狗大战☆57Jun 10, 2017Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset☆156Jan 19, 2019Updated 7 years ago
- an implement of AlexNet with tensorflow, which has a detailed explanation.☆147May 25, 2018Updated 8 years ago
- 复现热门网络Alexnet,VGG,Inception,YoLo等CSDN地址:https://blog.csdn.net/shankezh☆13Jun 20, 2019Updated 7 years ago
- Predict CIFAR-10 labels with 88% accuracy using keras.☆34Jul 6, 2017Updated 9 years ago
- Tensorflow Faster RCNN for Object Detection☆3,646Sep 27, 2021Updated 4 years ago
- 基于Keras+Tensorflow搭建,提供ResNet50神经网络的图片分类平台。☆36Sep 23, 2018Updated 7 years ago
- Text classification models: cnn, self-attention, cnn-rnf, rnn-att, capsule-net. TensorFlow. Single GPU or multi GPU☆18Mar 15, 2020Updated 6 years ago
- 基于tensorflow框架,用训练好的Vgg16模型,实现猫狗图像分类的代码☆13Mar 31, 2019Updated 7 years ago
- Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version☆8,289Nov 7, 2019Updated 6 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 把caltech行人检测数据集转换为voc格式☆24Apr 17, 2019Updated 7 years ago
- 这是kaggle-cifar10的baseline☆16Nov 15, 2018Updated 7 years ago
- Reproduce MTCNN using Tensorflow☆1,502Dec 16, 2019Updated 6 years ago
- 《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码☆4,677Mar 18, 2019Updated 7 years ago
- Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.☆825Apr 26, 2019Updated 7 years ago
- Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html☆7,505Dec 17, 2022Updated 3 years ago
- A Keras implementation of YOLOv3 (Tensorflow backend)☆7,114Mar 12, 2023Updated 3 years ago
- Code used by the paper "What is the Role of Recurrent Neural Networks (RNNs) in an Image Caption Generator?".☆14Sep 25, 2017Updated 8 years ago
- ☆10Mar 17, 2021Updated 5 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 爬蟲監控維護和擴展的管理後台 Flask + Nginx + Docker☆15Dec 8, 2022Updated 3 years ago
- ☆83Jan 2, 2018Updated 8 years ago
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,594Jun 26, 2024Updated 2 years ago
- A Keras implementation of YOLOv3 (Tensorflow backend) forked for custom data☆12Sep 29, 2019Updated 6 years ago
- Training LeNet, VGG, ResNet, DenseNet on CIFAR10 with PyTorch.☆23Mar 11, 2019Updated 7 years ago
- 裁剪核心图片☆16Jan 3, 2017Updated 9 years ago
- SSDSingle Shot MultiBox Detector目标 检测算法基于tensorflow的实现☆100Feb 24, 2018Updated 8 years ago