资源列表
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维 estored为MLP的均方误差,每行是一次的误差
WRF_MANUAL_V2.2
- 学习WRF模式的必备书籍,简单易懂。是初学者的红宝石书籍,包括WRF模式的介绍安装以及运行流程。-Essential books, learn WRF model is simple and easy to understand. Beginners ruby books, including the introduction of the WRF model installation, and running processes.
linearfunc
- 模式识别中两种常用的线性判别函数方法。fisher函数,和MSE。train.txt是训练集。-Pattern recognition of two commonly used linear discriminant function method. fisher function, and MSE. train.txt is the training set.
bayes2
- 最小风险贝叶斯决策 模式识别 贝叶斯分类器设计-Minimum risk Bayesian decision pattern recognition Bayesian classifier design
fisher
- 基于Fisher准则线性分类器设计 模式识别 最佳线性分界面 Lagrande乘子求解-Solving the Lagrande multiplier based on the the Fisher criterion linear classifier design patterns to identify the best linear interface
J_linkage
- 关于J-linkage的实现,初次写,发上来收集点高手点拨-About J-linkage to achieve the initial write, made up collection points master coaching
BP
- BP神经网络算法的改进在matlab中的实现-Improvements of the BP neural network algorithm implemented in matlab
TSP_matlab
- 用蚁群算法解决TSP问题的一个完整的可以运行的并可以产生良好结果的matlab程序-A complete bunch algorithm to solve TSP problem running matlab program can produce good results
ORCA
- 本文件包含了数据挖掘中基于距离的ORCA算法的源程序代码。-This document contains the ORCA algorithm based on the distance of the source code in the data mining.
Mass_1.1.0
- 本文件包含了数据挖掘中基于质量算法的源程序代码。-This file contains the source code quality algorithm-based data mining.
GA
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,-The genetic algorithm (Genetic Algorithm) is a simulation of natural selection and genetics of Darwin' s theory of biological evolution mechanism of the computational
ga
- 遗传算法基本程序,用于工程优化(数值优化,组合优化,多目标优化,智能控制)-Genetic Algorithms
