Skip to content

Commit e8715f2

Browse files
authored
Update README.md
1 parent d2b8b72 commit e8715f2

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# malware-detection-using-supervised-machine-learning-algorithm
1+
# malware-detection-using-supervised-machine-learning-algorith
2+
It is such a simple program to detect whether the given urls(u can give any number of urls in the program)is malicious or not.
3+
4+
before running this code.py file make sure that u have installed all the necessarry packages like pandas,numpy..
5+
6+
7+
the dataset given here(url_feature.csv) contains for than 10,000 urls. if u want u can reduce the number for time consumption.
8+
9+
10+
Algorithm used:
11+
All of URLs in the dataset are labeled. We use 5-fold method to train-test our systems. After selecting features, we used four machine learning algorithms. They are
12+
1. Linear Regression
13+
2. Logistic Regression
14+
3. Random Forest
15+
4. Gaussian Naïve-Bayes
16+
17+
RESULTS:
18+
ALGORITHM -ACCURACY
19+
Linear Regression 93.04
20+
Logistic Regression 96.17
21+
Random Forest 82.20
22+
Naïve bayes 96.00
23+

0 commit comments

Comments
 (0)