File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
1220This 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
You can’t perform that action at this time.
0 commit comments