The goal of this project is to recognize transcription factor from proteic sequences. It has been made as part of our Deep Learning course which is given by Gilles Louppe at University of Liège.
- The data folder contains the processed raw data in several .csv files.
- The utils.py file contains all the necessary functions that will be used by our models.
- Naive.py contains the implementation of the basic NN which uses the amino-acids frequencies.
- RNN.py contains the implementation of the RNNs.