generative_adversarial_networks_101:生成对抗网络的Keras实现。 具有MNIST和CIFAR-10数据集的GAN,DCGAN,CGAN,CCGAN,WGAN和LSGAN模型
2021-10-18 15:09:09 3.08MB deep-learning tensorflow keras jupyter-notebook
1
使用 ResNet 对 Cifar10 进行学习训练,整个过程,包括数据集的处理,loss 计算,以及准确度计算,数据保存
2021-10-16 15:09:37 12KB ReNet cifar 深度学校 神经网路
1
用PyTorch训练CIFAR10 我摆弄在CIFAR10数据集。 先决条件 Python 3.6+ PyTorch 1.0+ 训练 # Start training with: python main.py # You can manually resume the training with: python main.py --resume --lr=0.01 准确性 模型 累积 92.64% 93.02% 93.62% 93.75% 94.24% 94.29% 94.43% 94.73% 94.82% 94.89% 95.04% 95.11% 95.16% 95.47%
2021-10-15 22:59:18 25KB pytorch Python
1
Pytorch CIFAR-10分类(AlexNet)
2021-10-14 12:08:31 938KB Pytorch CIFAR-10分类 AlexNet
1
Pytorch CIFAR-10分类(LeNet5)
2021-10-14 12:08:31 937KB Pytorch CIFAR-10分类 LeNet5
1
Pytorch CIFAR-10分类(VGG16)
2021-10-14 12:08:31 1.3MB VGG Pytorch CIFAR-10分类
1
在之前的残差模块中bn的使用在激活函数之后,修改后在激活之前,并且在使用残差模块时一般在其之前会有一个卷积(池化可以有也可没有),在之后会有一个平均池化,这次的测试进行了修改,并且有一定效果
2021-10-07 09:42:50 208.24MB resnet修改 tensorflow
1
深度学习cifar_10代码带数据集,框架代码有LeNet框架,Vgg框架,inception_net框架,resnet框架,代码已调通,修改路径即可,随下随用,随下随用,随下随用!!!
2021-10-05 14:16:49 158.94MB LeNet框架 Vgg框架 inception_ne resnet框架
1
cifar2png 将CIFAR-10或CIFAR-100数据集转换为PNG图像。 安装 $ pip install cifar2png 用法 $ cifar2png [--name-with-batch-index] dataset :指定cifar10或cifar100或cifar100superclass output_dir :保存PNG转换的数据集的路径(将自动创建目录)。 --name-with-batch-index :(可选)基于批处理名称和cifar10 / cifar100数据集的索引来命名图像文件。 运行此工具时,会从自动将cifar-10-python.tar.gz或cifar-100-python.tar.gz到当前目录。 例子 CIFAR-10 $ cifar2png cifar10 path/to/ci
2021-09-29 23:05:44 7KB converter cifar-10 cifar-100 Python
1
cifar10数据集-python版本,数据集中包含有10类图片,以供1-10类分类算法使用,官网下载比较慢,所以分享出来供大家使用。
2021-09-26 10:35:08 162.15MB 数据集
1