资源列表
shortest_shorter
- 经典的最短路与次短路求取算法,以Matlab编写。-Classic shortest path algorithm with the times to strike a short-circuit in order to prepare Matlab.
SMO_SVM
- 这是一个支持向量机的SMO算法的实现,只有主体的算法过程。-This is a support vector machine SMO algorithm to achieve, and only the main course of the algorithm.
c
- 关于遗传算法的设计,c语言编译,可以直接调试!-On genetic algorithm design, c compiler, you can directly debug!
yichushuafa
- 采用C++实现的遗传算法,具有遗传算法的突出特点。-The use of C++ realization of the genetic algorithm, genetic algorithm with the salient features of.
PSO
- 用二阶振荡粒子群优化算法、混沌粒子群优化算法、基于选择的粒子群优化算法、基于交叉遗传的粒子群优化算法、基于模拟退火的粒子群优化算法求解无约束优化问题-Second order oscillation PSO, chaotic particle swarm optimization algorithm, particle swarm optimization, genetic optimization algorithm based on cross particle swarm optimiza
som_algorithm
- 使用matlab编写了SOM算法的实现过程,包括训练过程代码,代码简洁,运行稳定。-Matlab prepared using SOM algorithm implementation process, including the training procedure code, the code is simple, stable operation.
mlLinearR
- MATLAB 平台上实现线性回归,简单的线性回归,易于理解、入门的那种-machine learning linear regression
sparse_decomposition
- 基于遗传算法改进的稀疏分解算法,已调试过了,写论文是编写的-Based on genetic algorithm to improve the sparse decomposition algorithm, has been testing and writing papers are prepared
ns-packet
- tcl scr ipt for packet
work1
- 《神经网络与机器学习》中的rls算法程序-neural networks and learing machines
S_trajectory
- 目标S型轨迹的产生,并用小波神经网络实现抖动S轨迹的估计。-Generate S trajectory of target and take wavelet nerve net to realize parameter estimation of staggering S trajectory.
Stemmer
- 在英语中,一个单词常常是另一个单词的“变种”,如:happy=>happiness,这里happy叫做happiness的词干(stem)。在信息检索系统中,我们常常做的一件事,就是在Term规范化过程中,提取词干(stemming),即除去英文单词分词变换形式的结尾。 应用最为广泛的、中等复杂程度的、基于后缀剥离的词干提取算法是波特词干算法,也叫波特词干器(Porter Stemmer)。详见官方网站。比较热门的检索系统包括Lucene、Whoosh等中的词干过滤器就是采用的波