added references, minor typos, TOC, todo: move dppm to ddpm notebook

This commit is contained in:
N_T 2024-12-09 10:31:53 +08:00
parent dad3e8fc8d
commit fe1393fcd1
6 changed files with 1194 additions and 1156 deletions

View File

@ -10,8 +10,9 @@ parts:
- file: overview-burgers-forw.ipynb - file: overview-burgers-forw.ipynb
- file: overview-ns-forw.ipynb - file: overview-ns-forw.ipynb
- file: overview-optconv.md - file: overview-optconv.md
- caption: Supervised Training
chapters:
- file: supervised.md - file: supervised.md
sections:
- file: supervised-airfoils.ipynb - file: supervised-airfoils.ipynb
- file: supervised-discuss.md - file: supervised-discuss.md
- caption: Physical Losses - caption: Physical Losses
@ -32,6 +33,12 @@ parts:
- file: diffphys-code-sol.ipynb - file: diffphys-code-sol.ipynb
- file: diffphys-code-control.ipynb - file: diffphys-code-control.ipynb
- file: diffphys-discuss.md - file: diffphys-discuss.md
- caption: Probabilistic Learning
chapters:
- file: probmodels-intro.md
- file: probmodels-ddpm-fm.ipynb
- file: bayesian-intro.md
- file: bayesian-code.ipynb
- caption: Reinforcement Learning - caption: Reinforcement Learning
chapters: chapters:
- file: reinflearn-intro.md - file: reinflearn-intro.md
@ -45,10 +52,6 @@ parts:
- file: physgrad-hig.md - file: physgrad-hig.md
- file: physgrad-hig-code.ipynb - file: physgrad-hig-code.ipynb
- file: physgrad-discuss.md - file: physgrad-discuss.md
- caption: PBDL and Uncertainty
chapters:
- file: bayesian-intro.md
- file: bayesian-code.ipynb
- caption: Fast Forward Topics - caption: Fast Forward Topics
chapters: chapters:
- file: others-intro.md - file: others-intro.md

View File

@ -355,7 +355,7 @@
], ],
"source": [ "source": [
"# neat phiflow helper function:\n", "# neat phiflow helper function:\n",
"vis.plot(field.vec_length(velocity_grad)) # show magnitude" "v = vis.plot(field.vec_length(velocity_grad)) # show magnitude"
] ]
}, },
{ {

1148
probmodels-ddpm-fm.ipynb Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1032,6 +1032,41 @@
year={2019} year={2019}
} }
# prob mod
@article{goodfellow2014gan,
title={Generative adversarial networks},
author={Goodfellow, Ian and Pouget-Abadie, Jean and Mirza, Mehdi and Xu, Bing and Warde-Farley, David and Ozair, Sherjil and Courville, Aaron and Bengio, Yoshua},
journal={Advances in neural information processing systems},
volume={27},
year={2014}
}
@article{kobyzev2020nf,
title={Normalizing flows: An introduction and review of current methods},
author={Kobyzev, Ivan and Prince, Simon JD and Brubaker, Marcus A},
journal={IEEE transactions on pattern analysis and machine intelligence},
volume={43}, number={11},
year={2020},
publisher={IEEE}
}
@article{chen2019node,
title={Neural Ordinary Differential Equations},
author={Ricky T. Q. Chen and Yulia Rubanova and Jesse Bettencourt and David Duvenaud},
journal={arXiv:1806.07366}, year={2019}
}
@article{vincent2011dsm,
title={A connection between score matching and denoising autoencoders},
author={Vincent, Pascal},
journal={Neural computation},
volume={23},
number={7},
pages={1661--1674},
year={2011},
publisher={MIT Press}
}
@article{lipman2022flow, @article{lipman2022flow,
title={Flow matching for generative modeling}, title={Flow matching for generative modeling},

Binary file not shown.