用ae降噪,并测试模型的泛化能力
Deep convolutional autoencoder.
Use keras with tensorflow backend.
This project is a homework of deeplearing course of Shenlan College.
First row: original images
Second row: images add Gaussian noise with random stddev
Third row: results with second row as inputs
git clone https://github.com/block98k/keras-ae.git
cd ./keras-ae
jupyter notebook keras-ae2.ipynb
tensorflow 1.0 or above
numpy
scipy
jupyter