Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewwiens/tensorflow-dnns-for-predicting-dna-transcription-factor-binding
Deep neural networks implemented in TensorFlow & Python for predicting whether transcription factors will bind to given DNA sequences
https://github.com/drewwiens/tensorflow-dnns-for-predicting-dna-transcription-factor-binding
bioinformatics deep-neural-networks dna-sequences machine-learning tensorflow transcription-factors
Last synced: 22 days ago
JSON representation
Deep neural networks implemented in TensorFlow & Python for predicting whether transcription factors will bind to given DNA sequences
- Host: GitHub
- URL: https://github.com/drewwiens/tensorflow-dnns-for-predicting-dna-transcription-factor-binding
- Owner: drewwiens
- Created: 2016-12-01T08:26:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T02:24:07.000Z (about 8 years ago)
- Last Synced: 2023-10-20T19:27:45.331Z (about 1 year ago)
- Topics: bioinformatics, deep-neural-networks, dna-sequences, machine-learning, tensorflow, transcription-factors
- Language: Python
- Homepage:
- Size: 2.14 MB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow DNNs for Predicting DNA-Transcription Factor Binding
Deep neural networks implemented in TensorFlow & Python for predicting whether transcription factors will bind to given DNA sequences. Empirical tests on the impact of hyperparameters on ROC AUC and speed with an Nvidia GeForce GTX 970 GPU are also included
Architectures Implemented:
--------------*All implemented networks are currently convolutional neural nets; RNNs are coming soon*
- Lanchantin, J., Singh, R., & Qi, Y. (2016). Deep GDashboard: Visualizing and Understanding Genomic Sequences Using Deep Neural Networks, 1–10. Retrieved from http://arxiv.org/abs/1608.03644
- Zeng, H., Edwards, M. D., Liu, G., & Gifford, D. K. (2016). Convolutional neural network architectures for predicting DNA-protein binding. Bioinformatics, 32(12), i121–i127. https://doi.org/10.1093/bioinformatics/btw255
- A "Simple NLP CNN" as described here: http://www.wildml.com/2015/11/understanding-convolutional-neural-networks-for-nlp/