krzysztofrusek / net2vec

This repository is a collection of machine learning models for computer networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

net2vec

This repository is a collection of machine learning models for computer networks. Currently, the following models are implemented:

  1. Message Passing- vanilla Graph Neural Network
  2. RouteNet - A new neural architecture designed for neural understanding of routing in the network.
  3. Routing by Backprop - Differentiable surrogate for Dijkstra algorithm.

Queuing theory baselines used in many of the papers refered here are developed in a seperate reposity queuinx

If you decide to apply the concepts presented or base on the provided code, please do refer our related paper

About

This repository is a collection of machine learning models for computer networks.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 90.5%Language:Python 9.3%Language:XSLT 0.2%Language:Makefile 0.1%