TensorFlow实战
-
Tensorflow 基于分层注意网络的文件分类器
After the exercise of building convolutional, RNN, sentence level attention RNN, finally I…
-
TFI: 在一行代码中使用任何TensorFlow模型
TFI: Use any TensorFlow model in a single line of code TFI provides a simple Python interf…
-
TensorFlow 中文资源全集,官方网站,安装教程,入门教程,实战项目,学习路径。
TensorFlow 中文资源全集,学习路径推荐: Github 项目地址(欢迎 Star,Fork): TensorFlow 中文资源精选,官方网站,安装教程,入门教程,视频教程…
-
Collection of generative models in Tensorflow:Tensorflow 生成模型集合
Collection of generative models in Tensorflow Tensorflow 生成模型集合 https://github.com/hwalsuk…
-
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 价格预测机器人
简介 TensorFlow-Bitcoin-Robot:一个基于 TensorFlow LSTM 模型的 Bitcoin 价格预测机器人。 对于以比特币为首的数字货币近期的表现,只…
-
Attention-based Extraction of Structured Information from Street View Imagery:基于注意力的街景图像提取结构化信息
基于注意力的街景图像提取结构化信息 一种用于真实图像文本提取问题的TensorFlow模型。 该文件夹包含在FSNS数据集数据集上训练新的注意OCR模型所需的代码,以在法国转录街道…
-
人工智能:学习用对抗神经网络加密来保护通信
这是一个稍微更新的模型,用于“学习用对抗神经网络加密来保护通信”的论文。 我们想神经网络是否可以学习使用秘密密钥来保护来自其他神经网络的信息。具体来说,我们专注于确保多代理系统中的…
-
tf.contrib.seq2seq.sequence_loss example:seqence loss 实例代码
tf.contrib.seq2seq.sequence_loss example:seqence loss 实例代码 [code lang=text] #!/usr/bin/env…
-
numpy.save:保存一个数组到一个二进制文件为 ‘.npy’格式
保存一个数组到一个二进制文件为 ‘.npy’格式 def save(file, arr, allow_pickle=True, fix_imports=Tr…
-
tf.contrib.legacy_seq2seq.basic_rnn_seq2seq 函数 example 最简单实现
tf.contrib.legacy_seq2seq.basic_rnn_seq2seq 函数 example 最简单实现 函数文档:https://www.tensorflow.o…
-
tensorflow deepmath:基于深度学习的自动化数学定理证明
Deepmath Deepmath项目旨在改进使用深度学习和其他机器学习技术的自动化定理证明。 Deepmath是Google研究与几所大学之间的合作。 免责声明: 该存储库中的源…
-
Cloud TPU Demos(TensorFlow 云 TPU 样例代码)
Cloud TPU Demos 这是一个Python脚本的集合,适合在开源TensorFlow和 Cloud TPU 上运行。 如果您想对模型做出任何修改或改进,请提交一个 PR …
-
tf.nn.embedding_lookup TensorFlow embedding_lookup 函数最简单实例
tf.nn.embedding_lookup TensorFlow embedding_lookup 函数最简单实例 #!/usr/bin/env python # -*- cod…
-
char-rnn-tensorflow
char-rnn-tensorflow 多层循环神经网络开发的字符级别的语言模型,用 python 开发基于 tensorflow 。 Multi-layer Recurrent …
-
FaceRank 基于 TensorFlow CNN 模型下载
还没有在 Github star 的过来 star 一下。 我计划开发一个更好用的工具集的,但是现在 star 的人不多啊,没动力写啊。另外最近非常缺钱,有没有土豪可以赞助一下,或…
-
FaceRank-人脸打分基于 TensorFlow 的 CNN 模型 GitHub Python Trending
FaceRank-人脸打分基于 TensorFlow 的 CNN 模型 GitHub Python Trending https://github.com/fendouai/Fac…
-
FaceRank-人脸打分基于 TensorFlow 的 CNN 模型
结果图片 如有侵权,请通知删除,结果由 FaceRank AI 输出。 数据集 130张 128*128 张网络图片,图片名: 1-3.jpg 表示 分值为 1 的第 3 张图。 …
-
FaceRank – Rank Face by CNN Model based on TensorFlow
Face Rank – Rank Face by CNN Model based on TensorFlow 中文 readme https://github.com/…
-
tensorflow CNN 卷积神经网络中的卷积层和池化层的代码和效果图
tensorflow CNN 卷积神经网络中的卷积层和池化层的代码和效果图 因为很多 demo 都比较复杂,专门抽出这两个函数,写的 demo。 #!/usr/bin/python…