资源列表
[人工智能/神经网络/遗传算法] BP
说明:BP神经网络训练以及检验,得到结果与设定值的误差,训练数据越多结果会越好。PS:为了获得更好的效果,请先用PCA或线性回归等方法对学习数据进行预处理。-BP neural network training and testing, the results obtained with the set value of the error, the more training data results will be better. PS:<徐馨珂> 在 2025-02-03 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] DMC
说明:动态矩阵预测控制(DMC)示例。使用matlab中的MPC工具箱,包含无约束和有约束的情况。-Dynamic Matrix Control (DMC) examples. The MPC using matlab toolbox contains unconstrained and constrained situation.<徐馨珂> 在 2025-02-03 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] mafia0
说明:mafia 工具。挖掘频繁项集,最大频繁项集,闭合项集-mafia,frequent item,closed frequent item,max frequent item<温勇> 在 2025-02-03 上传 | 大小:21.27mb | 下载:0
[人工智能/神经网络/遗传算法] TSPant
说明:这是蚁群算法求解旅行商问题,里面有调用函数和主函数-ant TSP<laiweibing> 在 2025-02-03 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] TSP(SA)
说明:旅行商问题 用模拟退火算法求解游历中国各省会最短路-tsp china province sa<laiweibing> 在 2025-02-03 上传 | 大小:1.24mb | 下载:0
[人工智能/神经网络/遗传算法] TSP(GA)
说明:用遗传算法求解旅行商问题--游历中国各省会城市最短路-ga china province Tsp<laiweibing> 在 2025-02-03 上传 | 大小:1.15mb | 下载:0
[人工智能/神经网络/遗传算法] AII
说明:fUZZY SET FOR GENETIC ALGORITHM<riduvarshini> 在 2025-02-03 上传 | 大小:62kb | 下载:0
[人工智能/神经网络/遗传算法] Machine-Learning-exercises_finished
说明:andrew NG上的课程machine learning 的习题解答,这些习题对于机器学习入门还是非常有帮助的,值得学习。-This my answer to the programming exercises of Machine Learning by Andrew NG,this files are very useful to the people who want to study with Machine Learning<kevin> 在 2025-02-03 上传 | 大小:28.05mb | 下载:0
[人工智能/神经网络/遗传算法] BPnet
说明:此例是利用BP神经网络学习三位二进制代码的识别功能,例如当学习完后输入101,判断出结果为5,输入010判断结果为2,参看测试结果截图。-This case is the use of BP neural network learning three binary code recognition, for example, when after learning input 101, to determine the result o<sj> 在 2025-02-03 上传 | 大小:41kb | 下载:0
[人工智能/神经网络/遗传算法] zhuangxiang
说明:用免疫遗传算法解决装箱问题 只考虑体积和质量-With immune genetic algorithm to solve the problem only consider packing volume and mass<qiangge> 在 2025-02-03 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] GA
说明:遗传算法 人工智能最经典也是最基本的方法之一 并给出非线性优化实例-Genetic Algorithms Artificial Intelligence most classic and most basic methods and gives examples of nonlinear optimization<小小> 在 2025-02-03 上传 | 大小:8kb | 下载:0
[人工智能/神经网络/遗传算法] kmeans1
说明: K-means算法,算法步骤如下: Step1.利用式(2)计算距离矩阵D=(),其中=dist[i, j] (); Step2.扫描坐标距离矩阵D,寻找距离的最大值和最小值,用式(3)计算limit; Step3.扫描坐标距离矩阵D,寻找矩阵中距离最小的2个数据a,b,将数据a,b加入集合,={a,b},同时将数据a,b从U中删除,更新距离矩阵D; Step4.利用 (4)式在U中寻找距离集合最近的数据样本t,如果<ming> 在 2025-02-03 上传 | 大小:125kb | 下载:0