摘要: element-ui实现弹窗 需要的官网组件 要弹出的页面 <template> <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm"> <el-form- 阅读全文
posted @ 2022-06-07 23:04 岁 阅读(1958) 评论(0) 推荐(0)
摘要: warning in ./src/router/index.js WARNING Compiled with 46 warnings 18:23:38 warning in ./node_modules/_vue-router@4.0.15@vue-router/dist/vue-router.es 阅读全文
posted @ 2022-06-07 19:47 岁 阅读(2195) 评论(0) 推荐(0)
摘要: CFS-GA特征选择/特征提取 CFS 对于一个样本空间,构造一个二维矩阵A代表此样本空间,A中每行代表一条数据,每列代表一个特征 样本中的数据分为数个特征,其中$A_i$表示第$i$个特征,$a_{ij}$表示第i行第j列那条数据 计算特征$A_i$的熵 \(H(A_i)=-\sum\limits 阅读全文
posted @ 2021-11-11 16:50 岁 阅读(592) 评论(0) 推荐(0)
摘要: Intrusion Detection Using Convolutional Neural Networks for Representation Learning 2.2 实验数据的预处理 为了确定NSL-KDD数据与CNN的图像转换,我们设计了一种方法,将NSL-KDD数据格式转换为视觉图像类 阅读全文
posted @ 2021-11-04 14:40 岁 阅读(139) 评论(0) 推荐(0)
摘要: Nearest cluster-based intrusion detection through convolutional neural networks 技术要点 So, the primary innovation of this study is the definition of a n 阅读全文
posted @ 2021-11-04 10:56 岁 阅读(124) 评论(0) 推荐(0)
摘要: Machine Learning for NetFlow Anomaly Detection With Human-Readable Annotations 关键摘要 我们开发了一个复杂企业网络中的异常检测分析框架,既能提供与最先进的分类技术(如深度神经网络)相当的高精度,又能对决策逻辑进行人类可读 阅读全文
posted @ 2021-11-01 16:15 岁 阅读(69) 评论(0) 推荐(0)
摘要: Towards Network Anomaly Detection Using Graph Embedding 3、Graph Embedding Algorithm In this section, we introduce the first-order graph and second-ord 阅读全文
posted @ 2021-11-01 15:19 岁 阅读(123) 评论(0) 推荐(0)
摘要: E-GraphSAGE: A Graph Neural Network based Intrusion Detection System 介绍 总之,本文的主要贡献有两个: • 我们提出并实现了 E-GraphSAGE,它是 GraphSAGE 的扩展,它允许结合边缘特征/属性进行图表示学习。 这一 阅读全文
posted @ 2021-10-27 12:26 岁 阅读(927) 评论(1) 推荐(0)
摘要: 积分符号只有下限是表示该变量的空间范围 记作x~f(x) 贝叶斯公式 乘法公式 AB同时发生的概率是 A发生的概率 乘 在A条件下B发生的概率。 反之,也是 B发生的概率 乘 在B发生条件下A发生的概率。 三个球:红,红,蓝 ​ 1 , 2 ,1 摸到既是1又是红的球 的概率 全概率公式 可以理解为 阅读全文
posted @ 2021-08-18 10:11 岁 阅读(529) 评论(0) 推荐(0)
摘要: LDA主题模型python,MCMC采样,马氏链,蒙特卡罗,Gibbs采样,吉布斯采样 阅读全文
posted @ 2021-08-11 16:31 岁 阅读(3726) 评论(0) 推荐(0)