摘要:
1 #coding = utf-8 2 from tensorflow.examples.tutorials.mnist import input_data 3 import tensorflow as tf 4 5 mnist = input_data.read_data_sets("MNIST_data/", one_hot = True) 6 #创建一个Intercative... 阅读全文
posted @ 2017-12-23 23:27
yoyoball9999
阅读(1284)
评论(0)
推荐(0)
摘要:
1 #coding=utf-8 2 import numpy as np 3 import sklearn.preprocessing as prep 4 import tensorflow as tf 5 from tensorflow.examples.tutorials.mnist import input_data 6 7 def xavier_init(f... 阅读全文
posted @ 2017-12-23 23:20
yoyoball9999
阅读(2071)
评论(0)
推荐(0)

浙公网安备 33010602011771号