資源簡介
深度學習入門代碼,可以實現數據集的訓練,確定參數,然后固定參數,完成訓練
代碼片段和文件信息
#?-*-?coding:?utf-8?-*-
“““
Created?on?Wed?May?31?20:09:17?2017
@author:?代碼醫生
@blog:http://blog.csdn.net/lijin6249
“““
from?tensorflow.examples.tutorials.mnist?import?input_data
mnist?=?input_data.read_data_sets(“F:\深度學習隨書資源\代碼\MNIST_data“?one_hot=True)
print?(‘輸入數據:‘mnist.train
- 上一篇:適合的新手-CNN代碼
- 下一篇:Python制造動態二維碼
評論
共有 條評論