- 博客(12)
- 收藏
- 关注
转载 tensorflow使用range_input_producer多线程读取数据
转载:http://blog.youkuaiyun.com/lyg5623/article/details/69387917
2017-12-07 19:13:46
361
原创 Python中zip()函数用法实例教程
转载 http://www.jb51.net/article/53051.htm 本文实例讲述了Python中zip()函数的定义及用法,相信对于Python初学者有一定的借鉴价值。
2017-12-01 12:38:51
6211
原创 tensorflow教程:tf.contrib.rnn.DropoutWrapper
tf.contrib.rnn.DropoutWrapper 解析
2017-12-01 10:03:13
19612
3
原创 RNN实践一:LSTM实现MNIST数字分类
将MNIST数据集实现手写分类,代码转自周莫烦的Github。 输入为[None, 784] 的image(28*28)数据。 1、将输入数据[None, 784]->[None, 28, 28]; 注:[None, time_step, input_data]; 2、线性隐含层:线性变换[None, 28, 28]->[None, 28, 128];注:128是LSTM的节点数,将每行输入
2017-11-30 16:54:55
1810
转载 python装饰器--@property
@property考察 Student 类:class Student(object): def __init__(self, name, score): self.name = name self.score = score当我们想要修改一个 Student 的 scroe 属性时,可以这么写:s = Student('Bob', 59)s.score
2017-11-30 09:12:13
187
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人