Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 851 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 851 Bytes

StackedDAE

Stacked Denoising AutoEncoder based on TensorFlow

This project is intended to be a Bioinformatics tool. However, this repository hosts the project's code, which is not strictly binded to biology, so someone could use it for another purpose with little effort (on the other hand it's not generalized so to fit in every occasion, so a bit of effort is required).

Also, in our project we try to find a good setup for the algorithm, so there are a lot options (and there are more to come) implemented in the code. Masking and Salt-and-pepper noise, with or without Emphasis, and Sigmoid or Tahn activation functions to name some.

The description will be updated several times as the project goes on, since it needs to be more complete, with more explanations, and references of the projects we inspired from.

Project Under Construction