资源列表
03072011
- Examples of the application of genetic algorithm
libsvm-master
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式
dataming
- 介绍数据挖掘的10种主要算法及其应用 一种透过数理模式来分析企业内储存的大量资料,以找出不同的客户或市场划分,分析出消费者喜好和行为的方法。 -Top 10 algorithms in data mining his paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006:
机器学习中的矩阵和求导
- 机器学习中涉及大量的矩阵论相关知识与问题,此资料有助于程序员理解解决相关问题(Machine learning involves a large number of matrix theory related knowledge and problems, this information helps programmers understand and solve related problems)
TSP-based-on-improved-pso
- 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
2001-9
- DIRECT torque contyrol based neural neutxork
ant
- 蚁群算法 解决TSP问题 程序对20个城市 数据进行计算 通过蚁群算法 计算最短路径 城市数据保存在当前目录下的 1173.txt 文件中-Ant colony algorithm to solve the TSP program for the calculation of 20 urban data through the ant colony algorithm to calculate the shortest path of urban data stored in the curre
MSMT
- 本文介绍了多传感器多目标跟踪的一种算法,并且为之设计了仿真平台,可以参考。-This paper introduces the sensor more of a target tracking algorithm, and the design for the simulation platform, can reference.
456456
- 《遗传算法--理论、应用与软件实现》的代码-"genetic algorithm -- the theory, application and software" code
BP
- 图象识别——基于BP神经网络的图像感兴趣区自动检测技术
DecisionTree
- CART决策树 python 代码,思想来自Programming Collective Intelligence。未剪枝。数据来自the census bureau database。-CART decision tree python code, thoughts from Programming Collective Intelligence. Not pruning. The data from the census bureau database.
libsvm
- 支持向量机的(包括核的使用)c++实现。-support vector machine by c++