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 |
Tags
- 개발순서
- vector미분
- 2018
- 자바ORM표준JPA프로그래밍
- MySQL
- 선형분류
- chapter02
- undirected graphical model
- falsePosition
- CH01
- directed graphical model
- secant
- Numerical optimization
- 5397번
- 알고리즘
- bisection
- Fisher discriminant analysis
- 1차예선
- 로지스틱 회귀
- 선형판별분석
- 이것이 MySQL이다
- 델타 rule
- Perceptron Convergence theorem
- 스터디
- graphical models
- SCPC
- 근구하기
- 인공지능
- 알고리즘대회
- chapter01
Archives
- Today
- Total
목록secant (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