ibm-research/materials.pos-egnn
https://huggingface.co/ibm-research/materials.pos-egnn# Position-based Equivariant Graph Neural Network (pos-egnn) This repository contains PyTorch model for loading and performing inference using the pos-egnn, a foundation model for Chemistry and Materials.
Sourced from
- HuggingFace — ibm-research/materials.pos-egnn
Related resources
himasai9712/smiles2odor-pom-gnn
by himasai9712Predict olfactory descriptors from SMILES strings. A GINE-based graph neural network trained on the Leffingwell PMP dataset, reproducing the Principal Odor Map (POM) approach.
ChemFIE-SA is a BERT-like sequence classifier for predicting synthesis accessibility given a SELFIES string of a compound, fine-tuned from gbyuvd/chemselfies-base-bertmlm on DeepSA's expanded dataset from Wang et al. 2023.
Hari5115/molecular-odor-predictor
by Hari5115A PyTorch MLP that predicts odor descriptors from a molecule's SMILES string using Morgan (ECFP4) fingerprints. Given any molecule, the model outputs a smell profile across 50 odor categories.
ibm-research/trajcast.models-arxiv2025
by ibm-researchThis repository comprises a collection of TrajCast models, a framework for forecasting molecular dynamics (MD) trajectories using autoregressive equivariant message-passing networks. Provided with a starting configuration comprising information about atom types, atomic positions, and velocities,…
Deep learning for chemistry and materials science remains a novel field with lots of potiential. However, the popularity of transfer learning based methods in areas such as NLP and computer vision have not yet been effectively developed in computational chemistry + machine learning.
Keylab/COMO
by KeylabCOMO (Closed-loop Optical Molecule recOgnition) is a deep learning framework for Optical Chemical Structure Recognition (OCSR). It recognizes chemical structure diagrams from images and predicts SMILES strings with atom-level 2D coordinates and bond matrices.