Skip to content

khanhnguyendata/gaussian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to generate Gaussian samples

Gaussian sampling—that is, generating samples from a Gaussian distribution—appears in many cutting-edge fields of data science, such as Gaussian process, variational autoencoders, or generative adversarial networks. As a result, you often see functions like tf.random.normal in their tutorials. 

But, deep down, how does a computer know how to generate Gaussian samples? This project will show 3 different ways that we can program our computer (via Python) to do so. You will also see how R and Python generate Gaussian samples using modified versions of some of these methods.

Project structure

About

How to generate Gaussian samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published