included BNN chapter

This commit is contained in:
NT
2021-04-04 21:48:43 +08:00
parent 9bf28e3edd
commit 48e07c58b8
4 changed files with 1222 additions and 13 deletions

14
bayesian-intro.md Normal file
View File

@@ -0,0 +1,14 @@
Introduction to Posterior Inference
=======================
more complex models -> fit data better , but overfit & dont generalize
-> posterior (distrib) inference
std NNs do MLE for weights
"theoretically justifiable" ie correct thing to do -> "posterior inference"
extremely difficult
useful for uncertainty! esp interesting in phys setting
first example here with airfoils, extension from {doc}`supervised-airfoils`