0
点赞
收藏
分享

微信扫一扫

【李宏毅机器学习】1-机器学习介绍

Alex富贵 2022-01-10 阅读 76

机器学习介绍


在这里插入图片描述

What is Machine Learning

Machine Learning ≈ Looking for a Function From Data

  • Speech Recognition

  • Image Recognition

  • Playing Go

  • Dialogue System

Framework

Training

  1. Define a set of function(Model)

  2. Goodness of function f(Training Data: function input、function output)

    Pick the “Best” Function f ∗ f^{\ast} f

Testing

  1. Using f ∗ f^{\ast} f test

Learning Map

Task

Regression

Classification

  • Binary Classification

    I n p u t → F u n c t i o n    f Y e s    o r    N o Input\xrightarrow{Function\,\,f}Yes\,\,or\,\,No InputFunctionf YesorNo

  • Multi-class Classification

I n p u t → F u n c t i o n    f C l a s s 1 , C l a s s 2 , . . . C l a s s    N Input\xrightarrow{Function\,\,f}Class1, Class2, ... Class\,\,N InputFunctionf Class1,Class2,...ClassN

Model

Supervised Learning

  • Linear Model

  • Deep Learning

Semi-supervised Learning

Transfer Learning

Unsupervised Learning

Stuctured Learning

Reinforcement Learning

举报

相关推荐

0 条评论