fendouai
-
A TensorFlow Chatbot -一个 TensorFlow 聊天机器人 斯坦福大学 PDF
A TensorFlow Chatbot -一个 TensorFlow 聊天机器人 斯坦福大学 PDF http://web.stanford.edu/class/cs20si/l…
-
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 …
-
deepnlp项目是基于Tensorflow平台的一个python版本的NLP套装
deepnlp项目是基于Tensorflow平台的一个python版本的NLP套装, 目的在于将Tensorflow深度学习平台上的模块,结合 最新的一些算法,提供NLP基础模块的…
-
微信群里已经跑通网友的几个 tips
1、训练好的模型文件,解压后包含3个文件,都需要一起复制到model文件夹里 2、t_下划线开头的2个python脚本是用来生成测试集图片的(一个是识别人脸,一个是分辨率转化); …
-
FaceRank 基于 TensorFlow CNN 模型下载
还没有在 Github star 的过来 star 一下。 我计划开发一个更好用的工具集的,但是现在 star 的人不多啊,没动力写啊。另外最近非常缺钱,有没有土豪可以赞助一下,或…
-
Tensorflow BasicLSTMCell 初始化参数
参数: num_units:int,LSTM cell 中 units 的数量 forget_bias:float,添加到遗忘门的偏置项。 state_ist_tuple:如果为真…
-
nltk 获取 gutenberg 语料,gensim 生成词库和 onehot 编码
nltk 获取 gutenberg 语料 gensim 生成词库和 onehot 编码 正在尝试基于 Tensorflow LSTM 模型开发另外一个项目,需要自然语言处理的工具和…
-
FaceRank Github Trending Python 排名第4
FaceRank Github Trending Python 排名第4 FaceRank – Rank Face by CNN Model based on Tens…
-
FaceRank,最有趣的 TensorFlow 入门实战项目(依赖,数据集,前置知识说明)
TensorFlow 从观望到入门! 项目介绍: FaceRank 最有趣? 机器学习是不是很无聊,用来用去都是识别字体。能不能帮我找到颜值高的妹子,顺便提高一下姿势水平。 Fac…
-
BossComing
If your boss is coming ,send your phone a notification, based on face_recognition for face…
-
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/…
-
Hands-On Machine Learning with Scikit-Learn and TensorFlow.pdf
Hands-On Machine Learning with Scikit-Learn and TensorFlow.pdf 资源来自互联网,如有侵权,请联系站长删除。觉得有用,应…
-
Installing TensorFlow 安装 TensorFlow 官方教程
官方提供了4个版本的教程: 在Ubuntu 安装 TensorFlow https://www.tensorflow.org/install/install_linux 在 Mac…
-
tensorflow 1.3.0rc1 发布
Author: Google Inc. Home Page: http://tensorflow.org/ Keywords: tensorflow tensor machine …
-
tensorflow CNN 卷积神经网络中的卷积层和池化层的代码和效果图
tensorflow CNN 卷积神经网络中的卷积层和池化层的代码和效果图 因为很多 demo 都比较复杂,专门抽出这两个函数,写的 demo。 #!/usr/bin/python…
-
DrQA 阅读维基百科来回答开放问题 Reading Wikipedia to Answer Open-Domain Questions
DrQA 是一个阅读理解系统应用于开放领域的问答。 项目由 https://github.com/facebookresearch 发布。 项目地址:https://github….
-
gensim 训练和持久化,保存到文件,读取模型
gensim 训练和持久化,保存到文件,读取模型 import gensim import numpy as np import tensorflow as tf from num…