Skip to content

Simple example of how to train a network to learn to weight data to follow a given probability distribution.

Notifications You must be signed in to change notification settings

jbossios/simple-ml-reweighting-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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 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)?

Linux

Follow the instructions here

Windows

Follow the instructions here

macOS

Follow the instructions here

About

Simple example of how to train a network to learn to weight data to follow a given probability distribution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published