Intrusion-Detection-System-using-Deep-Learning icon indicating copy to clipboard operation
Intrusion-Detection-System-using-Deep-Learning copied to clipboard

preparing the data set

Open utkarsh0902311047 opened this issue 4 years ago • 2 comments

After converting into .xml files, how will you convert it into 2-D so that it can be given as input for ML algorithm. I have never done this so please help. Thank you

utkarsh0902311047 avatar Jun 12 '21 02:06 utkarsh0902311047

same question

ssfffff556 avatar Apr 12 '23 08:04 ssfffff556

Hi

Unfortunately the tool (ISCX Flowmeter) that used to convert the dataset from .pcap to .xml is no longer available on GitHub and I am aware that newer datasets are available.

So I advise one of two things

  1. Try to find a flowmeter program made by someone else since the official one has been deprecated and upon successfully converting to xml. You have to stack only the the values in the some data here to create a 50x50 dummy image via NumPy

Example

Some data here Some data here 1 Some data here 2 etc

  1. I would recommend you utilise a recent dataset which would probably yield better results and the data pre-processing is not as grueling as the ISCX one.

I wish you the best.

On Wed, Apr 12, 2023, 10:58 ssfffff556 @.***> wrote:

same question

— Reply to this email directly, view it on GitHub https://github.com/tamimmirza/Intrusion-Detection-System-using-Deep-Learning/issues/9#issuecomment-1504911904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOQIHYHNMMF5NTX224PRPTXAZVEZANCNFSM46R2KNFQ . You are receiving this because you are subscribed to this thread.Message ID: <tamimmirza/Intrusion-Detection-System-using-Deep-Learning/issues/9/1504911904 @github.com>

tamimmirza avatar Apr 13 '23 14:04 tamimmirza