Skip to content

Basic to advanced level of generative model with code.

Notifications You must be signed in to change notification settings

Neel7317/Generative-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative-Models

Basic to advanced level of generative model with code.

Autoencoders..

-- autoencoders can be used for dimension reduction before the data is processed by other algorithms.

-- "If one trains an autoencoder in a compression context on pictures of dogs, it will not generalize well to an application requiring data compression on pictures of cars"

-- A typical autoencoder consists of multiple layers of progressively fewer neurons for encoding the original input called a bottleneck layer. One danger is that the resulting algorithms may be missing important dimensions for the problem if the bottleneck layer is too narrow.

Autoencoder Dimensionality Reduction

Autoencoder for Image Denoising

Releases

No releases published

Packages

No packages published