资源列表
TSP
- 使用C#编程求解典型TSP问题,具体使用的是遗传算法。-genetic algotithm
PSO
- 一个matlab程序利用PSO求解复杂函数的最值问题-A matlab program using PSO to solve the problem of complex functions of most value
PSO-RBFNN
- 一个基于PSO优化weights的RBFNN程序来进行故障诊断-PSO-based optimization weights of RBFNN procedures for troubleshooting
project_PSOBP
- 一个基于PSO优化weights的BP算法程序来进行故障诊断-PSO-based algorithm to optimize weights of BP procedures for troubleshooting
analytic-hierarchy-process
- 层次分析法的几篇文献,讲的比较详细,有参考价值-Analytic hierarchy process (ahp), a few documents about more detail, with reference value
bp
- 基于BP算法的心理测试系统!能准确进行心理测试!-The psychological test system based on BP algorithm.
Eight-digital-implementation-code
- 以重排九宫问题(八数码问题)为例,采用人工智能中的图搜索算法实现从初始状态到目标状态的路劲寻优问题。-Eight digital implementation code
Adaboost
- 关于adaboost 算法的发表期刊打包 共5份-About adaboost algorithm published journal packaged five copies
neural-network30-case
- matlab神经网络30例,书和源码,都很经典,需要的同学赶快拿走-matlab neural network 30 cases of classic books and source code
BPnetwork
- 包含了用matlab编写的BP神经网络程序,对网络训练与预测结果进行了误差分析。-Includes using matlab BP neural network program, the network training and prediction error analysis.
prosystem
- 实现一个简单的不通用的基于回溯推理的专家系统,正向推理,MFC用户界面-Implement a simple non-generic backtracking based expert system inference, reasoning, MFC user interface
ganzhiqi2
- 3、单计算节点感知器,3个输入。给定3对训练样本对如下所示: X1 = (1,-2,0,-1) ,d1 =-1;X2 = (0,1.5,-0.5,-1),d2 = - 1;X3 = (-1,1,0.5,-1),d3 =1; 设初始权向量W(0)=(0.5,1,-1,0.5),2η=0.1。注意,x第四列为阈值恒等于-1,权向量中第后个分量为阈值,试根据以上学习规则训练该感知器。 -3, a single compute node sensor, three inputs. Given
