GitHub
-
【可以直接访问 TensorFlow 官网】让中国开发者更容易地使用TensorFlow打造人工智能应用
人工智能的神奇之处,在于它能被应用在医疗保健、交通运输和环境保护等方方面面,为复杂的社会问题探寻解决方案。如今,在人工智能的协助下,人们得以探索全新的研究领域,开发创新的产品,让数…
-
chatbot-retrieval:Dual LSTM Encoder for Dialog Response Generation
Tensorflow中基于检索的对话模型(Ubuntu Dialog Corpus) Retrieval-Based Conversational Model in Tensorf…
-
Word2Id_Chinese:Chinese Sentences to ids,ids to Chinese Sentences.
Word2Id_Chinese:Chinese Sentences to ids,ids to Chinese Sentences. 小工具:中文句子转索引,索引转中文,创建词典。…
-
Deep Learning Book Chinese Translation
Deep Learning 中文翻译 PDF 下载:https://github.com/exacity/deeplearningbook-chinese Deep Learnin…
-
Collection of generative models in Tensorflow:Tensorflow 生成模型集合
Collection of generative models in Tensorflow Tensorflow 生成模型集合 https://github.com/hwalsuk…
-
Fashion-MNIST:A MNIST-like fashion product database. Benchmark
Zalando的文章图像的一个数据集包括一个训练集6万个例子和一个10,000个例子的测试集。 每个示例是一个28×28灰度图像,与10个类别的标签相关联。 时尚MNIS…
-
TensorFlow 入门教程,安装教程,实战项目,微信群,QQ群,微信公众号
TensorFlow 资源推荐 FaceRank-人脸打分基于 TensorFlow 的卷积神经网络模型(GitHub 318 Star 可能是最有趣的 TensorFlow 中文…
-
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model
Introduction [Under developing,it is not working well yet.But you can just train,and run i…
-
TensorFlow-Bitcoin-Robot:一个基于 TensorFlow LSTM 模型的 Bitcoin 价格预测机器人
原文链接:http://www.cnblogs.com/tensorflownews/p/7381981.html 简介 TensorFlow-Bitcoin-Robot:一个基于…
-
TensorFlow-Bitcoin-Robot:Tensorflow 比特币交易机器人
简介 一个比特币交易机器人基于 Tensorflow LSTM 模型,仅供娱乐。 A Bitcoin trade robot based on Tensorflow LSTM mo…
-
A TensorBoard plugin for visualizing arbitrary tensors in a video as your network trains.
Beholder is a TensorBoard plugin for viewing frames of a video while your model trains. It…
-
Attention-based Extraction of Structured Information from Street View Imagery:基于注意力的街景图像提取结构化信息
基于注意力的街景图像提取结构化信息 一种用于真实图像文本提取问题的TensorFlow模型。 该文件夹包含在FSNS数据集数据集上训练新的注意OCR模型所需的代码,以在法国转录街道…
-
人工智能:学习用对抗神经网络加密来保护通信
这是一个稍微更新的模型,用于“学习用对抗神经网络加密来保护通信”的论文。 我们想神经网络是否可以学习使用秘密密钥来保护来自其他神经网络的信息。具体来说,我们专注于确保多代理系统中的…
-
在浏览器中运行Keras模型,并支持GPU
Keras.js 推荐一下网页上的 demo https://transcranial.github.io/keras-js/#/ 加载的比较慢,但是识别的非常快。 Run Ker…
-
WebDNN:Web浏览器上最快的DNN执行框架
WebDNN:Web浏览器上最快的DNN执行框架 为什么需要WebDNN? 深层神经网络(DNN)在许多应用中受到越来越多的关注。 然而,它需要大量的计算资源,并且有许多巨大的过程…
-
EffectiveTensorflow Tensorflow tutorials and best practices.
Effective Tensorflow 非常好的一个 tensorflow 教程。 原文地址:https://github.com/vahidk/EffectiveTensorf…
-
EffectiveTensorflow:Tensorflow 教程和最佳实践
Tensorflow和其他数字计算库(如numpy)之间最明显的区别在于Tensorflow中的操作是符号。 这是一个强大的概念,允许Tensorflow进行所有类型的事情(例如自…
-
tensorflow deepmath:基于深度学习的自动化数学定理证明
Deepmath Deepmath项目旨在改进使用深度学习和其他机器学习技术的自动化定理证明。 Deepmath是Google研究与几所大学之间的合作。 免责声明: 该存储库中的源…
-
char-rnn-tensorflow
char-rnn-tensorflow 多层循环神经网络开发的字符级别的语言模型,用 python 开发基于 tensorflow 。 Multi-layer Recurrent …
-
deepnlp项目是基于Tensorflow平台的一个python版本的NLP套装
deepnlp项目是基于Tensorflow平台的一个python版本的NLP套装, 目的在于将Tensorflow深度学习平台上的模块,结合 最新的一些算法,提供NLP基础模块的…