Skip to content

Commit fe75632

Browse files
authored
Update README.md
1 parent e7ad73c commit fe75632

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
* In this repository you will learn how to create your own dataset and will be able to see the use of machine learning models using the dataset.
88
* We will use machine learning for detect malware.
99

10+
11+
## Getting Started
12+
This pe information was extracted using pefile.
13+
14+
If you want to create your own dataset, check out ```Data_Set_Generator.ipynb```
15+
16+
or you can use ```data-set/MalwareDataSet.csv```
17+
1018
## Dataset
1119

1220
This dataset (MalwareDataSet.csv) contains a total of ```137,444 data```.
@@ -25,11 +33,6 @@ It has a total of 9 columns. The information of these columns is as follows:
2533
* legitimate
2634
```
2735

28-
This pe information was extracted using pefile.
29-
30-
If you want to create your own dataset, check out ```Data_Set_Generator.ipynb```
31-
32-
or you can use ```data-set/MalwareDataSet.csv```
3336

3437
## Classification
3538

0 commit comments

Comments
 (0)