资源列表
Algorithm-ConlaExeAns
- 算法竞赛入门经典完整版的课后习题答案,目前最完整的一版了,配合算法竞赛入门经典来用会更好,本书用c语言实现-The algorithm contest entry classic full version Homework answers the most complete version to use will be better with the the algorithm contest entry classic book c language
Differential-Evolution
- 通过应用差分进化算法求解一个例子,简单的展示了差分进化算法的使用。-Through the application of differential evolution algorithm for solving an example shows the simple use of the differential evolution algorithm.
PSO
- 此源文件是使用matlab实现粒子群算法,也是进行寻优操作。-This source file matlab particle swarm algorithm, but also for optimizing the operation.
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
DeepLearnToolbox-master
- 深度学习(Deep learning)matlab工具包-`NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-
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
