https://github.com/akashvarma26/autoencoder
Autoencoder which compresses and decompresses images or videos
https://github.com/akashvarma26/autoencoder
autoencoder deep-learning jupyter-notebook tensorflow
Last synced: 2 months ago
JSON representation
Autoencoder which compresses and decompresses images or videos
- Host: GitHub
- URL: https://github.com/akashvarma26/autoencoder
- Owner: Akashvarma26
- Created: 2024-01-14T19:12:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T19:32:37.000Z (over 2 years ago)
- Last Synced: 2025-01-29T11:14:07.747Z (over 1 year ago)
- Topics: autoencoder, deep-learning, jupyter-notebook, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 912 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Autoencoder is an unsupervised artificial neural network that learns how to efficiently compress and encode data then learns how to reconstruct the data back from the reduced encoded representation to a representation that is as close to the original input as possible.