Effective Tensorflow 非常好的一个 tensorflow 教程。 原文地址:https://github.com/vahidk/EffectiveTensorf…
Read More作者: fendouai
EffectiveTensorflow:Tensorflow 教程和最佳实践
Tensorflow和其他数字计算库(如numpy)之间最明显的区别在于Tensorflow中的操作是符号。 这是一个强大的概念,允许Tensorflow进行所有类型的事情(例如自…
Read MorePySC2 – StarCraft II Learning Environment
PySC2 是 DeepMind 的“星际争霸II学习环境”(SC2LE)的Python组件。 它暴露了暴雪娱乐公司的星际争霸II机器学习API作为Python RL环境。 这是D…
Read MoreHello distributed TensorFlow! 你好分布式 TensorFlow
To see a simple TensorFlow cluster in action, execute the following: 来看一个简单的 tensorflow 集群…
Read MoreDeep Visual-Semantic Alignments for Generating Image Descriptions:深度视觉到语义对齐为生成图片说明
深度视觉到语义对齐为生成图片说明 http://cs.stanford.edu/people/karpathy/deepimagesent/ We present a model …
Read Morestanford-tensorflow-tutorials 斯坦福大学 tensorflow 教程 github
斯坦福大学 tensorflow 教程 github https://github.com/chiphuyen/stanford-tensorflow-tutorials 该 gi…
Read MoreTensorLayer 是为研究人员和工程师设计的一款基于Google TensorFlow开发的深度学习与强化学习库。
TensorLayer 是为研究人员和工程师设计的一款基于Google TensorFlow开发的深度学习与强化学习库。 它提供高级别的(Higher-Level)深度学习API,…
Read More谷歌发布 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 More使用 NLTK 对英文文本进行清洗,索引工具
[code lang=text] EN_WHITELIST = '0123456789abcdefghijklmnopqrstuvwxyz ' # space …
Read More