Skip to content

Commit 21b9068

Browse files
authored
Update README.md
1 parent 3f5b64a commit 21b9068

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# malware-detection-using-supervised-machine-learning-algorithm
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+
the dataset given here(url_feature.csv) contains for than 10,000 urls. if u want u can reduce the number for time consumption.
7+
8+
Algorithm used: 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
9+
10+
Linear Regression
11+
Logistic Regression
12+
Random Forest
13+
Gaussian Naïve-Bayes
14+
RESULTS:
15+
ALGORITHM -ACCURACY
16+
Linear Regression:- 93.04
17+
Logistic Regression:- 96.17
18+
Random Forest:- 82.20
19+
Naïve bayes:- 96.00

0 commit comments

Comments
 (0)