TensorLayer 是为研究人员和工程师设计的一款基于Google TensorFlow开发的深度学习与强化学习库。 它提供高级别的(Higher-Level)深度学习API,…
Read More分类: TensorFlow
谷歌发布 TensorFlow Serving library
TensorFlow服务是一个灵活的,高性能的机器学习模型的服务系统,专为生产环境而设计。 TensorFlow服务可以轻松部署新的算法和实验,同时保持相同的服务器体系结构和API…
Read Moretf.contrib.seq2seq.sequence_loss example:seqence loss 实例代码
tf.contrib.seq2seq.sequence_loss example:seqence loss 实例代码 [code lang=text] #!/usr/bin/env…
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 MoreA TensorFlow Chatbot -一个 TensorFlow 聊天机器人 斯坦福大学 PDF
A TensorFlow Chatbot -一个 TensorFlow 聊天机器人 斯坦福大学 PDF http://web.stanford.edu/class/cs20si/l…
Read More