MonetGenerator / README.md
JoshuaPeddle's picture
Update README.md
51af0f8
|
raw
history blame
630 Bytes
metadata
library_name: keras
tags:
  - transfer
widget:
  - src: >-
      https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
    example_title: Tiger

Model description

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.

Training and evaluation data

This model is trained on a toy dataset, the make_moons from sklearn.datasets.

Training hyperparameters