8000 GitHub - kaanberke/GANsPlusAutoEncoder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaanberke/GANsPlusAutoEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GANsPlusAutoEncoder

AutoEncoder part of the project is almost done. The file which is main.py encodes mnist dataset and produces an encoded numpy array. After that if you want to decode the numpy array then you can..


Real Encoded Predicted Decoded

The NNs which helped them to be produced are trained 100 epoch.

Predicted one is predicted from encoded image by another neural network which is trained by using predicted images (encoded) from first autoencoder neural network and test images.

Decoded one is basically predicted by using the autoencoder neural network which is the main neural network to encode and then decode the images but even though it does both job, we need just the first one: Encoding.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0