资源列表
prolog
- prolog 语言的一些简单例子。 学习人工智能有好处-prolog language, some brief examples. Learning artificial intelligence is good
LM
- levenberg-marquardt算法用于模糊系统训练-levenberg-marquardt algorithm for fuzzy system training
PSOSAMPLE_my
- 在网上大牛程序的基础上,自己编写的粒子群优化算法,简单易懂,适合新手。-Large cattle programs on the Internet, based on their own to prepare particle swarm optimization algorithm, simple and easy to understand for novice.
hierarchicalcluster
- 和同学一起写的层次聚类算法,数据挖掘的第3次大作业,有设计文档,有注释,下载即可运行。希望批评指正-And students to write with hierarchical clustering algorithms, data mining, the 3rd largest operations, with some design documents, with annotations, download to run. Want to criticize the correction
ga-base
- 基本遗传算法的MATLAB编程,未利用MATLAB工具箱,但更能帮助理解遗传算法的基本思想及其核心。-The basic genetic algorithm MATLAB programming, without the use of MATLAB toolbox, but the more help you understand the basic idea of genetic algorithms and its core.
som
- 自组织映射网络的构建案例,模拟均匀分布和高斯分布-the nuron network of som
OO
- 序优化是解决基于仿真优化的重要工具,由著名学者YuChi Ho提出-Ordinal optimization is to solve an important tool for simulation-based optimization, presented by the famous scholar YuChi Ho
standard
- 蚁群算法的程序,用于解决TSP问题,有着很好的效率-Ant colony algorithm procedure used to solve TSP problems, have a good efficiency of
Rocforsvm
- 通过决策值可以绘制出ROC曲线的python程序-This tool which gives the ROC (Receiver Operating Characteristic) curve and AUC (Area Under Curve) by ranking the decision values.
Roc
- 通过决策值,可以绘制ROC曲线的python程序-This tool which gives the ROC by ranking the decision values.
libsvm-weights-2.9
- 数据属性的权重分析. 用户可以给每个数据实例权重-Weights for data instances Users can give a weight to each data instance.
ai1
- 带回溯的深度优先策略:解决经典野人传教士过河问题的求解:三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。 采用带回溯的深度优先搜索策略,共定义了7种合法操作{2,0,0},{1,0,0},{1,1,0},{0,1,0},{0,2,0},{0,1,1},{1,0,1}代表上船的人数,根据船所在位置决定在状态上是加或者减操作。扩展结点时按顺序应用操作,知道回溯到初始状态且所有操作用完,程序结束。-Wi
