[深度之眼]LeNet/AlexNet/VGGNet/InceptionNet/ResNet实现fashion_mnist分类

本文使用五种经典卷积神经网络,实现fashion_mnist十分类问题,并对比准确度和运行时间
LeNet5 原理
AlexNet8 原理
VGGNet16 原理
InceptionNet10 原理
ResNet18 原理

用到的包:

import tensorflow as tf
import os
import numpy as np
from matplotlib import pyplot as plt
from tensorflow
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章