博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[机器学习01]What's machine learing?
阅读量:7025 次
发布时间:2019-06-28

本文共 1064 字,大约阅读时间需要 3 分钟。

1.machine learning definition

  • Arthur Samuel (1959).Field of study that gives computers the ability to learn without being explicitly programmed.
  • Tom Mitchell (1998) Well-posed Learning Problem: A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.
    Tom Mitchell的定义是说计算机程序从现有的经验中去学习怎样根据评价指标去完成任务,随着学习次数的增加,经验增长,任务完成的会更好。下面有一个例子:

Suppose your email program watches which emails you do or do not mark as spam, and based on that learns how to better filter spam. What is the task T in this setting?

  1. Classifying emails as spam or not spam.(right answer)

  2. Watching you label emails as spam or not spam.

  3. The number (or fraction) of emails correctly classified as spam/not spam.

  4. None of the above—this is not a machine learning problem.

2. machine learning classification

  • supervised learning
  • unsupervised learning
  • semi-supervised learning
  • others:Reinforcement learning, recommender systems.

机器学习主要包括监督学习、无监督学习、强化学习、推荐系统、半监督学习等,其中监督学习和无监督学习是核心。

转载地址:http://hmpxl.baihongyu.com/

你可能感兴趣的文章
我的友情链接
查看>>
MySql客户端查询发生乱码的解决方法
查看>>
centos6.5修改ip地址
查看>>
create oncreate wm_create
查看>>
运维之我的docker-运行你第一个镜像实例-docker容器
查看>>
Zabbix安装配置指南
查看>>
MariaDB(MySQL)安装及MySQL慢查询分析mysqlsla安装使用
查看>>
Oracle 数据库查看client的用户登录信息包括ip
查看>>
cacti脚本数据采集
查看>>
centos 下 django + uwsgi + nginx 快速搭建
查看>>
Kernel Trace System
查看>>
linux文件系统详解
查看>>
Vim入门基础
查看>>
我的友情链接
查看>>
ibatis mybatis sql语句配置 符号不兼容 大于号 小于号
查看>>
Alipay 开源 SofaRPC
查看>>
jquery的extend与fn.extend
查看>>
自动化测试应该学什么
查看>>
语音识别对比分析
查看>>
Linux命令之 wc
查看>>