Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 651a3a2

Browse files
Updates on asteroseismology and Diffusion references
1 parent b020b7b commit 651a3a2

File tree

3 files changed

+46
-17
lines changed

3 files changed

+46
-17
lines changed

‎DiffusionModels.ipynb

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@
2121
" * [theaisummer blog introduction](https://theaisummer.com/diffusion-models/)\n",
2222
" * [Set of resources, paper on code on github of @heejkoo](https://github.com/heejkoo/Awesome-Diffusion-Models)\n",
2323
" * [Understanding Diffusion Models: A Unified Perspective](https://arxiv.org/abs/2208.11970)\n",
24-
" * [Beginner's guide to diffusion models](https://towardsdatascience.com/beginners-guide-to-diffusion-models-8c3435ccb4ae)"
24+
" * [Beginner's guide to diffusion models](https://towardsdatascience.com/beginners-guide-to-diffusion-models-8c3435ccb4ae)\n",
25+
" * [Tutorial on Diffusion Models for Imaging and Vision](https://arxiv.org/abs/2403.18103)\n",
26+
"\n",
27+
"\n",
28+
"Understanding Diffusion Models: A Unified Perspective:"
2529
]
2630
},
2731
{
2832
"cell_type": "code",
29-
"execution_count": 2,
33+
"execution_count": 1,
3034
"metadata": {},
3135
"outputs": [],
3236
"source": [
@@ -36,54 +40,78 @@
3640
{
3741
"cell_type": "markdown",
3842
"metadata": {},
39-
"source": []
43+
"source": [
44+
"High-Resolution Image Synthesis with Latent Diffusion Models:"
45+
]
4046
},
4147
{
4248
"cell_type": "code",
43-
"execution_count": null,
49+
"execution_count": 2,
4450
"metadata": {},
4551
"outputs": [],
4652
"source": [
47-
"#IFrame(\"doc/Rombach_High-Resolution_Image_Synthesis_With_Latent_Diffusion_Models_CVPR_2022_paper.pdf\", width=1200, height=800)"
53+
"#IFrame(\"doc/DiffusionModels/Rombach_High-Resolution_Image_Synthesis_With_Latent_Diffusion_Models_CVPR_2022_paper.pdf\", width=1200, height=800)"
4854
]
4955
},
5056
{
5157
"cell_type": "markdown",
5258
"metadata": {},
53-
"source": []
59+
"source": [
60+
"TACKLING THE GENERATIVE LEARNING TRILEMMA WITH DENOISING DIFFUSION GANS:"
61+
]
5462
},
5563
{
5664
"cell_type": "code",
57-
"execution_count": null,
65+
"execution_count": 3,
5866
"metadata": {},
5967
"outputs": [],
6068
"source": [
61-
"#IFrame(\"doc/2112.07804.pdf\", width=1200, height=800)"
69+
"#IFrame(\"doc/DiffusionModels/2112.07804.pdf\", width=1200, height=800)"
6270
]
6371
},
6472
{
6573
"cell_type": "markdown",
6674
"metadata": {},
67-
"source": []
75+
"source": [
76+
"Denoising Diffusion Probabilistic Models"
77+
]
6878
},
6979
{
7080
"cell_type": "code",
71-
"execution_count": null,
81+
"execution_count": 4,
7282
"metadata": {},
7383
"outputs": [],
7484
"source": [
75-
"#IFrame(\"doc/NeurIPS-2020-denoising-diffusion-probabilistic-models-Paper.pdf\", width=1200, height=800)"
85+
"#IFrame(\"doc/DiffusionModels/NeurIPS-2020-denoising-diffusion-probabilistic-models-Paper.pdf\", width=1200, height=800)"
7686
]
7787
},
7888
{
7989
"cell_type": "markdown",
8090
"metadata": {},
91+
"source": [
92+
"Tutorial on Diffusion Models for Imaging and Vision:"
93+
]
94+
},
95+
{
96+
"cell_type": "code",
97+
"execution_count": 5,
98+
"metadata": {},
99+
"outputs": [],
100+
"source": [
101+
"#IFrame(\"doc/DiffusionModels/2403.18103v1.pdf\", width=1200, height=800)"
102+
]
103+
},
104+
{
105+
"cell_type": "code",
106+
"execution_count": null,
107+
"metadata": {},
108+
"outputs": [],
81109
"source": []
82110
}
83111
],
84112
"metadata": {
85113
"kernelspec": {
86-
"display_name": "Python 3",
114+
"display_name": "Python 3 (ipykernel)",
87115
"language": "python",
88116
"name": "python3"
89117
},
@@ -97,7 +125,7 @@
97125
"name": "python",
98126
"nbconvert_exporter": "python",
99127
"pygments_lexer": "ipython3",
100-
"version": "3.8.10"
128+
"version": "3.12.1"
101129
}
102130
},
103131
"nbformat": 4,

‎Physics101AsteroSeismologyAndSphericalHarmonics.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"source": [
3131
"## References\n",
3232
"\n",
33+
"* [Excellent AAVSO introduction from Conny Aerts on Astera seismology](https://www.youtube.com/watch?v=b7KcFvASM0Y&ab_channel=AAVSOHQ)\n",
3334
"* [Wikipedia article about asteroseismology](https://en.wikipedia.org/wiki/Asteroseismology)\n",
3435
"* [Wikipedia article about spherical harmonics](https://en.wikipedia.org/wiki/Spherical_harmonics)\n",
3536
"* [Wikipedia article about bessel functions](https://en.wikipedia.org/wiki/Bessel_function)\n",
@@ -278,21 +279,21 @@
278279
],
279280
"metadata": {
280281
"kernelspec": {
281-
"display_name": "Python 3",
282+
"display_name": "Python 3 (ipykernel)",
282283
"language": "python",
283284
"name": "python3"
284285
},
285286
"language_info": {
286287
"codemirror_mode": {
287288
"name": "ipython",
288-
"version": 2
289+
"version": 3
289290
},
290291
"file_extension": ".py",
291292
"mimetype": "text/x-python",
292293
"name": "python",
293294
"nbconvert_exporter": "python",
294-
"pygments_lexer": "ipython2",
295-
"version": "2.7.18"
295+
"pygments_lexer": "ipython3",
296+
"version": "3.12.1"
296297
}
297298
},
298299
"nbformat": 4,

‎doc/DiffusionModels/2403.18103v1.pdf

3.53 MB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /