Graph Neural Networks for Molecular Property Prediction
Molecules as Graphs
Explain atom features (atomic number, degree, aromaticity, charge) and bond features (bond type, conjugated, ring). Convert SMILES to PyG Data object with node and edge feature matrices.
# Example: Install PyG
# pip install
[Description truncada. Veja o README completo no GitHub.]