-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from GreatRSingh/main
Information Pages
- Loading branch information
Showing
7 changed files
with
263 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<html> | ||
<style> | ||
h1 { | ||
margin-top: 250px; | ||
padding-left: 80px; | ||
padding-right: 80px; | ||
font-size: 50px; | ||
} | ||
.general { | ||
padding-left: 80px; | ||
padding-right: 80px; | ||
font-size: 20px; | ||
} | ||
</style> | ||
<body> | ||
<h1>Acknowledgement</h1> | ||
<p class='general'> | ||
We acknowledge the DeepChem community for their contributions and support. | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Acknowledgement | ||
We acknowledge the DeepChem community for their contributions and support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<html> | ||
<style> | ||
h1 { | ||
margin-top: 50px; | ||
font-size: 50px; | ||
} | ||
ul { | ||
padding-left: 40px; | ||
padding-right: 40px; | ||
font-size: 20px; | ||
} | ||
</style> | ||
<body> | ||
<center><h1>Contents</h1></center> | ||
<ul> | ||
<li> | ||
<h2>1. Introduction To Deepchem</h2> | ||
<ol> | ||
<li>The Basic Tools of the Deep Life Sciences</li> | ||
<li>Working With Datasets</li> | ||
<li>An Introduction To MoleculeNet</li> | ||
<li>Molecular Fingerprints</li> | ||
<li>Creating Models with TensorFlow and PyTorch</li> | ||
<li>Introduction to Graph Convolutions</li> | ||
<li>Going Deeper on Molecular Featurizations</li> | ||
<li>Working With Splitters</li> | ||
<li>Advanced Model Training</li> | ||
<li>Creating a high fidelity model from experimental data</li> | ||
<li>Putting Multitask Learning to Work</li> | ||
<li>Modeling Protein Ligand Interactions</li> | ||
<li>Modeling Protein Ligand Interactions With Atomic Convolutions</li> | ||
<li>Conditional Generative Adversarial Networks</li> | ||
<li>Training a Generative Adversarial Network on MNIST</li> | ||
<li>Advanced model training using hyperopt</li> | ||
<li>Introduction to Gaussian Processes</li> | ||
<li>PytorchLightning Integration</li> | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>2. Molecular Machine Learning</h2> | ||
<ol> | ||
<li>Molecular Fingerprints | ||
<li>Going Deeper on Molecular Featurizations | ||
<li>Learning Unsupervised Embeddings for Molecules | ||
<li>Atomic Contributions for Molecules | ||
<li>Interactive Model Evaluation with Trident Chemwidgets | ||
<li>Transfer Learning With ChemBERTa Transformers | ||
<li>Training a Normalizing Flow on QM9 | ||
<li>Large Scale Chemical Screens | ||
<li>Introduction to Molecular Attention Transformer | ||
<li>Generating molecules with MolGAN | ||
<li>Introduction to GROVER | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>3. Modeling Proteins</h2> | ||
<ol> | ||
<li>Protein Deep Learning | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>4. Protein Ligand Modeling</h2> | ||
<ol> | ||
<li>Modeling Protein Ligand Interactions | ||
<li>Modeling Protein Ligand Interactions With Atomic Convolutions | ||
<li>DeepChemXAlphafold | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>5. Quantum Chemistry</h2> | ||
<ol> | ||
<li>Exploring Quantum Chemistry with GDB1k | ||
<li>DeepQMC tutorial | ||
<li>Training an Exchange Correlation Functional using Deepchem | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>6. Bioinformatics</h2> | ||
<ol> | ||
<li>Introduction to Bioinformatics | ||
<li>Multisequence Alignments | ||
<li>Deep probabilistic analysis of single-cell omics data | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>7. Material Sciences</h2> | ||
<ol> | ||
<li>Introduction To Material Science | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>8. Machine Learning Methods</h2> | ||
<ol> | ||
<li>Using Reinforcement Learning to Play Pong | ||
<li>Introduction to Model Interpretability | ||
<li>Uncertainty In Deep Learning | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>9. Deep Differential Equations</h2> | ||
<ol> | ||
<li>Physics Informed Neural Networks | ||
<li>Introducing JaxModel and PINNModel | ||
<li>About Neural ODE : Using Torchdiffeq with Deepchem | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>10. Equivariance</h2> | ||
<ol> | ||
<li>Introduction to Equivariance | ||
<li>Modeling Protein Ligand Interactions With Atomic Convolutions | ||
<li>DeepChemXAlphafold | ||
</ol> | ||
</li> | ||
<li> | ||
<h2>11. Olfaction</h2> | ||
<ol> | ||
<li>Predict Multi Label Odor Descriptors using OpenPOM | ||
</ol> | ||
</li> | ||
</ul> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Contents | ||
|
||
### 1. Introduction To Deepchem | ||
1. The Basic Tools of the Deep Life Sciences | ||
2. Working With Datasets | ||
3. An Introduction To MoleculeNet | ||
4. Molecular Fingerprints | ||
5. Creating Models with TensorFlow and PyTorch | ||
6. Introduction to Graph Convolutions | ||
7. Going Deeper on Molecular Featurizations | ||
8. Working With Splitters | ||
9. Advanced Model Training | ||
10. Creating a high fidelity model from experimental data | ||
11. Putting Multitask Learning to Work | ||
12. Modeling Protein Ligand Interactions | ||
13. Modeling Protein Ligand Interactions With Atomic Convolutions | ||
14. Conditional Generative Adversarial Networks | ||
15. Training a Generative Adversarial Network on MNIST | ||
16. Advanced model training using hyperopt | ||
17. Introduction to Gaussian Processes | ||
18. PytorchLightning Integration | ||
|
||
### 2. Molecular Machine Learning | ||
1. Molecular Fingerprints | ||
2. Going Deeper on Molecular Featurizations | ||
3. Learning Unsupervised Embeddings for Molecules | ||
4. Atomic Contributions for Molecules | ||
5. Interactive Model Evaluation with Trident Chemwidgets | ||
6. Transfer Learning With ChemBERTa Transformers | ||
7. Training a Normalizing Flow on QM9 | ||
8. Large Scale Chemical Screens | ||
9. Introduction to Molecular Attention Transformer | ||
10. Generating molecules with MolGAN | ||
11. Introduction to GROVER | ||
|
||
### 3. Modeling Proteins | ||
1. Protein Deep Learning | ||
|
||
### 4. Protein Ligand Modeling | ||
1. Modeling Protein Ligand Interactions | ||
2. Modeling Protein Ligand Interactions With Atomic Convolutions | ||
3. DeepChemXAlphafold | ||
|
||
### 5. Quantum Chemistry | ||
1. Exploring Quantum Chemistry with GDB1k | ||
2. DeepQMC tutorial | ||
3. Training an Exchange Correlation Functional using Deepchem | ||
|
||
### 6. Bioinformatics | ||
1. Introduction to Bioinformatics | ||
2. Multisequence Alignments | ||
3. Deep probabilistic analysis of single-cell omics data | ||
|
||
### 7. Material Sciences | ||
1. Introduction To Material Science | ||
|
||
### 8. Machine Learning Methods | ||
1. Using Reinforcement Learning to Play Pong | ||
2. Introduction to Model Interpretability | ||
3. Uncertainty In Deep Learning | ||
|
||
### 9. Deep Differential Equations | ||
1. Physics Informed Neural Networks | ||
2. Introducing JaxModel and PINNModel | ||
3. About Neural ODE : Using Torchdiffeq with Deepchem | ||
|
||
### 10. Equivariance | ||
1. Introduction to Equivariance | ||
|
||
### 11. Olfaction | ||
1. Predict Multi Label Odor Descriptors using OpenPOM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<html> | ||
<style> | ||
h1 { | ||
margin-top: 250px; | ||
padding-left: 80px; | ||
padding-right: 80px; | ||
font-size: 50px; | ||
} | ||
.author { | ||
margin-top: 200px; | ||
padding-left: 80px; | ||
padding-right: 80px; | ||
font-size: 20px; | ||
} | ||
.general { | ||
padding-left: 80px; | ||
padding-right: 80px; | ||
font-size: 20px; | ||
} | ||
</style> | ||
<body> | ||
<h1>The DeepChem Book</h1> | ||
<p class='general'> | ||
Democratizing Deep-Learning for Drug Discovery Quantum Chemistry, Materials Science and Biology | ||
</p> | ||
<p class='author'> | ||
Bharath Ramsundar | ||
</p> | ||
</body> | ||
</html> |