- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 173字
- 2021-06-24 12:28:57
How it works...
We start by importing our dataset of PE header information from a collection of samples (step 1). This dataset consists of two classes of PE files: malware and benign. We then use plotly to create a nice-looking interactive 3D graph (step 1). We proceed to prepare our dataset for machine learning. Specifically, in step 2, we set X as the features and y as the classes of the dataset. Based on the fact that there are two classes, we aim to cluster the data into two groups that will match the sample classification. We utilize the K-means algorithm (step 3), about which you can find more information at: https://en.wikipedia.org/wiki/K-means_clustering. With a thoroughly trained clustering algorithm, we are ready to predict on the testing set. We apply our clustering algorithm to predict to which cluster each of the samples should belong (step 4). Observing our results in step 5, we see that clustering has captured a lot of the underlying information, as it was able to fit the data well.
- Microsoft Dynamics CRM Customization Essentials
- AutoCAD快速入門與工程制圖
- 工業機器人技術及應用
- Drupal 7 Multilingual Sites
- 7天精通Dreamweaver CS5網頁設計與制作
- Hands-On Machine Learning with TensorFlow.js
- 大數據安全與隱私保護
- 傳感器與物聯網技術
- 網中之我:何明升網絡社會論稿
- 空間機械臂建模、規劃與控制
- R Machine Learning Projects
- Hands-On Dashboard Development with QlikView
- Artificial Intelligence By Example
- Learning Linux Shell Scripting
- JRuby語言實戰技術