-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcontents.html
More file actions
121 lines (119 loc) · 4.16 KB
/
contents.html
File metadata and controls
121 lines (119 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<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: Representing Molecules for Deep-Learning</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>Pytorch Lightning Integration for DeepChem Models</li>
</ol>
</li>
<li>
<h2>2. More Molecular Machine Learning</h2>
<ol>
<li>Going Deeper on Molecular Featurizations</li>
<li>Learning Unsupervised Embeddings for Molecules</li>
<li>Atomic Contributions for Molecules</li>
<li>Interactive Model Evaluation with Trident Chemwidgets</li>
<li>Transfer Learning With ChemBERTa Transformers</li>
<li>Training a Normalizing Flow on QM9</li>
<li>Large Scale Chemical Screens</li>
<li>Introduction to Molecular Attention Transformer</li>
<li>Generating molecules with MolGAN</li>
<li>Introduction to GROVER</li>
</ol>
</li>
<li>
<h2>3. Modeling Proteins</h2>
<ol>
<li>Protein Deep Learning</li>
</ol>
</li>
<li>
<h2>4. Protein Ligand Modeling</h2>
<ol>
<li>Modeling Protein Ligand Interactions</li>
<li>Applications of DeepChem with Alphafold: Docking and protein-ligand interaction from protein sequence</li>
</ol>
</li>
<li>
<h2>5. Quantum Chemistry</h2>
<ol>
<li>Exploring Quantum Chemistry with GDB1k</li>
<li>DeepQMC integration with DeepChem tutorial</li>
<li>Training an Exchange Correlation Functional using Deepchem</li>
</ol>
</li>
<li>
<h2>6. Bioinformatics</h2>
<ol>
<li>Introduction to Bioinformatics</li>
<li>Multisequence Alignments</li>
<li>Deep probabilistic analysis of single-cell omics data</li>
</ol>
</li>
<li>
<h2>7. Material Sciences</h2>
<ol>
<li>Introduction To Material Science</li>
</ol>
</li>
<li>
<h2>8. Machine Learning Methods</h2>
<ol>
<li>Using Reinforcement Learning to Play Pong</li>
<li>Introduction to Model Interpretability</li>
<li>Uncertainty In Deep Learning</li>
</ol>
</li>
<li>
<h2>9. Deep Differential Equations</h2>
<ol>
<li>Physics Informed Neural Networks</li>
<li>Introducing JaxModel and PINNModel</li>
<li>About Neural ODE : Using Torchdiffeq with Deepchem</li>
</ol>
</li>
<li>
<h2>10. Equivariance</h2>
<ol>
<li>Introduction to Equivariance</li>
</ol>
</li>
<li>
<h2>11. Olfaction</h2>
<ol>
<li>Predict Multi Label Odor Descriptors using OpenPOM</li>
</ol>
</li>
</ul>
</body>
</html>