brendenc commited on
Commit
4ba6119
1 Parent(s): 586f760

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -6,17 +6,11 @@ tags:
6
 
7
  ## Model description
8
 
9
- More information needed
10
-
11
- ## Intended uses & limitations
12
-
13
- More information needed
14
 
15
  ## Training and evaluation data
16
 
17
- More information needed
18
-
19
- ## Training procedure
20
 
21
  ### Training hyperparameters
22
 
 
6
 
7
  ## Model description
8
 
9
+ The aim of this work is to map a simple distribution - which is easy to sample and whose density is simple to estimate - to a more complex one learned from the data. This kind of generative model is also known as "normalizing flow". The latent distribution we wish to map to in this example is Gaussian.
 
 
 
 
10
 
11
  ## Training and evaluation data
12
 
13
+ This model is trained on a toy dataset, the make_moons from sklearn.datasets.
 
 
14
 
15
  ### Training hyperparameters
16