Machine learning preface

简介: Machine learning PrefaceDefinitionT: TaskE: ExperienceP: PerformanceSequence: T -> E -> PSupervised learningDefinitionGive the right answer...

Machine learning Preface

Definition

  • T: Task
  • E: Experience
  • P: Performance
  • Sequence: T -> E -> P

Supervised learning

Definition

  • Give the right answer to each example of the data set(called training data).

Type

  • Regression: get the continuous values
  • Classification: get the discrete values like 0, 1, 2, 3 and so on

application scenarios

  • Regression: predict the price of the house based on the square, location of the house
    • house price
  • Classification:
    • Tumor prediction
    • Spam filter

Unsupervised learning

Type

  • Cluster algorithm

application scenarios

  • Google news: get lots of related news in the Internet and put them in one set of URL.
  • Social network: find the common friends.
  • Market segmentation: We all know the data, but we don't know the what kinds of market segmentation, so let unsupervised learning to deal with it.
  • Extract human voice from records: you know, there are some noise in these records, we need to get the human voice, so we let cluster algorithm to deal with.

Others

Recommender system

目录
相关文章
|
10月前
|
存储 Linux 网络安全
linux应急响应检查脚本
通过这个脚本,可以快速收集系统的关键信息,有助于在发生问题时进行及时的应急响应和分析。
336 34
|
前端开发 JavaScript API
React开发需要了解的10个库
本文首发于微信公众号“前端徐徐”,介绍了React及其常用库。React是由Meta开发的JavaScript库,用于构建动态用户界面,广泛应用于Facebook、Instagram等知名网站。文章详细讲解了Axios、Formik、React Helmet、React-Redux、React Router DOM、Dotenv、ESLint、Storybook、Framer Motion和React Bootstrap等库的使用方法和应用场景,帮助开发者提升开发效率和代码质量。
442 4
React开发需要了解的10个库
|
JavaScript 索引
js数组去重的常见方法
js数组去重的常见方法
164 0
|
存储 C语言
C语言—每日选择题—Day59
C语言—每日选择题—Day59
|
NoSQL Java 关系型数据库
工作五年,一年内我靠这系列java面试宝典从13K到大厂30K
我认为对于面试以及进阶最佳的学习方法莫过于刷题+博客+书籍+总结! 前三者我将淋漓尽致地挥毫于这篇文章中,至于总结要靠个人。实际上越到后面你越会发现面试并不难,其次就是在刷题的过程中有没有去思考,刷题只是次之,这又是一个层次了,这里暂时不提后面再谈。
IDEA、关闭当前文件、快捷键改为Ctrl + W
IDEA、关闭当前文件、快捷键改为Ctrl + W
833 0
IDEA、关闭当前文件、快捷键改为Ctrl + W
|
设计模式 安全 Java
面试基础篇——单例模式(一)
面试基础篇——单例模式
218 0
|
存储 Web App开发 安全
网页浏览器知道我们的哪些信息?(2)
本文最早发布于 SecureMac 博客,其第一部分介绍了网络浏览器存储了哪些用户数据。在第二部分,将解释这些数据对用户的隐私有何影响。本文系国内 ITOM 管理平台 OneAPM 编译呈现。
1864 0
|
1天前
|
云安全 人工智能 自然语言处理