随笔分类 - keras
摘要:1、模型下载 https://github.com/fchollet/deep-learning-models 2、参考博客 https://blog.csdn.net/u012582622/article/details/78607129https://makeoptim.com/deep-lea
阅读全文
摘要:完整代码 from operator import le import numpy as np from keras.datasets import mnist from keras.utils import np_utils from keras.models import Sequential
阅读全文