TensorFlow文档
-
Deep Learning An MIT Press book
Deep Learning An MIT Press book Ian Goodfellow and Yoshua Bengio and Aaron Courville The D…
-
Deep Learning Book Chinese Translation
Deep Learning 中文翻译 PDF 下载:https://github.com/exacity/deeplearningbook-chinese Deep Learnin…
-
spaCy is a library for advanced natural language processing in Python and Cython:spaCy 工业级自然语言处理工具
spaCy is a library for advanced natural language processing in Python and Cython. spaCy is…
-
Collection of generative models in Tensorflow:Tensorflow 生成模型集合
Collection of generative models in Tensorflow Tensorflow 生成模型集合 https://github.com/hwalsuk…
-
ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人[中文文档]
简介 简单地说就是该有的都有了,但是总体跑起来效果还不好。 还在开发中,它工作的效果还不好。但是你可以直接训练,并且运行。 包含预处理过的 twitter 英文数据集,训练,运行,…
-
TensorFlow 入门教程,安装教程,实战项目,微信群,QQ群,微信公众号
TensorFlow 资源推荐 FaceRank-人脸打分基于 TensorFlow 的卷积神经网络模型(GitHub 318 Star 可能是最有趣的 TensorFlow 中文…
-
TensorFlow 简介,卷积神经网络,循环神经网络 PPT
TensorFlow 简介,卷积神经网络,循环神经网络 PPT,自己做的,内部分享资料,有兴趣可以下载看下。 TensorFlow tensorflow_cnn Recurrent…
-
在TensorFlow中实现文本分类的卷积神经网络
在TensorFlow中实现文本分类的卷积神经网络 Github提供了完整的代码: https://github.com/dennybritz/cnn-text-classific…
-
Attention-based Extraction of Structured Information from Street View Imagery:基于注意力的街景图像提取结构化信息
基于注意力的街景图像提取结构化信息 一种用于真实图像文本提取问题的TensorFlow模型。 该文件夹包含在FSNS数据集数据集上训练新的注意OCR模型所需的代码,以在法国转录街道…
-
EffectiveTensorflow Tensorflow tutorials and best practices.
Effective Tensorflow 非常好的一个 tensorflow 教程。 原文地址:https://github.com/vahidk/EffectiveTensorf…
-
EffectiveTensorflow:Tensorflow 教程和最佳实践
Tensorflow和其他数字计算库(如numpy)之间最明显的区别在于Tensorflow中的操作是符号。 这是一个强大的概念,允许Tensorflow进行所有类型的事情(例如自…
-
Hello distributed TensorFlow! 你好分布式 TensorFlow
To see a simple TensorFlow cluster in action, execute the following: 来看一个简单的 tensorflow 集群…
-
TensorLayer 是为研究人员和工程师设计的一款基于Google TensorFlow开发的深度学习与强化学习库。
TensorLayer 是为研究人员和工程师设计的一款基于Google TensorFlow开发的深度学习与强化学习库。 它提供高级别的(Higher-Level)深度学习API,…
-
谷歌发布 TensorFlow Serving library
TensorFlow服务是一个灵活的,高性能的机器学习模型的服务系统,专为生产环境而设计。 TensorFlow服务可以轻松部署新的算法和实验,同时保持相同的服务器体系结构和API…
-
微信群里已经跑通网友的几个 tips
1、训练好的模型文件,解压后包含3个文件,都需要一起复制到model文件夹里 2、t_下划线开头的2个python脚本是用来生成测试集图片的(一个是识别人脸,一个是分辨率转化); …
-
Tensorflow BasicLSTMCell 初始化参数
参数: num_units:int,LSTM cell 中 units 的数量 forget_bias:float,添加到遗忘门的偏置项。 state_ist_tuple:如果为真…
-
FaceRank,最有趣的 TensorFlow 入门实战项目(依赖,数据集,前置知识说明)
TensorFlow 从观望到入门! 项目介绍: FaceRank 最有趣? 机器学习是不是很无聊,用来用去都是识别字体。能不能帮我找到颜值高的妹子,顺便提高一下姿势水平。 Fac…
-
tensorflow 入门教程推荐
tensorflow 入门教程 https://github.com/nlintz/TensorFlow-Tutorials https://github.com/aymericd…
-
tensorflow-seq2seq-tutorials
seq2seq 方面比较简洁的教程,比较适合入门看一下。另外作者有个建议: 理解复杂的函数有一个好的方法,那就是学习它的标志-输入和输出。 Nice way to understa…
-
用 seq2seq 建立聊天机器人-学习如何使用 TensorFlow 建立聊天机器人。
用 seq2seq 建立聊天机器人-学习如何使用 TensorFlow 建立聊天机器人。 Chatbots with Seq2Seq-Learn to build a chatbo…