tf.contrib.legacy_seq2seq.basic_rnn_seq2seq 函数 example 最简单实现 函数文档:https://www.tensorflow.o…
Read More分类: TensorFlow实战
tensorflow deepmath:基于深度学习的自动化数学定理证明
Deepmath Deepmath项目旨在改进使用深度学习和其他机器学习技术的自动化定理证明。 Deepmath是Google研究与几所大学之间的合作。 免责声明: 该存储库中的源…
Read MoreCloud TPU Demos(TensorFlow 云 TPU 样例代码)
Cloud TPU Demos 这是一个Python脚本的集合,适合在开源TensorFlow和 Cloud TPU 上运行。 如果您想对模型做出任何修改或改进,请提交一个 PR …
Read Moretf.nn.embedding_lookup TensorFlow embedding_lookup 函数最简单实例
tf.nn.embedding_lookup TensorFlow embedding_lookup 函数最简单实例 #!/usr/bin/env python # -*- cod…
Read Morechar-rnn-tensorflow
char-rnn-tensorflow 多层循环神经网络开发的字符级别的语言模型,用 python 开发基于 tensorflow 。 Multi-layer Recurrent …
Read MoreFaceRank 基于 TensorFlow CNN 模型下载
还没有在 Github star 的过来 star 一下。 我计划开发一个更好用的工具集的,但是现在 star 的人不多啊,没动力写啊。另外最近非常缺钱,有没有土豪可以赞助一下,或…
Read MoreFaceRank-人脸打分基于 TensorFlow 的 CNN 模型 GitHub Python Trending
FaceRank-人脸打分基于 TensorFlow 的 CNN 模型 GitHub Python Trending https://github.com/fendouai/Fac…
Read MoreFaceRank-人脸打分基于 TensorFlow 的 CNN 模型
结果图片 如有侵权,请通知删除,结果由 FaceRank AI 输出。 数据集 130张 128*128 张网络图片,图片名: 1-3.jpg 表示 分值为 1 的第 3 张图。 …
Read MoreFaceRank – Rank Face by CNN Model based on TensorFlow
Face Rank – Rank Face by CNN Model based on TensorFlow 中文 readme https://github.com/…
Read Moretensorflow CNN 卷积神经网络中的卷积层和池化层的代码和效果图
tensorflow CNN 卷积神经网络中的卷积层和池化层的代码和效果图 因为很多 demo 都比较复杂,专门抽出这两个函数,写的 demo。 #!/usr/bin/python…
Read More