搜索资源列表
交互支持向量机学习算法及其应用
- 交互支持向量机学习算法及其应用- Alternately supports the vector machine study algorithm and its applies
混合SPMD 模拟退火算法及其应用
- 混合SPMD 模拟退火算法及其应用-mixed SPMD simulated annealing algorithm and its application
HufmanTreeAPL
- 关于HUFFMAN树的算法及其应用,自己做的-on Speed HUFFMAN tree algorithm and its application, they do
syj0002
- 一种改进的静态克隆选择算法及其应用研究
Intelligentalogrithm
- 智能优化算法及其应用王凌著,一本好书,对学习优化的来说
支持向量机算法及其代码实现
- 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
稀疏分解库
- 该稀疏分解库介绍了各种稀疏分解算法及其应用。 国内稀疏分解算法能下载的不多,这是国外最原始的稀疏分解算法及其改进
PIDBOOK
- PID的算法书,描绘了经典的PID算法及其应用等-pid MATH PROGRAM
shili2
- 改进粒子群算法及其在电力系统经济负荷分配中的应用改进粒子群算法及其在电力系统经济负荷分配中的应用-Improved Particle Swarm Optimization and its power system economic load dispatch of improved particle swarm optimization and economic dispatch in power system application
lianbiao
- 单向链表的存储特点及其实现,单向链表的插入 删除算法及其应用算法的程序实现-One-way linked list of storage characteristics and the realization of a one-way linked list insertion algorithm and its application to delete the program algorithm
znhsfjqy.pdf.tar
- 智能优化算法及其应用-王凌 智能算法方面很好的入门书籍-Intelligent optimization algorithm and its application- Wang Ling intelligent algorithm aspects of a good entry-books
Principle-and-Application-of-Artificial-Immune-Sys
- 这是一本《人工免疫系统原理与应用》书籍,主要介绍人工免疫算法及其应用。-This is a " Principle and Application of Artificial Immune System" books, mainly on artificial immune algorithm and its application.
AntColony(Book)
- 蚁群算法原理及其应用(段海滨著)珍藏了很长时间的书,希望站长多给分。-Ant Colony Algorithm and its Application (Section waterfront with) the book collection for a long time, I hope more owners to the sub.
kernel及其应用
- 人工智能学习算法中的kernel变换函数及其应用。将低纬转变成高纬函数(kernel Transformation function)
遗传算法及其在函数优化问题中的应用研究 (2)
- 遗传算法在函数优化中的作用,解释了遗传算法的可行性。。。。。(Application of genetic algorithm in sparse matrix)
周明《遗传算法原理及其应用》
- 周明《遗传算法原理及其应用》(书籍/资源)(The principle and application of genetic algorithm)
模拟退火算法及其在求解TSP中的应用
- 模拟退火算法(Simulated Annealing,SA)最早的思想是由N. Metropolis [1] 等人于1953年提出。1983 年,S. Kirkpatrick 等成功地将退火思想引入到组合优化领域。它是基于Monte-Carlo迭代求解策略的一种随机寻优算法,其出发点是基于物理中固体物质的退火过程与一般组合优化问题之间的相似性。(The earliest idea of Simulated Annealing (SA) was put forward by N. Metropo
遗传算法及其应用.pdf
- 遗传算法演化程序,是一本学习遗传算法的好书(Genetic algorithm evolution program is a good book to learn genetic algorithm.)
《安得森计算流体力学基础及其应用》第九章使用simple算法求解不可压库艾特流
- 《安得森计算流体力学基础及其应用》第九章使用simple算法求解不可压库艾特流 根据前人写的fortran源代码和安得森计算流体力学基础及其应用第六章和第九章相关内容用matlab编写了使用simple算法求解不可压库艾特流的程序。程序可以得到相对正确的解。