资源列表
[人工智能/神经网络/遗传算法] k-meas
说明:k近邻法分类iris数据。iris数据共分三类,每一类50个数据,这里把每一类前20个作为训练样本,后30个作为测试样本-k-nearest-neighbor classification iris data. iris data is divided into three categories, each category of data from 50, as the training samples in each category of the top 20 after 30 as th<张亚为> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] BP
说明:用C++实现了简单的BP神经网,具有一定的参考价值-With C++ achieve a simple BP neural network has a certain reference value<maolxu> 在 2025-06-03 上传 | 大小:2kb | 下载:0
[matlab例程] BASKParecendoQueAFaseMudouMais180Graus
说明:BASK parecendo que a fase mudou, mas na verdade originou-se de uma tensã o negativa.<Aleciano> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[matlab例程] pso
说明:免疫算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-Immune algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separated from the sub-module, easy to change<yang juntao> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[matlab例程] BP
说明:bp算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-bp algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separate sub-module, easy to change<yang juntao> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[matlab例程] GA
说明:GA算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-GA algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separate sub-module, easy to change<yang juntao> 在 2025-06-03 上传 | 大小:2kb | 下载:0
[matlab例程] RBF
说明:RBF算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-RBF algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separate sub-module, easy to change<yang juntao> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] mohukongzhiqi
说明:遗传算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-Genetic algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separate sub-module, easy to change<yang juntao> 在 2025-06-03 上传 | 大小:8kb | 下载:0
[数学计算/工程计算] series-sum
说明:数列求和(动态规划实现) 给定n个数字和一个范围[x,y],求从这n个数字中任意取出一些数字,使得它们的和在范围[x,y]中有多少种取法。 输入: 输入第一行为整数case,case<=10 表示有case组测试数据。 对于每一组测试数据,第一行为一个整数n (n<=30),第二行为n个整数a[i],第三行为两个整数x和y。其中,a[i]>=0,sum(a[i])<2^31,0<x,y<sum(a[i])< span="">。<陈曦> 在 2025-06-03 上传 | 大小:2kb | 下载:0