added reference for LSTM

This commit is contained in:
Navan Chauhan 2020-09-24 18:15:43 +05:30
parent a2d92fe66b
commit 12bcd3b48a
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<h4>Docking</h4> <h4>Docking</h4>
<p>This section deals with Molecular Docking and protein-ligand interactions. It uses AutoDock Vina<sup>[1]</sup> for docking, PyMOL<sup>[2]</sup> for visualisations, and PLIP<sup>[3]</sup> for interactions and binding site detection.</p> <p>This section deals with Molecular Docking and protein-ligand interactions. It uses AutoDock Vina<sup>[1]</sup> for docking, PyMOL<sup>[2]</sup> for visualisations, and PLIP<sup>[3]</sup> for interactions and binding site detection.</p>
<h4>Drug Designing</h4> <h4>Drug Designing</h4>
<p>LSTM based on GitHub Code <sup>[4]</sup> which is based on the paper <sup>[5]</sup></p> <p>LSTM based on @topazape's LSTM_Chem<sup>[4]</sup>, a Tensorflow implementation of the paper Generative Recurrent Networks for De Novo Drug Design<sup>[5]</sup></p>
<h4>Research</h4> <h4>Research</h4>
<p>Quick Searches for PubMed and PubChem are powered by their respective APIs. Qrious app is written in SwiftUI and uses the FigShare API along with a pre-trained BERT<sup>[6]</sup> model.</p> <p>Quick Searches for PubMed and PubChem are powered by their respective APIs. Qrious app is written in SwiftUI and uses the FigShare API along with a pre-trained BERT<sup>[6]</sup> model.</p>
<section> <section>
@ -17,9 +17,9 @@
<br> <br>
[3] Salentin et al. (2015) <cite>PLIP: fully automated protein-ligand interaction profiler. Nucl. Acids Res. (1 July 2015) 43 (W1): W443-W447</cite> [3] Salentin et al. (2015) <cite>PLIP: fully automated protein-ligand interaction profiler. Nucl. Acids Res. (1 July 2015) 43 (W1): W443-W447</cite>
<br> <br>
[4] [4] https://github.com/topazape/LSTM_Chem/
<br> <br>
[5] [5] A. Gupta et al. Mol. Inf. 2018, 37, 1700111.
<br> <br>
[6] T. Wolf et al. <cite>HuggingFace's Transformers: State-of-the-art Natural Language Processing</cite> [6] T. Wolf et al. <cite>HuggingFace's Transformers: State-of-the-art Natural Language Processing</cite>
</section> </section>