搜索资源列表
tensorflow.cifar10-master
- tensorflow demo of cifar10 by python
tensorflow_study_cifar10
- tensorflow中图像识别的学习程序(The learning program for image recognition in tensorflow)
ResNet_cifar-master
- resnet 在tensorflow上的实现,基于cifar10,cifar100数据集(Implementation of RESNET on tensorflow, based on cifar10, cifar100 data sets)
alexnet_test
- 因上传文件大小的限制,仅包含了cifar10部分数据集,将32*32*3扩展到227*227*3,然后完全使用alexnet,短时间训练,可达75%的准确率(Due to the limitation of uploaded file size, it contains only part of cifar10 data set, extends 32*32*3 to 227*227*3, and then uses alexnet completely, and training for a
利用tensorflow编写的vgg16网络跑cifar10
- 利用tensorflow编写的vgg16网络跑cifar10,使用python语言,精确度较高.