Skip to content

The main goal of this project was to design a Machine Learning model that would predict the chromatic number of a graph.

Notifications You must be signed in to change notification settings

fergascod/Graph-Kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Kernels

The main goal of this project was to design a Machine Learning model that would predict the chromatic number of a graph. We generated a dataset of graphs using several methods: Erdös-Rényi, Watts-Strogatz and Barabási-Albert. We used the igraph Python library to generate the graphs and the grinpy library to get the exact calculation of the chromatic number. File data_gen.py contains the full generation of the dataset and a sample of the final dataset can be found in directory data. The ML methods we implemented can be found in file colors.Rmd.

The full results of the project and the methods used can be found in the file Report.pdf.

Authors: Marc Gàllego, Fernando Gastón, Aleix Seguí

About

The main goal of this project was to design a Machine Learning model that would predict the chromatic number of a graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages