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