Skip to content
@Lab-CA-SS26

Lab Computational Analytics

Lab Computational Analytics: Open-Source Graph Software Engineering

Lab Computational Analytics

This repository contains the code and resources for the Lab Computational Analytics course.

Course Overview

The Lab Computational Analytics course offers a research-oriented environment focused on the design, implementation, analysis, and improvement of advanced graph algorithms using the Julia programming language. The problems will be addressed both with algorithmic and machine learning approaches. The proposed projects are:

  • Graph isomorphism: Weisfeiler-Lehman algorithm and Graph Isomorphism Network (GIN).
  • Graph similarity: Graph Edit Distance via Integer Linear Programming (ILP) and Graph Edit Distance Graph Neural Network (GED-GNN).
  • Graoh matching (or network alignment): Path algorithm via Quadratic Assignment Problem (QAP) and Sequential GNNs.
  • Node importance: Betweenness Centrality approximation via KADABRA algorithm and BRAVA-GNN.

Lab Folder Structure

  • Lab-CA-SS26-resources: you will find all the resources related to the course, including introducion to the Julia programming language, git, and the reference papers for the proposed projects.

  • The Lab-CA-SS26-graph-isomorphism, Lab-CA-SS26-graph-similarity, and Lab-CA-SS26-node-importance folders will contain the code specific to each project.

Infos

Logo
  • Module: MA-INF 1221
  • Semester: SS26
  • Lecturer: Dr. Aurora Rossi, Laura Bülte, Prof. Dr. Petra Mutzel
  • CP: 9

Popular repositories Loading

  1. Lab-CA-SS26-resources Lab-CA-SS26-resources Public

    Resources for the Lab Computational Analytics

    Jupyter Notebook

  2. Lab-CA-SS26-graph-similarity Lab-CA-SS26-graph-similarity Public

    Graph similarity with Graph Edit Distance

  3. Lab-CA-SS26-graph-isomorphism Lab-CA-SS26-graph-isomorphism Public

    Graph isomorphism with Weisfeiler-Lehman

  4. Lab-CA-SS26-node-importance Lab-CA-SS26-node-importance Public

    Nide importance with Betweenness centrality

  5. .github .github Public

  6. Lab-CA-SS26-graph-matching Lab-CA-SS26-graph-matching Public

    Graph matching problem via quadratic assignment problem

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…