Tensorflow实现的深度NLP模型集锦
有语音识别方面的,等学完了tensorflow,能看懂代码了再去看
TensorFlow中global_step的简单分析
tensorflow中的global_step概念的理解
TensorFlow strides 参数讨论
strides=[1, 1, 1, 1]参数解释
dropout一般只在全连接层而不是卷积层或者池化层使用
python标准库之glob介绍
tf.gfile.FastGFile()
numpy.random.get_state()和numpy.random.set_state()
tf.trian.match_filenames_once 在构造datalist的时候经常使用,他可以利用正则表达式将需要的文件读出来作为一个list很好用