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 * ========= ...
随机推荐
- How to Reset VW Steering Assist 1S1909144P with OBDSTAR X300 DP
Vehicle model:VW Polo 2015 (or other Audi, Seat, Skoda, VW with unit 1S1 909 144 P) Module:Control u ...
- Dual Attention Network for Scene Segmentation
Dual Attention Network for Scene Segmentation 原始文档 https://www.yuque.com/lart/papers/onk4sn 在本文中,我们通 ...
- JS阻止事件冒泡的3种方法之间的不同
什么是JS事件冒泡?: 在一个对象上触发某类事件(比如单击onclick事件),如果此对象定义了此事件的处理程序,那么此事件就会调用这个处理程序,如果没有定义此事件处理程序或者事件返回true,那么这 ...
- jquery基础知识随笔
<html> <head> <script type="text/javascript" src="/jquery/jquery.js&qu ...
- linux shell数组赋值方法(常用)
http://blog.csdn.net/shaobingj126/article/details/7395161 Bash中,数组变量的赋值有两种方法: (1) name = (value1 ... ...
- python 实现rsa 的加密解密存读取(PEM格式证书)【转发】
来源:CSDN 原文:https://blog.csdn.net/sjt1996/article/details/83377800
- struct,map,json 互相转换
1.1 struct to json 准备 很简单,使用encoding包可以互相转换,没什么好说的,但是有几点注意: 1.结构体内需要序列化的字段首字母大写(遵循驼峰式命名),不需要序列化的字段小写 ...
- STM32CubeMX HAL库串口+DMA数据发送不定长度数据接收
参考资料:1.ST HAL库官网资料 2.https://blog.csdn.net/u014470361/article/details/79206352#comments 一.STM32CubeM ...
- docker install
1.安装必要工具集 sudo yum install -y yum-utils 2.安装Docker官方源 sudo yum-config-manager \ --add-repo \ https:/ ...
- scrollIntoView() 调用元素就可以出现在视窗中
/* 如果滚动页面也是DOM没有解决的一个问题.为了解决这个问题,浏览器实现了一下方法, 以方便开发人员如何更好的控制页面的滚动.在各种专有方法中,HTML5选择了scrollIntoView() 作 ...