资源列表
[人工智能/神经网络/遗传算法] mat
说明:对iris数据集分类 采用bp网络 利用交叉验证优化参数-Classification of the iris data set bp network use of cross-validation optimization parameters<李强> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] k_means
说明:K-means算法C语言程序,K-means算法C语言程序-The C program of K-means<Sam> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] HOPFIELD
说明:HOPFIELD神经网络C语言程序,HOPFIELD神经网络C语言程序-The C program of HOPFIELD<Sam> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] svm
说明:SVM神经网络的数据分类预测,预测葡萄酒种类识别-SVM neural network data classification predictions about wine types of identification<suua> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] tsp
说明:一个演示如何使用TSP测试库的matlab程序,参数设置在主程序tsptest.m中,然后调用函数文件InitTSPSimAn.m-A demonstration of how to use the the TSP test library matlab procedures, parameters are set in the main program tsptest.m, then call the function file In<AdamXiao> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] GAU
说明:基于matlab的双层规划遗传算法源代码,应用效果良好,请使用-Matlab the bilevel programming genetic algorithm source code, with good results, use<赵学彧> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] AS
说明:蚁群算法解决TSP问题,34个城市寻找最短路径-Ant colony algorithm to solve TSP 34 cities to find the shortest path<xinxiaomeng> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] Hidden-Markov-algorithm
说明:隐马尔可夫算法的实现,其中包括前向算法,后向算法,Viterbi算法,Baum-Welch算法-Hidden Markov algorithm, including backward algorithm, Viterbi algorithm, Baum-Welch algorithm to the algorithm,<jjy> 在 2024-11-15 上传 | 大小:2kb | 下载:1
[人工智能/神经网络/遗传算法] tree-algorithm
说明:基于ID3理论的二叉树决策树算法的C++实现-Implemented decision tree algorithm, based on the the ID3 theory of binary tree C++<jjy> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] AStar-python
说明:python 实现的Astar 算法 。 -the python implementation Astar algorithm.<付翔> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] BP
说明:BP神经网络是一个前向网络,它利用误差反向传播算法对网络进行训练,结构简单,可塑性强。本例选择3层BP神经网络(隐层为1层)来逼近函数,单输入单输出,隐层包含7个神经元,预设精度为0.1,学习率设为0.1,循环次数为5000次,达到循环次数,或结果达到预设精度要求,结束计算。激活函数选择双曲函数,采用梯度下降法,通过神经元的输入和误差,以及权值的学习速率来计算权值的变化率。将输入提供给网络后,神经元的激活值从输入层经各中间层向输出层传播<张鹏> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] twodimapproximationbp
说明: 单输出函数Y=SIN(X)逼近问题的bp程序:假设网络结构为3--2--1,输入维数M,共N个样本,一般输入不算层,输出算层- 激活函数: hardlim---(0,1),hardlims---(-1,1),purelin,logsig---(0,1),tansig----(-1,1) softmax,poslin,radbas,satlin,satlins,tribas 训练算法: 1.traing<刘老师> 在 2024-11-15 上传 | 大小:2kb | 下载:0