Skip to content

ToniCreswell/ConvolutionalAutoEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConvolutionalAutoEncoder

A very simple convolutional autoencoder implemented in lasagne, applied to MNIST as an example alt text

Requirements

Lasagne

git clone https://github.com/Lasagne/Lasagne.git

cd Lasagne

pip install -r requirements.txt

pip install .

Others

pip install numpy

pip install matplotlib

pip install scikit-image

pip install time

About

A very simple convolutional autoencoder implemented in lasagne, applied to MNIST as an example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages