This repository is maintained by MariAyanami and it contains Jupyter notebooks and notes for deep learning in the field of genomics. The key libraries we work with include keras and scikit-learn, but we also utilize others such as joblib, ray, tune, hyperas, and hyperopt.
- DNA transcription binding site data set exploration:
-
Keras 1D CNN for prediction of DNA transcription binding sites:
-
Cross-validated Keras 1D CNN with Scikit-learn for DNA transcription factor bind site predictions:
In addition to utilizing various variants of CNN architectures, we also perform diverse transformations on Chromatin Data as listed below.
[...]
- Quantile Transform:
For optimizing the performance of our models, we rely on techniques such as Hyperas and Ray/Tune for Hyperparameter Optimization of Cross-Validated 1D CNN.
[...]
- Ray/Tune for Hyperparameter Optimization (Work in Progress):