搜索资源列表
svm_toolbox
- 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和参数选择交叉验证函数等)。-SVM Toolbox, which contains MATLAB demo programs and some of the basic functions (Calculation Kernel function, SVM training function and parameter selection cross-validation functions,
improvedPSO.rar
- ------名称:带交叉因子的改进PSO算法 ------功能:求解多维无约束优化问题 ------特点:收敛性强,还可以加入变异算子,------ Name: with cross-factor function to improve the PSO algorithm ------: Solving multi-dimensional unconstrained optimization problem ------ characteristics: strong converge
SOA_program
- 仿光通信中半导体光放大器SOA的交叉增益调制,同时给出了NRZ信号的频谱图及时域图-simulate XGM in SOA and the graph of NRZ signal
gaot-7
- matlab遗传算法的详细求解源代码,包含所有的编码、交叉、变异算子-matlab genetic algorithm source code for a detailed solution
ambiguity_function
- 实现雷达模糊函数,为交叉式图钉式模糊函数-Radar ambiguity function, in order to cross-style pushpin Fuzzy Function
gamain1
- 遗传算法的matlab程序,改程序可以自定义种群大小,遗传概率,交叉概率。-GA
The-data-forecasting-based-on-GRNN
- 通过matlab编程,建立了基于广义神经网络的数据预测,并通过交叉验证进行网络的训练,取得了不错的预测效果-By matlab programming,we established the data forecasting based on generalized regression neural network, and we use corss-validation to train the network,which obtains better forecasting effect.
GA
- 遗传算法的matlab实现,编码,选择算子,交叉算子,变异算子等-Genetic algorithm matlab implementation, coding, selection operator, crossover operator, mutation operator and so on
classifier
- 用matlab实现Part1. 实现一个k近邻分类器,Part 2.实现一个最小二乘分类器,Part 3.实现一个支持向量机分类器,Part 4.在不同数据集上使用交叉验证选择各个算法的参数-Part1. Achieve a k-nearest neighbor classifier, Part 2. Achieve a least-squares classifier, Part 3. Implement a support vector machine classifier, Part 4.
PLSR-in-Matlab
- 本文章详细介绍了PLSR片最小二乘回归的原理,以及如何用matlab源代码实现PLSR建立回归模型,以及交叉检验,得到最优模型。-This article describes in detail the principle of least squares regression PLSR piece, and how to use matlab source code PLSR regression model, and cross-examination, the optimal model.
gatbx
- 遗传算法内置matlab程序,含有选择,交叉,选择等。-genetic algorithm ,based on the matlab,incluing the selection cross and mutation.
SVM交叉验证
- 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和惩罚参数参数选择交叉验证函数等)。
mgasa
- 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
knn-softsvm
- knn,最小二乘,softsvm分类器的matlab实现,以及简单的交叉验证等-knn, least squares, soft svm classifier matlab implementation, and simple cross-validation, etc.
交叉相关性Q检验
- 交叉相关性q检验,用于检验两序列的相关性,可用matlab实现(Cross-correlation q test, used to test the relevance of the two sequences can be achieved using matlab)
交叉验证
- 输入一组数据,从从中随机把样本分为测试数据与验证数据(Random selection of samples from cross validation in a set of access data)
交叉熵优化高斯混合模型
- matlab最大似然优化与交叉熵(CE)多高斯混合估计算法的应用(Maximum Likelihood Optimization and Cross Entropy (CE) Multi - Gaussian Mixture Estimation Algorithm)
matlab
- 对于一个具体的数据,用交叉验证进行分类,随机森林进行训练,用AUC,AUPR,Precision评价分类器的性能(For a specific data, use cross validation to classify, train random forests, evaluate the performance of the classifier with AUC, AUPR, and Precision.)
crossval
- matlab偏最小二乘算法中交叉有效性准则的调用函数(Calling function of cross validity criterion in partial least squares algorithm)
GA
- 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个基本上是最优的,那么以后再继续这样下去,就可以一直最优了。利用遗传算法,实现三维点云的配准。(Genetic algorithm, a computational model that simulates the biological evolution o