Solving Maximum Weighted Matching problem using Graph Neural Networks
Master thesis
View/ Open
Date
2024-06-03Metadata
Show full item recordCollections
- Master theses [220]
Abstract
In this work we train a graph neural network model to solve the Maximum WeightedMatching problem on graphs using supervised learning. Unfortunately, the final resultswere below the set expectations. The model seemed to be slightly worse than a standardgreedy algorithm, mainly because the greedy algorithm on average performed very wellcompared to the optimal solution. However, the neural network did show potential atsolving the problem for more narrow graph datasets and graphs that were particularlydifficult for the greedy algorithm. The results do not imply that graph neural networksin general cannot beat greedy algorithms, but rather suggest that different approaches orfurther improvement are needed.