Skip to content

GiladSchneider/PersonalizedAutoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PersonalizedAutoencoder

Create an autoencoder to your exact specifications!

Getting Started

personlized_network(Layers: List[int])

will create, train, test, and display the results for a symetric autoencoder with the given input parameters.

To save your network:

name = personlized_network(Layers: List[int])

Example:

net = personlized_network([784, 128, 64, 12])

creates an autoencoder with layers 784, 128, 64, 12, 64, 128, 784

Have fun!

About

Create an autoencoder to your exact specifications!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published