资源列表
模拟退火
- 本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
pca
- pca主成分分析,在多变量选择上效果较好,对数据的主成分进行分析,常用于分类、聚类、实验数据处理-Pca principal component analysis in multivariate selection effect is good, principal component analysis of data, often used in classification, clustering, experimental data processing
k-means1
- k-means分群法,繁体中文版。以javascr ipt写成,网页上即可执行。自动产出结果。-k-means clustering, Traditional Chinese version. Javascr ipt written to the webpage can be executed. Auto output results.
用C++实现的bp算法程序
- 一个用C++实现的bp网络算法程序,供大家参考-a C realized bp network algorithm, for your reference
backprop
- 神经网络程序,最速下降法,国外用c语言编写的。-bp net
artificial-fish-school-algorithm
- 很好的人工鱼群算法代码-很好的人工鱼群算法代码-Good artificial fish school algorithm code- very good artificial fish school algorithm code
TSP_GSA
- tsp问题,是一个很典型的NP完全问题,该程序用了遗传—退火结合算法,能优化计算-tsp problem is a typical NP-complete problem, the program is to use genetic- combined annealing algorithms that optimize computing
8puzzle
- Prolog code, programming, solve some sample problem in artificial intelligence.
LDA.m
- 线性判别分析函数,可直接调用,内含函数详细说明-Linear discriminant analysis functions can be called directly, containing a detailed descr iption of the function
SATSP
- 用模拟退火算法求解旅行商问题 T(t+1)=k×T(t) 式中k为正的略小于1.00的常数,t为降温的次数
wolun
- 涡轮故障检测,基于神经网络。包含3个程序:不同温度不同负载、同一温度、同一负载下的故障检测-turbine fault dignosis
astar
- Prolog code, programming, solve some sample problem in artificial intelligence.