OGB/ogbg-molhiv
Viewer β’ Updated β’ 41.1k β’ 285 β’ 4
By Llewellyn Systems Inc | Part of the ODE Science platform
MLP-based molecular property predictor trained on OGB ogbg-molhiv dataset. Predicts HIV activity from molecular graph statistics.
Linear(30, 256) β ReLU β BN β Dropout(0.3)
Linear(256, 128) β ReLU β BN β Dropout(0.2)
Linear(128, 64) β ReLU
Linear(64, 1) β Sigmoid
import torch
model = MolPredictor(30)
model.load_state_dict(torch.load("mol_predictor_best.pt"))
model.eval()
ODE Science is an AI-powered scientific research platform by Llewellyn Systems Inc, featuring molecular modeling, protein analysis, medical imaging, and quantum computing capabilities.