使用Python基于TensorFlow的CIFAR-10分类训练

TensorFlow Models

GitHub:https://github.com/tensorflow/models

Document:https://github.com/jikexueyuanwiki/tensorflow-zh

CIFAR-10 数据集

Web:http://www.cs.toronto.edu/~kriz/cifar.html

 

目标:(建立一个用于识别图像的相对较小的卷积神经网络)对一组32x32RGB的图像进行分类

数据集涵盖10个类别:飞机, 汽车, 鸟, 猫, 鹿, 狗, 青蛙, 马, 船以及卡车

CIFAR-10 模型训练

GitHub:https://github.com/tensorflow/models/tree/master/tutorials/image/cifar10

猜你喜欢

转载自www.cnblogs.com/5211314jackrose/p/11415986.html