tamimmirza / Intrusion-Detection-System-using-Deep-Learning

VGG-19 deep learning model trained using ISCX 2012 IDS Dataset
134 stars 56 forks source link

A question about Data_Extractin_Revised.py #8

Closed soccerwhy closed 4 years ago

soccerwhy commented 4 years ago

Hello,man: Best wishes from China!! When you transfer the dataset to .npy format on the Data_Extractin_Revised.py, only destinationPayloadASUTF can affect the result(normal or abnormal). I want to know the reason and why the Parameter actual is 7500. Could you give me an answer? Appreciate very much!!!

psychogyiokostas commented 4 years ago

That's a nice question! I would like to know as well please.

tamimmirza commented 4 years ago

Hello,man: Best wishes from China!! When you transfer the dataset to .npy format on the Data_Extractin_Revised.py, only destinationPayloadASUTF can affect the result(normal or abnormal). I want to know the reason and why the Parameter actual is 7500. Could you give me an answer? Appreciate very much!!!

It is because of the custom image format. They are set to 50x50x3 (50 height, 50 width, 3 dimensions).

Convolutional neural network require minimum image size of 48x48x3 as input data.