• Stars
    star
    158
  • Rank 235,816 (Top 5 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

使用卷积神经网络进行网络入侵检测,正确率可达99.5%

IDS-CNN(使用卷积神经网络进行网络入侵检测)

handle2.py为数据预处理代码

main.py为一层全连接层处理kddcup.data_10_percent_corrected_handled2.cvs数据代码

cnn_mian.py为卷积神经网络处理kddcup.data.corrected_handled2.cvs数据的代码

以上两个数据集由文件夹中两个.gz文件解压得到

multi_logs文件夹记录了训练过程中TensorFlow中张量的变化及模型准确率和loss的变化日志(tensorbord)