Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Autoencoder example #210

Closed
goldsborough opened this issue Jan 2, 2018 · 1 comment
Closed

Add Autoencoder example #210

goldsborough opened this issue Jan 2, 2018 · 1 comment
Assignees

Comments

@goldsborough
Copy link
Contributor

An autoencoder is a very basic neural network that takes in some input, encodes it into a lower-dimensional representation, and then decodes it back into something that should ideally be identical to the input. We should try to implement such an autoencoder with Glow. An extension of this would be to make a variational autoencoder.

@nadavrot
Copy link
Contributor

nadavrot commented Sep 5, 2018

@goldsborough:

@artemrakhov implemented the french-to-english language converted a while ago. I assume that his work satisfies this ticket.

@nadavrot nadavrot closed this as completed Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants