期刊文献+
共找到4篇文章
< 1 >
每页显示 20 50 100
Fine-Tuning Cyber Security Defenses: Evaluating Supervised Machine Learning Classifiers for Windows Malware Detection
1
作者 Islam Zada Mohammed Naif Alatawi +4 位作者 Syed Muhammad Saqlain Abdullah Alshahrani Adel Alshamran Kanwal Imran Hessa Alfraihi 《Computers, Materials & Continua》 SCIE EI 2024年第8期2917-2939,共23页
Malware attacks on Windows machines pose significant cybersecurity threats,necessitating effective detection and prevention mechanisms.Supervised machine learning classifiers have emerged as promising tools for malwar... Malware attacks on Windows machines pose significant cybersecurity threats,necessitating effective detection and prevention mechanisms.Supervised machine learning classifiers have emerged as promising tools for malware detection.However,there remains a need for comprehensive studies that compare the performance of different classifiers specifically for Windows malware detection.Addressing this gap can provide valuable insights for enhancing cybersecurity strategies.While numerous studies have explored malware detection using machine learning techniques,there is a lack of systematic comparison of supervised classifiers for Windows malware detection.Understanding the relative effectiveness of these classifiers can inform the selection of optimal detection methods and improve overall security measures.This study aims to bridge the research gap by conducting a comparative analysis of supervised machine learning classifiers for detecting malware on Windows systems.The objectives include Investigating the performance of various classifiers,such as Gaussian Naïve Bayes,K Nearest Neighbors(KNN),Stochastic Gradient Descent Classifier(SGDC),and Decision Tree,in detecting Windows malware.Evaluating the accuracy,efficiency,and suitability of each classifier for real-world malware detection scenarios.Identifying the strengths and limitations of different classifiers to provide insights for cybersecurity practitioners and researchers.Offering recommendations for selecting the most effective classifier for Windows malware detection based on empirical evidence.The study employs a structured methodology consisting of several phases:exploratory data analysis,data preprocessing,model training,and evaluation.Exploratory data analysis involves understanding the dataset’s characteristics and identifying preprocessing requirements.Data preprocessing includes cleaning,feature encoding,dimensionality reduction,and optimization to prepare the data for training.Model training utilizes various supervised classifiers,and their performance is evaluated using metrics such as accuracy,precision,recall,and F1 score.The study’s outcomes comprise a comparative analysis of supervised machine learning classifiers for Windows malware detection.Results reveal the effectiveness and efficiency of each classifier in detecting different types of malware.Additionally,insights into their strengths and limitations provide practical guidance for enhancing cybersecurity defenses.Overall,this research contributes to advancing malware detection techniques and bolstering the security posture of Windows systems against evolving cyber threats. 展开更多
关键词 Security and privacy challenges in the context of requirements engineering supervisedmachine learning malware detection windows systems comparative analysis gaussian naive bayes K Nearest Neighbors Stochastic Gradient Descent classifier Decision Tree
下载PDF
基于三对角矩阵的完全贝叶斯分类器研究 被引量:1
2
作者 冷翠平 王双成 杜瑞杰 《计算机应用研究》 CSCD 北大核心 2015年第3期740-742,747,共4页
针对连续属性朴素贝叶斯分类器不能有效利用属性之间的条件依赖信息、而对其进行依赖扩展中的高阶协方差矩阵的求逆和行列式运算又非常困难等问题,将三对角矩阵和多元高斯函数相结合,建立连续属性完全贝叶斯分类器,并在三对角矩阵中引... 针对连续属性朴素贝叶斯分类器不能有效利用属性之间的条件依赖信息、而对其进行依赖扩展中的高阶协方差矩阵的求逆和行列式运算又非常困难等问题,将三对角矩阵和多元高斯函数相结合,建立连续属性完全贝叶斯分类器,并在三对角矩阵中引入平滑参数,通过对平滑参数的调整来实现分类器的优化。使用UCI数据的实验结果显示,经过优化的连续属性完全贝叶斯分类器具有良好的分类准确性。 展开更多
关键词 朴素贝叶斯分类器 完全贝叶斯分类器 多元高斯函数 三对角矩阵 平滑参数
下载PDF
利用ELM-AE和迁移表征学习构建的目标跟踪系统 被引量:1
3
作者 杨政 邓赵红 +2 位作者 罗晓清 顾鑫 王士同 《计算机科学与探索》 CSCD 北大核心 2022年第7期1633-1648,共16页
在目标跟踪算法中,特征模型对图像特征的快速学习能力和对跟踪过程中目标特征变化的自适应能力一直是目标跟踪算法的主要研究方向之一。特别是对于基于图像块学习的判别式目标跟踪器而言,这两点已然成为影响跟踪器效率和鲁棒性的决定性... 在目标跟踪算法中,特征模型对图像特征的快速学习能力和对跟踪过程中目标特征变化的自适应能力一直是目标跟踪算法的主要研究方向之一。特别是对于基于图像块学习的判别式目标跟踪器而言,这两点已然成为影响跟踪器效率和鲁棒性的决定性因素。然而,现有的大多数同类算法在这两个能力上的性能并不能达到令人满意的效果。为了解决这一问题,提出了一种高效且鲁棒的特征模型。该特征模型首先利用基于极限学习机的自编码器(ELM-AE)对目标和背景图像块的复杂图像特征快速地进行随机特征映射,再利用迁移表征学习(TRL)的迁移学习能力提高随机特征空间的自适应性。将该特征模型命名为基于ELM自编码器和迁移表征学习的特征模型(TRL-ELM-AE)。与原复杂图像特征相比,通过该模型可以获得更加紧凑且具有表达能力的共享特征。从而使得分类器可以快速高效地学习和分类。此外,在目标跟踪过程中,目标与背景通常会随着时间不停地变化。虽然TRL的特征迁移能力已经可以很好地适应这一点,但是为了进一步提高跟踪器的鲁棒性,还采用了一种动态更新训练样本的策略。通过对OTB提出的11项目标跟踪挑战场景进行大量实验和分析,证明了所提的目标跟踪器较现有的目标跟踪器具有显著优势。 展开更多
关键词 极限学习机(ELM) 极限学习机自编码器(ELM-AE) 迁移表征学习(TRL) 特征自适应 高斯朴素贝叶斯分类器(gnbc) 目标跟踪
下载PDF
基于朴素贝叶斯与半朴素贝叶斯图像识别比较 被引量:2
4
作者 刘闯 《信息技术与网络安全》 2018年第12期44-47,共4页
将朴素贝叶斯分类器用于人体行为图像识别之中,利用高斯模糊、灰度化处理、二值化处理、直方统计函数等图像处理技术对图像数据进行约简、特征提取,然后使用朴素贝叶斯与半朴素贝叶斯对数据进行测试。利用KTH数据库做了两组对比实验,对... 将朴素贝叶斯分类器用于人体行为图像识别之中,利用高斯模糊、灰度化处理、二值化处理、直方统计函数等图像处理技术对图像数据进行约简、特征提取,然后使用朴素贝叶斯与半朴素贝叶斯对数据进行测试。利用KTH数据库做了两组对比实验,对朴素贝叶斯分类器和半朴素贝叶斯分类器的性能做了比较。实验结果表明,半朴素贝叶斯分类器比朴素贝叶斯分类器分类能力强,但与此同时,半朴素贝叶斯分类器计算所花费的时间比朴素贝叶斯分类器更多。 展开更多
关键词 朴素贝叶斯分类器 半朴素贝叶斯分类器 高斯模糊 二值化 特征提取
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部