Mathematics/Probability, Statistics, Information

[Probability] Gaussian, Bayesian 용어 정리

🐤 Gaussian

  • Gaussian distribution N(μ,σ)
  • Gaussain Process: A collection of random variables, any finite number of which have a joint Gaussian distribution
  • Gaussain Process regression

🐤 Bayesian

  • Bayes' rule P(B|A)=P(A|B)P(B)P(A)
  • Bayesian probability
  • Bayesian Inference
  • Bayesian Neural Network

🐤 내가 Gaussian과 Bayesian 이 헷갈리는 이유

  • Gaussian Process와 Bayesian Neural Network 의 관계
  • Bayesian Inference와 Gaussian Process의 관계
  • Bayesian Inference와 Bayesian Neural Network 의 관계