일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- well known 포트
- 코딩테스트준비
- git merge
- xv6
- reducible
- leetcode
- til
- 토큰 버스
- 99클럽
- 프레임 구조
- 순서번호
- 플로이드워셜
- 데이터 전송
- 항해99
- 그리디 알고리즘
- 오류검출
- 주기신호
- 오블완
- mariadb
- i-type
- tcp 세그먼트
- 오류제어
- 서비스 프리미티브
- 우분투db
- IEEE 802
- 비주기신호
- 개발자취업
- 스레드
- tcp 프로토콜
- 티스토리챌린지
- Today
- Total
목록reducible (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..

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