Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.84 KB

File metadata and controls

59 lines (40 loc) · 2.84 KB

The goal of this project is to provide neural network architectures for traffic classification and their pre-trained weights.

The package provides two network architectures, 30pktTCNET and Multi-modal CESNET v2, both visualized in the following pictures. See the getting started page and models reference for more information.

🐸 🐸 See a related project CESNET DataZoo providing large TLS and QUIC traffic datasets. 🐸 🐸

📓 📓 Example Jupyter notebooks are included in a separate Traffic Classification Examples repository. 📓 📓

🚀 🚀 Transfer Learning Codebase for reproducing experiments from our paper — covering ten downstream traffic classification tasks with three transfer approaches (k-NN, linear probing, and full model fine-tuning). 🚀 🚀

30pktTCNET

Multi-modal CESNET v2

Installation

Install the package from pip with:

pip install cesnet-models

or for editable install with:

pip install -e git+https://github.com/CESNET/cesnet-models

Papers

Models from the following papers are included: