资源列表
[人工智能/神经网络/遗传算法] svm_light6.02.tar
说明:最新的SVM源码,用于数据分类或回归,效果优于神经网络。C的源代码,请尽量在Linux或者Unix下编译。-Source code of SVM in C. SVMlight is an implementation of Support Vector Machines. It solves classification ,regression problems and ranking problems.Please compile i<wang> 在 2024-11-08 上传 | 大小:50kb | 下载:0
[人工智能/神经网络/遗传算法] eight_queues_prolems
说明:这个程序是一个有关八皇后问题。程序主要用于实现和演示8皇后问题。-This program is an eight-queens problem on. Program is mainly used to achieve and demonstrate eight queens problem.<sodu> 在 2024-11-08 上传 | 大小:1.63mb | 下载:0
[人工智能/神经网络/遗传算法] aaddforpd
说明:模糊遗传算法的一个函数,利用遗传算法来优化模糊隶属函数-fuzzy-GA<lak> 在 2024-11-08 上传 | 大小:1kb | 下载:1
[人工智能/神经网络/遗传算法] GAS
说明:用遗传算法解决一维下料问题,返回总用料以及下料方式。-solve the problem of CSP<Angel> 在 2024-11-08 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] vb_bp
说明:基于VB开发的BP神经网络源程序 -Based on the VB source code developed by BP neural network<峒晓> 在 2024-11-08 上传 | 大小:60kb | 下载:0
[人工智能/神经网络/遗传算法] GAbp
说明:一、用GA直接训练BP网络的权重算法 主程序:gafault.m 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 三、纯BP 主程序:(1)bpfault.m 在MATLAB5.2上 (2)bpfault.m 在MATLAB6.5上 为后来所加 -1, with GA directly trained BP network algorithm for the we<峒晓> 在 2024-11-08 上传 | 大小:49kb | 下载:0
[人工智能/神经网络/遗传算法] [matlab]
说明:MATLAB7[1].1的关于遗传算法的所有源程序祥解[matlab].rar-MATLAB7 [1] .1 on genetic algorithms for all source Xiangjie [matlab]. Rar<峒晓> 在 2024-11-08 上传 | 大小:111kb | 下载:0
[人工智能/神经网络/遗传算法] paes
说明:多目标遗传算法PESA程序的selection程序,网上没有PESA的完整程序,这个也是好不容易找到的。效果据说强于NSGA和SPE。-the selection function of PESA. It is said in some literature that the resutlts are good than NSGA and SPEA<wang> 在 2024-11-08 上传 | 大小:7kb | 下载:0
[人工智能/神经网络/遗传算法] leida43
说明:一般关于小波神经网络在雷达信号处理中应用的论文-Communieation and InformationSystems<胡欣> 在 2024-11-08 上传 | 大小:3.36mb | 下载:0
[人工智能/神经网络/遗传算法] shuiwenNeuralNetwork
说明:神经网络预测水文年。使用标准BP网络、L-M算法、径向基数(RBF)网络算法,分别对水文年尽心预测和对比-Neural network hydrological year. Using the standard BP network, LM algorithm, radial base (RBF) network algorithm, respectively, years of dedication to the hydrologic<serenesunny> 在 2024-11-08 上传 | 大小:140kb | 下载:0
[人工智能/神经网络/遗传算法] GA_TRAIN_BP
说明:遗传优化BP神经网络程序,GA训练BP。VC程序-GA train BP in VC6.0,it could improve accurate.<朱斌> 在 2024-11-08 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] include
说明:用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交<yuxin> 在 2024-11-08 上传 | 大小:3kb | 下载:0