AI - 参考消息(References)
01 - Machine learning infographic
图片解读机器学习的基本概念、五大流派与九种常见算法
EN:http://usblogs.pwc.com/emerging-technology/machine-learning-101/
CN:https://zhuanlan.zhihu.com/p/29440419
- Machine learning overview (infographic):http://usblogs.pwc.com/emerging-technology/a-look-at-machine-learning-infographic/
- Machine learning methods (infographic):http://usblogs.pwc.com/emerging-technology/machine-learning-methods-infographic/
- Machine learning evolution (infographic):http://usblogs.pwc.com/emerging-technology/machine-learning-evolution-infographic/
02 - 统计与概率
- 机器学习基础之「统计篇」:https://woaielf.github.io/2017/03/20/sta-all/
- 熟悉常见概率分布:https://paul.pub/common-probability-distributions/
03 - 零基础入门深度学习
- (1)感知器: https://www.zybuluo.com/hanbingtao/note/433855
- (2)线性单元和梯度下降: https://www.zybuluo.com/hanbingtao/note/448086
- (3)神经网络和反向传播算法: https://www.zybuluo.com/hanbingtao/note/476663
- (4)卷积神经网络: https://www.zybuluo.com/hanbingtao/note/485480
- (5)循环神经网络: https://zybuluo.com/hanbingtao/note/541458
- (6)长短时记忆网络(LSTM): https://zybuluo.com/hanbingtao/note/581764
- (7)递归神经网络: https://zybuluo.com/hanbingtao/note/626300
04 - 微信公众号
可作为信息搜索途径
- 机器之心
- AI前线
- AI研习社
05 - 莫烦
HomePage:https://morvanzhou.github.io/
网易云课堂:https://study.163.com/provider/1111519/index.htm
GitHub:https://github.com/MorvanZhou/
推荐学习顺序:https://morvanzhou.github.io/learning-steps/
- Tutorials:https://github.com/MorvanZhou/tutorials
- 有趣的机器学习:https://morvanzhou.github.io/tutorials/machine-learning/ML-intro/
- 机器学习系列讲解:https://morvanzhou.github.io/tutorials/machine-learning/
- TensorFlow教程2017可视化教学代码:https://github.com/MorvanZhou/Tensorflow-Tutorial
06 - 深度学习入门十四篇
- 最通俗易懂的深度学习入门十四篇:https://yq.aliyun.com/topic/111
07 - 深入浅出TensorFlow
https://www.infoq.cn/article/TensorFlow-indepth、
- (一):深度学习及 TensorFlow 简介
- (二):TensorFlow 解决 MNIST 问题入门
- (三):训练神经网络模型的常用方法
- (四):卷积神经网络
- (五):循环神经网络简介
- (六):TensorFlow 高层封装
- (七):TensorFlow 计算加速
08 - Google机器学习术语表
本术语表中列出了一般的机器学习术语和 TensorFlow 专用术语的定义。
09 - 阿里云机器学习PAI
阿里巴巴机器学习系列课程:https://yq.aliyun.com/articles/181384
10 - scikit-learn入门实例
- 使用scikit-learn进行线性回归分析:https://paul.pub/sklearn-l1/
- 分类预测与scikit-learn:https://paul.pub/sklearn-l2/
11 - ApacheCN
- HomePage:http://www.apachecn.org/
- GitHub:https://github.com/apachecn
- ApacheCN - AI learning:https://github.com/apachecn/AiLearning
- ApacheCN - Kaggle 项目实战(教程):https://github.com/apachecn/kaggle
- ApacheCN - 台湾大学林轩田机器学习笔记:https://github.com/apachecn/ntu-hsuantienlin-ml
- ApacheCN - Python数据分析与挖掘实战:https://github.com/apachecn/python_data_analysis_and_mining_action
12 - 机器学习笔记
13 - 机器学习资源大全中文版 - Python
14 - 机器学习浏览器书签
TensorFlow
- TensorFlow:https://www.tensorflow.org/
- TensorFlow - CN:https://tensorflow.google.cn/
- TensorFlow - Installation:https://www.tensorflow.org/install
- TensorFlow - Tutorials:https://www.tensorflow.org/tutorials
- TensorFlow - Tutorials Keras:https://www.tensorflow.org/tutorials/keras
- TensorFlow - Guide:https://www.tensorflow.org/guide/
- TensorFlow - Guide Keras:https://www.tensorflow.org/guide/keras
- TensorFlow - API:https://www.tensorflow.org/api_docs/
- TensorFlow - API Keras:https://www.tensorflow.org/api_docs/python/tf/keras
Keras
- Keras - Documentation:https://keras.io/
- Keras - Documentation - zh:https://keras.io/zh/
- Keras - Blog:https://blog.keras.io/
- Keras - Installation:https://keras.io/#installation
- Keras - GitHub:https://github.com/keras-team/keras/
- Keras - GitHub-Examples:https://github.com/keras-team/keras/tree/master/examples
- Keras - GitHub-Applications:https://github.com/keras-team/keras/tree/master/keras/applications
- Keras - GitHub-FAQ:https://github.com/keras-team/keras/blob/master/docs/templates/getting-started/faq.md
Sklearn
- Sklearn:https://scikit-learn.org/
- Sklearn - Installation:https://scikit-learn.org/stable/install.html
- Sklearn - Documentation:https://scikit-learn.org/stable/documentation.html
- Sklearn - Quick Start:https://scikit-learn.org/stable/tutorial/basic/tutorial.html
- Sklearn - Examples:https://scikit-learn.org/stable/auto_examples/
- Sklearn - Tutorials:https://scikit-learn.org/stable/tutorial/index.html
- Sklearn - Tutorials Exercises:https://scikit-learn.org/stable/auto_examples/#tutorial-exercises
References
- References - 机器学习术语表:https://developers.google.com/machine-learning/glossary/
- References - 莫烦教程:https://morvanzhou.github.io/tutorials/
- References - Sklearn 中文文档:https://github.com/apachecn/scikit-learn-doc-zh/
- References - Keras Tutorials:https://github.com/xingkongliang/Keras-Tutorials
- References - Keras resources:https://github.com/fchollet/keras-resources
- References - TensorFlow 中文社区:http://www.tensorfly.cn/
- References - TensorFlow Course:https://github.com/open-source-for-science/TensorFlow-Course
- References - TensorFlow Examples:https://github.com/aymericdamien/TensorFlow-Examples
AI - 参考消息(References)的更多相关文章
- 参考消息 Android 读报
<参考消息>是新华通讯社主办,参考消息报社编辑出版的日报,创刊于1931年,历史长达80年.<参考消息>每天及时选载世界各国(地区)通讯社.报刊及因特网上的最新消息.评论的精华 ...
- sip常用消息实体参考(系网上摘抄,感谢分享)
1.MESSAGE消息 1)头字段填写说明 Call-id: 必选 CSeq: 必选 ...
- 消息服务MNS和消息队列ONS产品对比
消息服务MNS和消息队列ONS产品对比 MNS已经进过严格测试,已达到商业化的稳定性要求,其主要特点和适用场景 1.数据高可靠(10个9),对于数据可靠性敏感(要求消息数据不丢)的应用场景建议选择. ...
- 【转】windows消息和消息队列详解
转载出处:http://blog.csdn.net/bichenggui/article/details/4677494 windows消息和消息队列 与基于MS - DOS的应用程序不同,Wind ...
- windows消息和消息队列
windows消息和消息队列 转自:http://blog.163.com/zhangjie_0303/blog/static/990827062010113062446767/ 与基于MS - DO ...
- Oozie JMS通知消息实现--根据作业ID来过滤消息
一,介绍 本文使用Oozie的消息通知功能,并根据JMS规范中的消息选择器(Selector)实现 根据作业的ID来过滤消息. 首先搭建好JMS Provider(ActiveMQ) ,并进行相关配置 ...
- 基于PHP的微信公众平台开发(TOKEN验证,消息回复)
微信公众平台开发 实现步骤: 第一步:填写服务器配置 登录微信公众平台官网后,在公众平台后台管理页面 - 开发者中心页,点击“修改配置”按钮,填写服务器地址(URL).Token和EncodingAE ...
- 线程安全使用(四) [.NET] 简单接入微信公众号开发:实现自动回复 [C#]C#中字符串的操作 自行实现比dotcore/dotnet更方便更高性能的对象二进制序列化 自已动手做高性能消息队列 自行实现高性能MVC WebAPI 面试题随笔 字符串反转
线程安全使用(四) 这是时隔多年第四篇,主要是因为身在东软受内网限制,好多文章就只好发到东软内部网站,懒的发到外面,现在一点点把在东软写的文章给转移出来. 这里主要讲解下CancellationT ...
- 微信公众号开发之文本消息自动回复,以及系统关注自动回复,php代码
以tshop为例 直接上代码: 企业 cc_wx_sys表为自建,存储系统消息的配置的 字段: id type key status <?php /** * tpshop * ========= ...
随机推荐
- 【转载】http proxy原理
最近使用Charles抓https包时,发现get和post方式的请求都能抓到,但是method为connect的就是抓不到.而且提示如下: You may need to configure you ...
- C# ListView应用
C# ListView应用 1. 添加表头标题的方法 a. 直接在ListView控件上编写 b. 通过代码编写 //动态添加lstv_ReaderList列表头 /* lstv_ReaderLis ...
- CKeditor5 图片上传
下面是自定义了一个适配器,之前我一直是在 ClassicEditor .create( editorElement, { ckfinder: { uploadUrl: '/ckfinder/core/ ...
- 团队-爬取豆瓣Top250电影-团队-阶段互评
团队名称:咣咣踹电脑学号:2015035107217姓名:耿文浩 得分10 原因:组长带领的好,任务分配的好,积极帮助组员解决问题学号:2015035107213姓名:周鑫 得分8 原因:勇于分担,积 ...
- CODEFORCES ROUND #761 ANALYSES BY TEAM:RED & BLACK
A. Dasha and Stairs Problems: 一个按照1,2,3……编号的楼梯,给定踩过的编号为奇数奇数和偶数的楼梯数量a和b,问是否可以有区间[l, r]符合奇数编号有a个,偶数编号有 ...
- 语音端点检测(Voice Activity Detection,VAD)
本文内容均翻译自这篇博文:(该博主的相关文章都比较好,感兴趣的可以自行学习) Voice Activity Detection(VAD) Tutorial 语音端点检测一般用于鉴别音频信号当中的语音出 ...
- 2019.03.28 bzoj3325: [Scoi2013]密码(manacher+模拟)
传送门 题意: 现在有一个nnn个小写字母组成的字符串sss. 然后给你nnn个数aia_iai,aia_iai表示以sis_isi为中心的最长回文串串长. 再给你n−1n-1n−1个数bib_ ...
- linux从0开始----01
1.VMware 虚拟机安装与卸载 推荐安装较高版本,11.x以后的.本课程安装12.x版本,需要序列号. 2.在vmware中安装centos客户机.初学者选择典型安装也可以. 1.vware文件菜 ...
- 在JAVA中对于类,对象,继承,多态的看法
这是我第一次学高级语言.很抱歉选择了JAVA,目标是开发一款可以上线的APP. 类:是建立对象的一个模板,就是系列产品中的基础款图纸.只是图纸而已.不是产品. 对象:是一个可以操作的对象.新建一个对象 ...
- Spring核心
方法区与常量池 BeanFactoryPostProcessor与BeanPostProcessor使用 创建pc过程 https://www.liangzl.com/get-article-deta ...