Skip to content

Commit 70dab7d

Browse files
authored
Flow and Diffusion Models
1 parent 61e9333 commit 70dab7d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_posts/2025-02-18-MachineLearningNotes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,15 @@ title: Machine Learning notes
44
published: false
55
---
66

7+
This is an experimental document dealing with Machine Learning Mathematics and demonstrative code. It is experimental because
8+
I am noting down the derivations based on several notable University courses. I will annotate each section to indicate the course content
9+
I copy here. Eventually I will research and validate if my mental model is correct or not using additional material like diagrams and
10+
TensorFlow code. I am yet to learn JAX.
11+
12+
The sections are random as I view course videos in no particular order. But Generative models form the underlying theme.
13+
14+
Errors will creep into this as my experience with this field is rather limited.
15+
16+
# Flow and Diffusion Models
717

818
This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$

0 commit comments

Comments
 (0)