1. LSTM mnist
大学之道,在明明德的博客:
(译)理解 LSTM 网络 (Understanding LSTM Networks by colah)
TensorFlow入门(三)多层 CNNs 实现 mnist分类
另一个博客,写的代码很好:
TensorFlow 实现多层 LSTM 的 MNIST 分类 + 可视化
博客:写的很好
用tensorflow搭建RNN(LSTM)进行MNIST 手写数字辨识
博客:
Tensorflow - Tutorial (7) : 利用 RNN/LSTM 进行手写数字识别
TensorFlow学习笔记(8):基于MNIST数据的循环神经网络RNN (有细节实现)
liuyaqi / Tensorflow入门: 使用CNN训练MNIST 代码格式比较好
TensorFlow入门(三)多层 CNNs 实现 mnist分类
DeepLearning入门笔记(二),用TensorFlow实现简单的CNN跑MNIST数据集
Deep Learning-TensorFlow (2) CNN卷积神经网络_TensorBoard可视化使用及MNIST代码实例
TensorFlow入门-MNIST & CNN 测试时要分批测试,要不然显存容易爆
3. Tensorboard可视化
Deep Learning-TensorFlow (2) CNN卷积神经网络_TensorBoard可视化使用及MNIST代码实例
学习TensorFlow,TensorBoard可视化网络结构和参数(时间较早,代码可能不适用)
4. tensorflow命令行参数
5. Seq2seq: