tensorflow实现简单的卷积神经网络
摘要:
1 # MNIST训练 2 3 import tensorflow as tf 4 import matplotlib.pyplot as plt 5 from tensorflow.examples.tutorials.mnist import input_data 6 import numpy 阅读全文
posted @ 2020-10-28 12:20 舟华 阅读(161) 评论(0) 推荐(0) 编辑