tf.contrib.seq2seq.sequence_loss example:seqence loss 实例代码 [code lang=text] #!/usr/bin/env…
Read More使用 NLTK 对英文文本进行清洗,索引工具
[code lang=text] EN_WHITELIST = '0123456789abcdefghijklmnopqrstuvwxyz ' # space …
Read Morenumpy.save:保存一个数组到一个二进制文件为 ‘.npy’格式
保存一个数组到一个二进制文件为 ‘.npy’格式 def save(file, arr, allow_pickle=True, fix_imports=Tr…
Read Moretf.contrib.seq2seq.sequence_loss TensorFlow seq2seq 损失函数
tf.contrib.seq2seq.sequence_loss(logits, targets, weights, average_across_timesteps=True, …
Read Moretf.contrib.legacy_seq2seq.basic_rnn_seq2seq 函数 example 最简单实现
tf.contrib.legacy_seq2seq.basic_rnn_seq2seq 函数 example 最简单实现 函数文档:https://www.tensorflow.o…
Read More在 Mac OS X 上安装 TensorFlow
这个文档说明了如何在 Mac OS X 上安装 TensorFlow。 [code lang=text] 注意:从 1.2 版本开始,在 Mac OS X 上 TensorFlow…
Read Moretensorflow deepmath:基于深度学习的自动化数学定理证明
Deepmath Deepmath项目旨在改进使用深度学习和其他机器学习技术的自动化定理证明。 Deepmath是Google研究与几所大学之间的合作。 免责声明: 该存储库中的源…
Read MoreCloud TPU Demos(TensorFlow 云 TPU 样例代码)
Cloud TPU Demos 这是一个Python脚本的集合,适合在开源TensorFlow和 Cloud TPU 上运行。 如果您想对模型做出任何修改或改进,请提交一个 PR …
Read MoreCS 20SI: Tensorflow for Deep Learning Research-斯坦福大学 TensorFlow 深度学习研究课程
课程说明 Tensorflow是Google Brain研究人员开发的强大的机器学习开源软件库。它具有许多预构建的功能,以缓解构建不同神经网络的任务。 Tensorflow允许在不…
Read MoreA TensorFlow Chatbot -一个 TensorFlow 聊天机器人 斯坦福大学 PDF
A TensorFlow Chatbot -一个 TensorFlow 聊天机器人 斯坦福大学 PDF http://web.stanford.edu/class/cs20si/l…
Read More