일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 티스토리챌린지
- tcp 세그먼트
- til
- 그리디 알고리즘
- 오류제어
- IEEE 802
- 스레드
- 코딩테스트준비
- 주기신호
- 우분투db
- 데이터 전송
- tcp 프로토콜
- 플로이드워셜
- reducible
- xv6
- 오류검출
- leetcode
- 비주기신호
- i-type
- 프레임 구조
- 서비스 프리미티브
- git merge
- 토큰 버스
- 99클럽
- mariadb
- 오블완
- well known 포트
- 순서번호
- 항해99
- 개발자취업
- Today
- Total
목록overfitting (2)
Unfazed❗️🎯

Assessing Model Accuracy So many machine learning methods! • A single best method for all data sets? Nope! • One method may work best on a particular data set. • But, some other method may work better on a similar but different data set How to compare Methods? • Given a set of data, which method will produce the best result? • In other words, how to compare different learning methods? Measuring ..

Key terms Y = f(x1, x2, x3) - want to improve sales (Y) of a product -> Y: output variable, dependent variable -control adveritsing budgets : sns(x1), streaming(x2), flier(x3) ->x1, x2, x3 : input variables, independent variables, predictors Key questions 1) What is the relationship between x1, x2, x3 and Y? -> learning 2) How accurately can we predict Y from x1, x2, x3? -> prediction data -- (l..