资源列表
kNNalgorithm
- 采用KNN分类算法对输入的文本数据进行自动分类-KNN classification algorithm using the input data for automatic classification of text
TSP_cold
- 模拟退火算法求解旅行商问题,停止条件为“零度”-Simulated annealing algorithm to solve the traveling salesman problem, stop the " zero"
BP-neural-network-algorithm
- 神经网络BP算法LV 源代码,用于模式识别-LV neural network BP algorithm source code for pattern recognition
new_DLL_AStar
- 用vc开发的A*寻路算法的dll,可以在其他语言调用,包含了一个vb调用的示例-The dll file of A* road-mapping algorathm,which can be used in other language,including an example of vb.
遗传算法综述1997
- 一篇研究遗传算法的人都必须看的文章,是国内遗传算法研究的泰斗!-A well know article in the field of genetic algorithm.The writer is very famous in our country
C4.5
- 这是决策树算法C4.5的源代码!是用vc编写的,内容比较详细。-this is a source code of C4.5 algorithm!
VB
- VB语言的神经网络专家系统设计与应用VB language, neural network design and application of expert system-VB language, neural network design and application of expert system
1449305
- 卡尔曼滤波器的经典著作,由其本人所写,许多好的IDEA!希望对各位设计滤波器有所启发!()
beautifulsoup4-4.6.0.tar
- 递归算法是一种直接或者间接调用自身函数或者方法的算法。Java递归算法是基于Java语言实现的递归算法。递归算法的实质是把问题分解成规模缩小的同类问题的子问题,然后递归调用方法来表示问题的解。(Recursive algorithm is an algorithm that directly or indirectly calls its own function or method. Java recursive algorithm is based on the Java language
2
- 通过构造含有故障状态的增广系统并进行增广系统测量时滞的无时滞转换,将测量时滞系统的故障诊断问题转化为无时滞增广系统的状态观测问题。-A reduced-order observer-based fault diagnosis approach was proposed for systems with delayed measurements in this note.
compression-based-on-BP-and-CS
- 基于压缩传感理论和BP神经网络的数字图像压缩的一篇论文-a paper on compression based in BP and CS
Genetic-Algorithm
- 遗传算法是从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。每个个体实际上是染色体带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如黑头发的特征是由染色体中控制这一特征的某种基因组合决定的。因此,在一开始需要实现从表现型到基因型的映射即编码工作。由于仿照基因编码的工作很复杂,我们往往进行简化,如二进制编码,初代种群产生之后,按照适者生存和优胜劣汰的原理,逐代演化产生出越来
