Skip to content

Commit

Permalink
Small rephrase in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bossio committed May 13, 2022
1 parent cf0f994 commit 3af5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Train a network to learn to reweight a distribution into another one

In the Jupyter notebook titled ```simple_reweighting_example.ipynb```, you can find a simple example using ```pytorch``` and ```numpy``` on how to train a network to learn to reweight a distribution into another one. On this example, you will learn to weight a distribution generated from a Gaussian probability distribution centered at 10 with a standard deviation of 1 to get data distributed following a Gaussian distribution centered at 11 with a standard deviation of 1.
In the Jupyter notebook titled ```simple_reweighting_example.ipynb```, you can find a simple example using ```pytorch``` and ```numpy``` on how to train a network to learn to reweight a distribution into another one. On this example, you will learn to weight data generated from a Gaussian probability distribution centered at 10 with a standard deviation of 1 to get data distributed following a Gaussian distribution centered at 11 with a standard deviation of 1.

## How to install Jupyter notebook (Linux, Windows, macOS)?

Expand Down

0 comments on commit 3af5eab

Please sign in to comment.