-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdc55c9
commit ddb9d2d
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |