# An adjacency matrix is a way to represent a graph as a matrix of booleans (or integers). # The graph here has 5 nodes (numbered 0 to 4) and edges defined by the edges list. # Example edges: (0, 1) ...
This repository contains code and resources for predicting boiling points of small organic molecules using various molecular descriptors and machine learning models. A descriptor based on powers of ...