资源列表
[数学计算/工程计算] JavaMatrix
说明:该程序包实现了矩阵运算的各种功能,用java实现的-The package implements the various functions of matrix operations, using Java implementation<cxl> 在 2025-01-25 上传 | 大小:404kb | 下载:0
[matlab例程] matlab-examples
说明:帮助初学者学习matlab的90个学习实例-90 learning examples to help beginners learn matlab<baixue> 在 2025-01-25 上传 | 大小:52kb | 下载:0
[matlab例程] sample_mhmm
说明:基于隐马尔可夫模型的样本产生程序,从而实现参数的确定。-Based on hidden markov model of the sample program,So as to realize the determination of parameters<张雷> 在 2025-01-25 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] Differential-Evolution
说明:通过应用差分进化算法求解一个例子,简单的展示了差分进化算法的使用。-Through the application of differential evolution algorithm for solving an example shows the simple use of the differential evolution algorithm.<sqy> 在 2025-01-25 上传 | 大小:4kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, hor<高君> 在 2025-01-25 上传 | 大小:73kb | 下载:0
[人工智能/神经网络/遗传算法] PSO
说明:此源文件是使用matlab实现粒子群算法,也是进行寻优操作。-This source file matlab particle swarm algorithm, but also for optimizing the operation.<sqy> 在 2025-01-25 上传 | 大小:8kb | 下载:0
[人工智能/神经网络/遗传算法] backprop
说明:BP神经网络算法实现 批量处理的BP算法,隐层数为1 Z为特征向量组成的矩阵,n*m维,一行为一个样本 labZ为数据的类别,n*1维,每行对应样本的类别 M为隐层节点个数,T为迭代次数上限, epsilon为用于判断收敛的误差值,eta为学习率 W1为输入到隐层的权重,M*m维,B1为偏差,也就是乘以1的那个权重,M*1维 W2为隐层到输出的权重,c*M维,B2意义同B1,c*1维<裴唯一> 在 2025-01-25 上传 | 大小:1kb | 下载:0