搜索资源列表
zuigansuanfa
- 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
SvmFu-3.1.tar
- Linux环境下的人脸识别程序,他的核心算法是svm网络识别。-Linux environment Face Recognition procedures, the core algorithm is svm network identification.
linkfive
- 五子棋核心算法,一级完整的应用程序演示,经过很多高手的测试,和厉害的-331 core algorithm, a complete application demonstration, a lot of experts in the testing and powerful
wuziqi(c++)
- 五子棋的核心算法,希望对大家的编程能力及编程思维有一定的帮助作用!-renju the core algorithm, a member of the programming and programming capability of thinking is certainly helpful role.
kernel_pls
- Matlab编写的PLS核心算法,适用于主元分析方面的应用-Matlab prepared by the PLS core algorithm applies to the main element analysis of the application
JPEG2000
- 介绍了有关静态图像压缩标准的核心算法,基于图像的小波变换对小波系数进行量化和用EBCOT算法进行压缩编码
DPP
- 本程序采用Dijkstra核心算法,用来计算光网络中路由专用保护算法,计算工作路径和保护路径
tfa
- 本程序是自适应核分布时频分布的演示程序,可以对信号进行时频分析,主程序matlab开发,核心算法是c++语言的。
bp
- 用java实现的神经网络bp的核心算法,主要用于数据预测,总共20个源代码文件,eclipse的该项目,希望对大家有帮助。
gzip
- gzip 压缩解压缩 和zlib的核心算法一样
wt
- 小波变换算法,运用小波理论,优化其核心算法,提高计算效率-wavelet transform algorithm, using wavelet theory, optimizing their core algorithm, improve computational efficiency
lzwc
- 用c语言实现的数据压缩算法,核心算法为lzw算法-C language used to achieve data compression algorithm, the core algorithm lzw algorithm
SMO算法实现
- 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
GWO
- 灰狼优化算法的核心算法描述,并且配有中文说明(Gray Wolf optimization algorithm)
ummutability
- Search()函数描述的为核心算法总体是用链表搜索的形式实现的()
Q-learning
- 强化学习的核心算法,Q-table,应用动作值函数对动作的Q值进行更新来找到最优策略。(The core algorithm of reinforcement learning, Q-table, uses action value function to update the Q value of actions to find the optimal strategy.)
python机器学习预测分析核心算法
- python机器学习预测分析核心算法的例程(Python machine learning prediction and analysis of core algorithm routines)
Nonlinear Regression using ANFIS
- 利用ANFIS算法进行回归,里面有具体的数据文件,测试通过,利用里面的核心算法可以做拟合分析等。(Do regression analysis using ANFIS method)
遗传算法
- 遗传算法以一种群体中的所有个体为对象,并利用随机化技术指导对一个被编码的参数空间进行高效搜索。其中,选择、交叉和变异构成了遗传算法的遗传操作;参数编码、初始群体的设定、适应度函数的设计、遗传操作设计、控制参数设定五个要素组成了遗传算法的核心内容。(Genetic algorithm takes all individuals in a group as objects, and uses randomized technology to guide efficient search of a c
Python机器学习_预测分析核心算法
- Python机器学习_预测分析核心算法(Python machine learning_ Prediction analysis core algorithm)