MCPcopy Create free account

hub / github.com/deepchem/torchchem / types & classes

Types & classes34 in github.com/deepchem/torchchem

↓ 4 callersClassLayerNorm
Construct a layernorm module (See citation for details).
torchchem/models/transformer.py:169
↓ 3 callersClassMolDataset
torchchem/data/mol_dataset.py:19
↓ 3 callersClassMolDataset
Class that represents a train/validation/test dataset that's readable for PyTorch Note that this class inherits torch.utils.data.Dataset
torchchem/models/data_utils.py:216
↓ 3 callersClassScaleNorm
ScaleNorm
torchchem/models/transformer.py:184
↓ 2 callersClassElemNet
contrib/ElemNet/model.py:6
↓ 2 callersClassMolDQN
contrib/MolDQN/dqn.py:6
↓ 1 callersClassAgent
contrib/MolDQN/agent.py:47
↓ 1 callersClassEdge
Describes an attributed edge in an undirected graph
torchchem/feat/neural_fp.py:331
↓ 1 callersClassEdgeFeaturesLayer
torchchem/models/transformer.py:242
↓ 1 callersClassEmbeddings
torchchem/models/transformer.py:447
↓ 1 callersClassEncoder
Core encoder is a stack of N layers
torchchem/models/transformer.py:154
↓ 1 callersClassEncoderLayer
Encoder is made up of self-attn and feed forward (defined below)
torchchem/models/transformer.py:218
↓ 1 callersClassGenerator
Define standard linear + softmax generation step.
torchchem/models/transformer.py:89
↓ 1 callersClassGraph
Describes an undirected graph class
torchchem/feat/neural_fp.py:23
↓ 1 callersClassGraphTransformer
torchchem/models/transformer.py:67
↓ 1 callersClassMolDatum
Class that represents a train/validation/test datum - self.label: 0 neg, 1 pos -1 missing for different target.
torchchem/models/data_utils.py:189
↓ 1 callersClassMultiHeadedAttention
torchchem/models/transformer.py:308
↓ 1 callersClassMultitaskClassification
torchchem/models/multitask_classification.py:11
↓ 1 callersClassMultitaskRegression
torchchem/models/multitask_regression.py:10
↓ 1 callersClassNode
Describes an attributed node in an undirected graph
torchchem/feat/neural_fp.py:315
↓ 1 callersClassPositionwiseFeedForward
Implements FFN equation.
torchchem/models/transformer.py:407
↓ 1 callersClassQEDRewardMolecule
The molecule whose reward is the QED.
contrib/MolDQN/agent.py:16
↓ 1 callersClassResult
A namedtuple defines the result of a step for the molecule class. The namedtuple contains the following fields: state: Chem.RWMol. The mole
contrib/MolDQN/environment.py:39
↓ 1 callersClassSublayerConnection
A residual connection followed by a layer norm. Note for code simplicity the norm is first as opposed to last.
torchchem/models/transformer.py:198
↓ 1 callersClassWeightedBCEWithLogits
torchchem/models/graphconv.py:538
ClassGraphConvolutionModel
torchchem/models/graphconv.py:621
ClassGraphConvolutionNet
torchchem/models/graphconv.py:552
ClassModel
Abstract base class for different ML models.
torchchem/models/model.py:13
ClassMolecule
Defines the Markov decision process of generating a molecule.
contrib/MolDQN/environment.py:310
ClassMultitaskModel
torchchem/models/model.py:131
ClassPositionGenerator
Define standard linear + softmax generation step.
torchchem/models/transformer.py:131
ClassTestMAT
torchchem/models/tests/test_mat.py:8
ClassTestMultitaskClassification
torchchem/models/tests/test_multitask.py:6
ClassTestNeuralFp
torchchem/feat/tests/test_neural_fp.py:10