orion-orion/AIFlow
🎈 2020年中国高校计算机大赛(C4)-网络技术挑战赛EP2决赛赛项:基于CNN+LSTM时空神经网络的在线流量分类模型。
This project helps network and security operations teams understand what kind of traffic is flowing through their networks in real-time. It takes raw network traffic data, like URL packets, and classifies it into normal business, malware, or cyber-attack categories. Network security analysts or operations engineers can use this to quickly identify suspicious activity.
No commits in the last 6 months.
Use this if you need to automatically categorize network traffic to detect malware and cyber-attacks, and want to visualize these changes over time.
Not ideal if you are looking for a plug-and-play solution that doesn't require familiarity with machine learning training and evaluation workflows.
Stars
53
Forks
7
Language
Python
License
MIT
Last pushed
Feb 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/orion-orion/AIFlow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch