搜索资源列表
nn_CIFAR.py
- pytorch tutorial 代码 简单神经网络 数据集CIFAR(pytorch nn training sample code, Dataset: CIFAR dataset Usage: python3 nn_CIFAR.py)
test_CNN
- 卷积神经网络,简单的对cifar数据集进行分类的代码(convolutional neural network)
cnn
- TensorFlow框架下cnn 对数据集cifar分类问题(CNN classification for data sets cifar)
CIFAR10
- 在CIFAR-10数据集上使用卷积神经网络进行图像分类(Image classification using convolution neural network on CIFAR-10 dataset)
SVM做图片处理
- 使用SVM算法对CIFAR-10图片数据集进行分类,包括模型的训练,测试和参数的调优(Using SVM algorithm to classify CIFAR-10 image data sets, including model training, testing and parameter tuning)
04.CNN处理CiFar
- 以python语言为基础,利用tensorflow机器学习架构,两层卷积神经网络实现,CiFar数据集图片分类功能。(Based on Python language, using tensorflow machine learning architecture, two-layer convolutional neural network, CiFar data set image classification function.)
使用vgg16训练cifar数据集
- 神经网络 深度学习 慕课平台 tensorflow2.1 使用vgg16训练cifar10分类数据集