Skip to content

danielkonecny/bin-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoencoder Design

Design Autoencoder for image denoising using Evolutionary Algorithm (Genetic Algorithm).

  • Course: Bio-Inspired Computers (BIN)
  • Organisation: Brno University of Technology - Faculty of Information Technologies

How to install and run

  • Quick and simple option - run make.

  • Detailed option:

    1. Run make venv to create virtual environment in the parent folder.
    2. Run make install to install all the necessary libraries in the virtual environment.
    3. Run make run to run the app.
    4. Run make clean to delete the virtual environment and cache files.

About

Design Autoencoder for image denoising using Evolutionary Algorithm (Genetic Algorithm) as a project for Bio-Inspired Computers (BIN) Course at BUT FIT.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published