munhouiani / Deep-Packet

Pytorch implementation of deep packet: a novel approach for encrypted traffic classification using deep learning
MIT License
183 stars 56 forks source link

Add the ResNet model #32

Closed k1m743hyun closed 1 year ago

k1m743hyun commented 1 year ago

I worked to add the ResNet model

munhouiani commented 1 year ago

Good work! Do you have any evaluation results?

k1m743hyun commented 1 year ago

I am running to train model and eval if it finished, I will share the results

k1m743hyun commented 1 year ago

This result is best but less than CNN model If this model is improved, the result will better than CNN model

[Hyper parameter] c1_output_dim=16 epoch=40 the other is default

KakaoTalk_Photo_2022-11-30-21-02-24

munhouiani commented 1 year ago

The result is not bad. I'll take time to review and merge.

munhouiani commented 1 year ago

Thanks!