Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imfaisalmalik authored Aug 13, 2021
1 parent bdc55c9 commit ddb9d2d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# csv2Image
Code Snippet used to convert CSV dataset into Images in IEEE Published Article: IoT DoS and DDoS Attack Detection using ResNet
Code Snippet used to convert CSV dataset into Images as proposed in IEEE Published Article: IoT DoS and DDoS Attack Detection using ResNet

# IoT DoS and DDoS Attack Detection using ResNet

**Paper:** IoT DoS and DDoS Attack Detection using ResNet

**Authors:** *Faisal Hussain, Syed Ghazanfar Abbas, Muhammad Husnain, Ubaid U. Fayyaz, Farrukh Shahzad, Ghalib A.Shah*

**Publisher:** IEEE

**Online at:** https://ieeexplore.ieee.org/abstract/document/9318216/

**BibTex:**

```
@inproceedings{hussain2020iot,
title={IoT DoS and DDoS Attack Detection using ResNet},
author={Hussain, Faisal and Abbas, Syed Ghazanfar and Husnain, Muhammad and Fayyaz, Ubaid U and Shahzad, Farrukh and Shah, Ghalib A},
booktitle={2020 IEEE 23rd International Multitopic Conference (INMIC)},
pages={1--6},
year={2020},
organization={IEEE}
}
```
---
Run the script: `'csv2image.py'` to convert CSV dataset into Images as proposed in IEEE Published Article: IoT DoS and DDoS Attack Detection using ResNet.

0 comments on commit ddb9d2d

Please sign in to comment.