Speaker: Andrew Ng
 
1. Introduction

1.A comptuter program is said to learn from experience E with respect to some task T and some performance measure P, if it's performance on T, as measured by P, improves with experience E.
机器学习算法完成的目标是T
机器学习的过程积累经验是E
机器学习的总结或者评价是P
例子:predict weather
a. The weather prediction task. 机器学习要完成的目标和任务T
b. The probability of it correctly predicting a future date's weather. 机器学习结果的评价P
c. The process of the algorithm examining a large amount of historical weather data. 机器学习的过程E 

2. 假设自己工作在一个气象监测站,对于每天的天气需要做出是晴天、多云、下雨三种。用机器学习算法预测明天天气,这是一个Regression(回归)问题还是一个Classification(分类)问题。
 这里答案是分类问题。
Regression问题是根据以前已有数据去预测其他未知点的值,并没有Classification里面标记label的步骤。Regression结果是连续数据,Classificatiom结果是离散的。
其他例题:
a. 在气象站工作,预测5pm时候是否会下雨。 Classification
b. 在股市工作,预测一只股票明早的价格。 Regression

3. Supervised Learning and Unsupervised Learning 监督学习与非监督学习
监督学习会已经知道Label下,对数据进行分类。非监督学习没有Label,对数据进行聚类。
例题:
a. 分别给50篇男作者和50篇女作者写的文章,预测一个新的作者写的文章,作者是男的还是女的。 监督,分类。
b. 病人患心脏病的医疗记录,找出不同病人的簇Cluster。非监督,聚类
c. 检查网站,分类是对儿童友好还是针对成年人的。监督,分类
d. 给1000个病人的用药记录,发现是否有不同的类别或类型对于药物反应。非监督,聚类。

4.Machine Learning Definition
Machine learning is the field of study that gives computers the ability to learn without being explicitly programmed.----  Arthur Samuel

1. Machine Learning - Introduction的更多相关文章

  1. Andrew Ng Machine learning Introduction

    1. 机器学习的定义:Machine learning is programming computers to optimize a performance criterion(优化性能标准) usi ...

  2. How do I learn machine learning?

    https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? ...

  3. Machine Learning Algorithms Study Notes(1)--Introduction

    Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 目 录 1    Introduction    1 1.1    ...

  4. Introduction to Machine Learning

    Chapter 1 Introduction 1.1 What Is Machine Learning? To solve a problem on a computer, we need an al ...

  5. A Gentle Introduction to the Gradient Boosting Algorithm for Machine Learning

    A Gentle Introduction to the Gradient Boosting Algorithm for Machine Learning by Jason Brownlee on S ...

  6. (转)Introduction to Gradient Descent Algorithm (along with variants) in Machine Learning

    Introduction Optimization is always the ultimate goal whether you are dealing with a real life probl ...

  7. (原创)Stanford Machine Learning (by Andrew NG) --- (week 1) Introduction

    最近学习了coursera上面Andrew NG的Machine learning课程,课程地址为:https://www.coursera.org/course/ml 在Introduction部分 ...

  8. ML Lecture 0-1: Introduction of Machine Learning

    本博客是针对李宏毅教授在Youtube上上传的课程视频<ML Lecture 0-1: Introduction of Machine Learning>的学习笔记.在Github上也po ...

  9. 【Machine Learning is Fun!】1.The world’s easiest introduction to Machine Learning

    Bigger update: The content of this article is now available as a full-length video course that walks ...

随机推荐

  1. Linux命令整理,用户管理,用户组管理,系统管理,目录管理常用命令

    知识点梳理 Linux课堂笔记 学习目标 能够知道什么是Linux系统以及它的应用场景 能够独立完成安装VMware虚拟机和网络配置 能够独立完成安装CentOS以及远程终端SecureCRT 能够熟 ...

  2. C++题目东华

    1. 定义一个点类Point,其有两个double型的私有数据成员x和y.此外还包含以下公有成员函数: (1)构造函数,给点初始化: (2)setPoint函数,设置点坐标值: (3)distance ...

  3. 基于Python实现的系统SLA可用性统计

    基于Python实现的系统SLA可用性统计 1. 介绍 SLA是Service Level Agreement的英文缩写,也叫服务质量协议.根据SRE Google运维解密一书中的定义: SLA是服务 ...

  4. H5手机网页元素识别

  5. 解压rpm文件

    rpm2cpio zabbix-2.2.2-0.el6.zbx.src.rpm |cpio -div

  6. 【Java】Java关键字、含义

    Java关键字 来自 Java 核心技术卷I 基础知识(原书第10 版)/( 美)凯S 霍斯特曼(Cay S . Horstmann )著: 周立新等译一北京:机械工业出版社, 2016 . 8 Ja ...

  7. DOS的FOR命令用法总结

    鉴于dos自带的关于for命令的帮助信息看起来太简单,自己总结了一下,并增加了必要的实例,以备日后自己查阅.其中一些地方可能存在理解错误,敬请指出. [转发请注明出处]

  8. 国人之光:大数据分析神器Apache Kylin

    一.简介 Apache Kylin是一个开源的.分布式的分析型数据仓库,提供Hadoop/Spark 之上的 SQL 查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由 eBay 开发并贡献 ...

  9. cursor pin s和cursor pin s wait on x

    1.cursor pin s是一个共享锁,一般情况下是因为发生在SQL短时间内大量执行 案例:在生产库中,突然出现大量的cursor pin s的等待,询问是否有动作后,同事说有编译存储过程(被误导了 ...

  10. 全栈性能测试修炼宝典-JMeter实战笔记(三)

    JMeter体系结构 简介 JMeter是一款开源桌面应用软件,可用来模拟用户负载来完成性能测试工作. JMeter体系结构 X1~X5是负载模拟的一个过程,使用这些组件来完成负载的模拟 Y1:包含的 ...