02 2018 档案

RNN 通过字符语言模型 理解BPTT
摘要:链接:https://github.com/karpathy/char-rnn http://karpathy.github.io/2015/05/21/rnn-effectiveness/ https://github.com/Teaonly/beginlearning/tree/master/j 阅读全文

posted @ 2018-02-12 17:08 TMatrix52 阅读(287) 评论(0) 推荐(0)

tf.contrib.rnn.core_rnn_cell.BasicLSTMCell should be replaced by tf.contrib.rnn.BasicLSTMCell.
摘要:For Tensorflow 1.2 and Keras 2.0, the line tf.contrib.rnn.core_rnn_cell.BasicLSTMCell should be replaced by tf.contrib.rnn.BasicLSTMCell. 阅读全文

posted @ 2018-02-07 20:14 TMatrix52 阅读(141) 评论(0) 推荐(0)

tensorboard 可视化
摘要:#coding = utf8 import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets('../MNIST_data', one_hot=True) batch_size = 100 n_batch = mni... 阅读全文

posted @ 2018-02-07 10:58 TMatrix52 阅读(134) 评论(0) 推荐(0)

pandas merge 用法
摘要:参考:http://noahsnail.com/2017/04/29/2017-4-29-pandas%E7%9A%84%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95(%E4%B8%83)%E2%80%94%E2%80%94%E5%90%88%E5%B9%B6%E6%95% 阅读全文

posted @ 2018-02-02 20:24 TMatrix52 阅读(146) 评论(0) 推荐(0)

导航