일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- mariadb
- 데이터 전송
- reducible
- i-type
- 서비스 프리미티브
- 오류검출
- 코딩테스트준비
- git merge
- well known 포트
- 주기신호
- IEEE 802
- 그리디 알고리즘
- 개발자취업
- 티스토리챌린지
- 항해99
- 스레드
- xv6
- 오블완
- 99클럽
- tcp 세그먼트
- 순서번호
- 토큰 버스
- til
- 프레임 구조
- 비주기신호
- leetcode
- 플로이드워셜
- tcp 프로토콜
- 오류제어
- 우분투db
- Today
- Total
목록bias (2)
Unfazed❗️🎯
Bias(편향) : Gap between the real problem and our model / The expected error created by using a model to apporoximate a real world function/relationship. 모델을 통해 얻은 예측값과 실제 정답과의 차이의 평균 f hat(x) : predicted value f(x) : true value Bias[^f(x)]=E[^f(x)−f(x)] Variance(분산) : change for different training data sets / The amount our predicted values would change if we had a differenct training dataset. It..

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 ..