Bayesian-with-Python
Bayesian-with-Python copied to clipboard
프로그래머를 위한 베이지안 with 파이썬
Bayesian-with-Python
1. 교재
한글 : 프로그래머를 위한 베이지안 with 파이썬

원서 : Probabilistic Programming & Bayesian Methods for Hackers
2. 목적
베이지안 확률에 대한 기초적인 공부에서 시작해서 깊이 있는 공부를 위해서
3. 목차
- 1장 - 베이지안 추론의 철학
- 2장 - PyMC 더 알아보기
- 3장 - MCMC 블랙박스 열기
- 4장 - 아무도 알려주지 않는 위대한 이론
- 5장 - 오히려 큰 손해를 보시겠습니까?
- 6장 - 우선순위 바로잡기
- 7장 - 베이지안 A/B 테스트
4. 참고 자료
- GitHub(ENG) : https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
- GitHub(KOR) : https://github.com/DoosanJung/Bayesian-for-Hackers-Korean
- 길벗-GitHub : https://github.com/gilbutITbook/006775