Skripsi
DETEKSI SERANGAN TROJAN METASPLOIT PADA ANDROID DENGAN METODE SUPPORT VECTOR MACHINE (SVM)
Support Vector Machine (SVM) is a machine learning algorithm that falls into the category of supervised learning. SVM works by constructing an optimal hyperplane that separates two classes in a feature space. This hyperplane is chosen in such a way that it has a maximum margin, which is the largest distance between data points from both classes. In addition to the hyperplane, hyperparameters are also one of the things that need to be considered in this method. The dataset comes from the COMNETS research experiment. Support Vector Machine successfully classifies malware and benign network traffic. With model evaluation using the Confusion Matrix and hyperparameter optimization using the Gridsearch CV method, the model is able to provide good detection performance by obtaining an accuracy of 89.37%.