机器学习
-
微信群里已经跑通网友的几个 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:如果为真…
-
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….
-
tf.losses.cosine_distance tensorflow 损失函数 cosine 距离
tensorflow 损失函数 cosine 距离 tf.losses.cosine_distance 官方文档:https://www.tensorflow.org/api_do…
-
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…
-
practical_seq2seq:Seq2Seq Wrapper for Tensorflow 实用 seq2seq
为了让初学者更加容易的做 seq2seq 模型的实验。阅读作者关于 seq2seq 的文章 实用 seq2seq ,了解更多细节: http://suriyadeepan.gith…
-
Magenta Demos Magenta 实战代码
Magenta 实战代码 这个仓库包含了很多 Magenta 模型的实现。看 Magenta 库以及模型,看我们的主仓库:https://github.com/tensorflow…
-
TensorFlow 神经机器翻译教程-TensorFlow Neural Machine Translation Tutorial
seq2seq 模型在广泛的任务比如机器翻译,语音识别,文本总结中取得了巨大的成功。这个教程给读者 seq2seq 模型一个完整的理解,并且展示如何从原型建立一个有竞争力的 seq…