Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
orion-orion committed Feb 19, 2023
1 parent 95f4d32 commit 0b707a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
</div>

## 1 简介
本项目为2020年[中国高校计算机大赛(C4)-网络技术挑战赛](http://net.c4best.cn/)EP2决赛赛项,题目为构建一个在线流量识分析与识别系统,能够实时识别出网络上的正常业务流量、恶意软件流量和网络攻击流量,并对各种流量随时序的变化进行进行可视化展示,我们采用**CNN+LSTM时空神经网络**,其中CNN对流量空间特征进行提取,LSTM对流量时序特征进行提取,从而完成不同种类流量分类功能。我们将思博伦官方给出的流量pcap包解析为流量的URL进行训练, 最终在官方给出的测试流量包上达到 **93.5%** 的准确率。
[AIFlow](https://github.com/orion-orion/CNN-LSTM-Flow-Analysis)为2020年[中国高校计算机大赛(C4)-网络技术挑战赛](http://net.c4best.cn/)EP2决赛赛项,题目为构建一个在线流量识分析与识别系统,能够实时识别出网络上的正常业务流量、恶意软件流量和网络攻击流量,并对各种流量随时序的变化进行进行可视化展示,我们采用**CNN+LSTM时空神经网络**,其中CNN对流量空间特征进行提取,LSTM对流量时序特征进行提取,从而完成不同种类流量分类功能。我们将思博伦官方给出的流量pcap包解析为流量的URL进行训练, 最终在官方给出的测试流量包上达到 **93.5%** 的准确率。

<p align="center">
<img src="pic/model_framework.png" width="400" height="400">
<img src="pic/model_framework.png" width="500" height="475">
</p>

## 2 环境依赖
Expand Down

0 comments on commit 0b707a5

Please sign in to comment.