-
qpso
在网络异常检测中,为了提高对异常状态的检测率,降低对正常状态的误判率,本文提出一种基于量子粒子群优化算法训练小波神经网络进行网络异常检测的新方法。利用量子粒子群优化算法(QPSO)训练小波神经网络,将小波神经网络(WNN)中的参数组合作为优化算法中的一个粒子,在全局空间中搜索具有最优适应值的参数向量。( In order to improve the detection rate for anomaly state and reduce the false positive rate for normal state in the network anomaly detection, a novel method of network anomaly detection based on constructing wavelet neural network (WNN) using quantum-behaved particle swarm optimization (QPSO) algorithm was proposed. The WNN was trained by QPSO. )
- 2020-11-19 20:59:39下载
- 积分:1
-
PSO_proj
Particle swarm optimization ...
- 2012-08-26 02:19:04下载
- 积分:1
-
xxx
自己写的关于信号完整性的文章,拿出来与大家分享一下,适合初学者(Write your own articles on signal integrity, to share with everyone out, suitable for beginners)
- 2013-01-07 19:36:48下载
- 积分:1
-
half_power_method
自己编写的半功率带宽算法程序,可以用作参考,希望对大家有所帮助(I have written half-power bandwidth algorithm program can be used as a reference, we hope to help)
- 2021-04-12 17:38:57下载
- 积分:1
-
JA_IA_for_an_unstructured_Mesh
Finding JA IA for an unstructured Mesh
- 2014-11-26 15:50:51下载
- 积分:1
-
MATLAB__Dijkstra
常用的几个MATLAB算法源码,有Dijkstra、Floyd、Prim、Kruskal等。源码绝对可用。嘿嘿!(Several commonly used MATLAB algorithm source code, there Dijkstra, Floyd, Prim, Kruskal and so on. Source absolutely available. Hey!)
- 2014-12-29 11:09:00下载
- 积分:1
-
(源代码)14e0b69c-3519-4c4e-a18e-fc95418e98d3
matlab R2012a 超级学习手册随书源代码(Matlab R2012a Super Learning Manual with Book Source Code)
- 2020-06-24 22:40:01下载
- 积分:1
-
IEEE有关神经网络基于MATLAB的论文文献
说明: MATLAB simulink 径向基神经网络 前馈神经网络(Application and Comparison of BP Neural Network Algorithm in MATLAB)
- 2020-06-24 10:20:02下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
burg.
burg法估计AR(P)模型参数的算法。里面ef是前项误差bf是后项误差,mse是预测误差的均方值。程序的最后输出的是把各阶预测误差放在一个下三角距阵中(burg estimates the AR (p) model parameter algorithm. Ef is inside the former bf error is the latter error, mse is forecast error of the mean square value. Procedures for the final output stage is the prediction error on a triangular matrix under which)
- 2006-12-26 16:55:08下载
- 积分:1