diff --git a/_includes/head.html b/_includes/head.html index 602e239..00d1d51 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,7 +16,47 @@ {% endif %} {% if site.data.options.mathjax %} - + + {% endif %} - - {{ content }} diff --git a/docs/autoregressive/index.html b/docs/autoregressive/index.html index 80afa71..388743b 100644 --- a/docs/autoregressive/index.html +++ b/docs/autoregressive/index.html @@ -18,7 +18,47 @@ - + + - -
We begin our study into generative modeling with autoregressive models. As before, we assume we are given access to a dataset of -dimensional datapoints . For simplicity, we assume the datapoints are binary, i.e., .
We continue our study over another type of likelihood based generative models. As before, we assume we are given access to a dataset of -dimensional datapoints . So far we have learned two types of likelihood based generative models:
We now move onto another family of generative models called generative adversarial networks (GANs). GANs are unique from all the other model families that we have seen so far, such as autoregressive models, VAEs, and normalizing flow models, because we do not train them using maximum likelihood.
These notes form a concise introductory course on deep generative models.
They are based on Stanford CS236, taught by Stefano Ermon and Aditya Grover, and have been written by Aditya Grover, with the help of many students and course staff.
The notes are still under construction!
diff --git a/docs/introduction/index.html b/docs/introduction/index.html
index f0f5990..c9b062f 100644
--- a/docs/introduction/index.html
+++ b/docs/introduction/index.html
@@ -18,7 +18,47 @@
-
+
+
-
-
Intelligent agents are constantly generating, acquiring, and processing
data. This data could be in the form of images that we capture on our
phones, text messages we share with our friends, graphs that model
diff --git a/docs/vae/index.html b/docs/vae/index.html
index c9d2f14..8a3615d 100644
--- a/docs/vae/index.html
+++ b/docs/vae/index.html
@@ -18,7 +18,47 @@
-
+
+
-
-