资源列表
[人工智能/神经网络/遗传算法] river
说明:三个强盗和三个商人过河的算法,简单的入门级别算法。适合刚接触算法初级编程人员。-Three bandits and three businessmen across the river of the algorithm, a simple entry-level algorithm.刚接触algorithm suitable for junior programmers.<徐婷婷> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] 55Puzzle
说明:用C语言解决的人工智能课程实验55迷题,代码风格简明,注释较好,供参考-Using C language of artificial intelligence to solve the puzzle of 55 experimental courses, concise style code, comments, good for reference<ylcode> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] SVM
说明:一种简单SVM的实现方法,可以运行也可以调用。-The realization of a simple SVM method can also be called to run.<changxin.gao> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] nnfpe
说明: This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,de<张镇> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] RagTry
说明:神经网络相关的代码,不知道有用否,试试看吧?-Neural network-related code, I do not know whether useful, give it a try, right?<linmomei> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] EAFSA
说明:改进的人工鱼群算法,优化后实现,可视化。-Improved artificial fish-swarm algorithm, optimized to achieve, visualization.<佳佳> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] SA
说明:改进模拟退火算法,应用并实现,希望对大家有所帮助。-Improved simulated annealing algorithm, the application and to achieve, I hope all of you to help.<佳佳> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] ACA
说明:蚁群算法代码,调试后已实现,希望与对此算法感兴趣的朋友共享-Ant colony algorithm code, debugging has been achieved, look forward to working with this algorithm are interested in sharing a friend<佳佳> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] ACA
说明:段海滨教授主编的《蚁群算法原理及其应用》附录里的C程序代码.-Professor Duan Haibin editor-in-chief of ant colony algorithm and its application in Appendix C in the program code.<罗子方> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] RGA_example_in_C
说明:RGA example in c. please study this code and enjoy it<havehuang> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] waveltNN
说明:matlab格式源代码。功能:小波神经网络算法及其在信号处理中的应用。-matlab source code format. Function: wavelet neural network algorithm and its application in signal processing applications.<magic> 在 2024-11-04 上传 | 大小:2048 | 下载:0
[人工智能/神经网络/遗传算法] bp
说明:#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输<xx> 在 2024-11-04 上传 | 大小:2048 | 下载:0