2019年2月25日

手写数字识别-Tensorflow框架

摘要: #MNIST数据集 # coding: utf-8 # In[2]: import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data # In[3]: #载入数据集 mnist = input_data.read_data_sets("MNIST_data",one_hot=True)... 阅读全文

posted @ 2019-02-25 19:59 李凤五 阅读(128) 评论(0) 推荐(0) 编辑

导航