Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 알고리즘대회
- secant
- 2018
- 5397번
- bisection
- 스터디
- chapter02
- 이것이 MySQL이다
- graphical models
- falsePosition
- directed graphical model
- 델타 rule
- 인공지능
- Perceptron Convergence theorem
- 선형판별분석
- Fisher discriminant analysis
- 선형분류
- 근구하기
- 1차예선
- 자바ORM표준JPA프로그래밍
- undirected graphical model
- vector미분
- SCPC
- chapter01
- 개발순서
- MySQL
- 알고리즘
- Numerical optimization
- 로지스틱 회귀
- CH01
Archives
- Today
- Total
목록bisection (1)
computer_study
[수치해석] 01. Finding Roots
방정식에서 근을 찾기위해 (estimate)하기위한 방법을 배운다. estimation 시에 에러를 표기하는 방법 1. Accuracy : 정확함, 오차 평균 2. Precision : 정교함, 오차 편차 에러의 종류 1. True error : ( 실제 값 ) - ( 추측 값 ) 2. Absolute error : true error의 절대값 3. True fractional relative error : ( true error ) / ( 실제 값 ) 측정하려는 값의 범위에 맞게 error를 보정해준다. ( normalizing ) ex) tree error가 1일 때, 실제 값이 10이냐, 100이냐에 따라 1의 의미가 다르다. (0.1% 에러 혹은 0.01%에러) 4. Relative error :..
학교수업정리/수치해석
2020. 9. 4. 01:59