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 * ========= ...
随机推荐
- python基础之Day21
对象整合了操作数据的方法 1.init方法 调用类时自动触发,为对象初始化自己独有的特征 class people: def __init__(self,name,age,sex): self.nam ...
- android 自定义title
package com.xiangyu.su; import android.app.Activity; import android.os.Bundle; import android.view.V ...
- IEC2017级_1-2班2次博客作业成绩说明
一.博客作业内容 2018上IEC计算机高级语言(C)作业 第2次作业 二.评分规则说明 1.程序调试题,要描述出调试所遇到问题及修改内容,并表述清楚程序功能.流程图不规范的会减1-2分: 2.知识点 ...
- idea快捷键(后续更新)
自动补全当前行的标点符号 ctrl + shirt + 回车 跳到下一行 shirt +回车 复制一行 crtl + d 删除一行 ctrl + y 提示报错 alt + 回车 查看当前可以产什么参数 ...
- Apache Flink 简单安装
流计算这两年很火了,可能对数据的实时性要求高.现在用的hadoop框架,对流计算的支持,主要还是微批(spark),也不支持“Exactly Once”语义(可以使用外接的数据库解决),公司项目可能会 ...
- unittest_API自动化脚本应用
import urllib.request import urllib.parse import json import unittest from HTMLTestRunner import HTM ...
- apache kylin的单节点及多节点安装
Kylin的使用安装文档Kylin简介Kylin是什么Apache Kylin是一个开源的分布式分析引擎,最初由eBay开发贡献至开源社区.它提供Hadoop之上的SQL查询接口及多维分析(OLAP) ...
- 使用@Autowird注入报空指针异常
new的对象不能调用此对象里面注入的其他类,如果想要调用注入的其他类,则此new的对象要使用@componet将此类注入. 原因:
- OpenCV3.30 画图函数
画图函数(Draw Functions)都放在imgpro. 例如C++中用: #include <opencv2\imgproc.hpp>
- 多个子域名前端网站调用同一个webAPI时session混用问题
session机制: 当程序需要为某个客户端的请求创建一个session的时候,服务器首先检查这个客户端的请求里是否已包含了一个session标识 - 称为session id,如果已包含一个sess ...