# IDS-CNN **Repository Path**: hellozwj/IDS-CNN ## Basic Information - **Project Name**: IDS-CNN - **Description**: 使用卷积神经网络进行网络入侵检测,正确率可达99.5% - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-04-19 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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)