Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shilangyu/iml-autoencoder

Project for the Introduction to machine learning course on Warsaw University of Technology
https://github.com/shilangyu/iml-autoencoder

autoencoder conv-autoencoder flux julia machine-learning

Last synced: 2 days ago
JSON representation

Project for the Introduction to machine learning course on Warsaw University of Technology

Awesome Lists containing this project

README

        

# Convolutional Autoencoder

Implementation of a convolutional autoencoder in Julia using Flux.

![Model architecture](assets/architecture.png)

All of the interesting info can be found in the [Jupyter Notebook](autoencoder.ipynb). In summary, a model learns how to represent a whole image of a digit in just two numbers (which is a 99.21% compression rate).