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 * ========= ...
随机推荐
- springboot练习
https://www.jianshu.com/p/9a08417e4e84 1.@Controller和@RestController的区别? Spring4之后加入的注解,原来在@Controll ...
- 20165213 Exp4 恶意代码分析
恶意代码分析 实践目标 1是监控你自己系统的运行状态,看有没有可疑的程序在运行. 2是分析一个恶意软件,就分析Exp2或Exp3中生成后门软件:分析工具尽量使用原生指令或sysinternals,sy ...
- python3 第三十章 - 内置函数之Dictionary相关
Python字典包含了以下内置函数: 序号 函数及描述 实例 1 len(dict)计算字典元素个数,即键的总数. >>> dict = {'Name': 'cnblogs', 'A ...
- hw3
1. 2.将MAXPRIMES的值设为4,t2会发生越界错误,t1不会. 3.令n = 1,此时不满足while语句的判断条件,不执行while循环. 4. 点覆盖:{1,2,3,4,5,6,7,5, ...
- PHP获取日期时间信息
getdate函数 描述:可以获取日期/时间信息 语法:array getdate( [ int timestamp ] ) 返回一个数组 例: Array ( [seconds] => 30 ...
- JAVA经典算法50题(转)
转载请注明出处:http://blog.csdn.net/l1028386804/article/details/51097928 JAVA经典算法50题 [程序1] 题目:古典问题:有一对兔子, ...
- selenium3+python3.6爬页面源码的代码
from selenium import webdriver import unittest,time class my_test(unittest.TestCase): def setUp(self ...
- 微信小程序的自定义插件
第一步,创建一个页面和普通页面一样 第二不,在这个页面上进行对json配置, "component":true 第三不在需要插入的页面中进行设置 插入标签 <dialog i ...
- [转]ps命令详解
原文地址:http://apps.hi.baidu.com/share/detail/32573968 转载自:http://www.cnblogs.com/wangkangluo1/archive/ ...
- 转发对python装饰器的理解
[Python] 对 Python 装饰器的理解的一些心得分享出来给大家参考 原文 http://blog.csdn.net/sxw3718401/article/details/3951958 ...