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

Graphical models이란? 확률분포를 좀 더 쉽게 해석하기 위한 그래프 도식 방법이다. 장점 확률 모델의 구조를 쉽게 시각화 하여 새로운 모델을 디자인하는데 도움을 준다 그래프화된 구조를 분석함으로써 모델 숙성에 대한 직관을 얻을 수 있다. 복잡한 학습과 추론 과정을 가지는 모델의 계산 과정을 그래픽적인 요소로 표현이 가능하다. 그래프는 node와 edge로 표현되는데, 확률 그래프 모델에서 node는 random variable을 의미하고, link(edge)는 random variable사이의 확률적인 관계를 나타낸다. 이런 Graphical model은 Directed graphical model 혹은 Undirected graphical model 중 하나이다. motivation p(x..
학교수업정리/인공지능
2020. 11. 30. 05:36