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