Design Autoencoder for image denoising using Evolutionary Algorithm (Genetic Algorithm).
- Course: Bio-Inspired Computers (BIN)
- Organisation: Brno University of Technology - Faculty of Information Technologies
-
Quick and simple option - run
make. -
Detailed option:
- Run
make venvto create virtual environment in the parent folder. - Run
make installto install all the necessary libraries in the virtual environment. - Run
make runto run the app. - Run
make cleanto delete the virtual environment and cache files.
- Run