This repository contains the recipe for predicting atomization energies of small molecules in QM7
dataset, using various machine learning algorithms and deep learning models, which are MLPs and GNNs.
Details about those algorithms and models can be found in the report.
To run the code, you first need to setup the repo by running at the root folder:
pip install -e .
Details about how to train and evaluate the models can be found in 2 folders:
Please check the report for more details.