機器學習基石 - Training versus Testing

機器學習基石上 (Machine Learning Foundations)—Mathematical Foundations
Hsuan-Tien Lin, 林軒田,副教授 (Associate Professor),資訊工程學系 (Computer Science and Information Engineering)

Training versus Testing

Recap and Preview

the Statistical Learning Flow

這裏寫圖片描述

Two Central Questions

  • 這裏寫圖片描述

  • Tradeoff(權衡) on M (or |H|)
    這裏寫圖片描述

  • M can’t be

Effective Number of Lines

  • 假設條件會有重疊的情況,除去 overlap,剩下多少種?
    這裏寫圖片描述
  • must 2N
  • an=2+n(n1)
    • 化爲平面上任意三點不共線的n 個點,用一條直線去劃分,有多少種情況這個問題
    • 直線把點分成兩份,(0,n) (1,n1) (2,n2) ,分奇偶來證明
    • 有遞推式 an=an1+(n1) ,設想新加的點和原來的一個點是一體的,有了 an1 ,再用新點構造其他類別
  • finite grouping of infinitely-many lines H (H 中的線的種類是有限的)

Effective Number of Hypotheses

  • dichotomies(mini-hypothesis) implemented by H
    這裏寫圖片描述

  • dichotomy 數量的最大值 mH(N) 來取代M ,growth function
    這裏寫圖片描述

  • Growth Function 不同類型

    • Positive Rays
      這裏寫圖片描述
    • Positive Interval
      這裏寫圖片描述
    • Convex Sets
      這裏寫圖片描述

Break Point

  • polynomial(多項式的),exponential(指數的)

  • conjecture(猜想)
    這裏寫圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章