ict-net / NetGPT

Netgpt: Generative pretrained transformer for network traffic
5 stars 1 forks source link

How does traffic classification work? #1

Open 1sdv opened 1 month ago

1sdv commented 1 month ago

Hello, I have read your paper. Could you please show me how to actually perform the task "application classification (task 2)" you proposed?

lincgcg commented 1 week ago

Thank you for your interest in our work.

We have added an Outline section to the README. To quickly perform a specific traffic classification task (e.g., application classification), follow 3.2 Data Preprocessing for Traffic Understanding Tasks, and then 2.1 Fine-tuning NetGPT for Traffic Understanding Tasks in sequence.