资源列表
[人工智能/神经网络/遗传算法] 遗传算法工具箱
说明: 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序-how to use genetic algorithm toolbox function optimization prepared to solve practical problems MATLAB<> 在 2025-05-06 上传 | 大小:104kb | 下载:0
[matlab例程] 实验6-牛顿法解方程
说明:在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.<葛林> 在 2025-05-06 上传 | 大小:54kb | 下载:0
[人工智能/神经网络/遗传算法] libsvm-2.33
说明:LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.<> 在 2025-05-06 上传 | 大小:333kb | 下载:0
[人工智能/神经网络/遗传算法] 朴素贝叶斯
说明:调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predi<> 在 2025-05-06 上传 | 大小:2kb | 下载:0