资源列表
Auto_Path
- 利用MATLAB语言模拟退火算法和遗传算法这两个算法结合构成的遗传模拟退火算法对移动机器人进行路径规划(Using MATLAB simulated annealing algorithm and genetic algorithm two genetic algorithms combined with genetic simulated annealing algorithm for mobile robot path planning)
elm_train_predict
- 基础分类和回归实验,点击解压,输入训练和测试数据(Basic classification and prediction experiment)
www.dssz.com_pso-bp
- 基于神经网络的局限性,使用粒子群算法优化其权值,对其进行改进(PSO improved neural network)
chess
- 利用极大极小算法及 a-b 剪枝策略实现3X3一字棋下棋程序,人工智能课本上的算法实现(This is a simple chess program that use Minimax algorithm and AB Prune strategy .)
p2_0_generate_training_data
- 凯斯西储大学数据,轴承故障诊断过程,数据预处理(generate training data)
案例28 灰色神经网络的预测算法—订单需求预测
- 灰色神经网络的预测算法实例,用于订单需求预测(prediction algorithm of grey neural network order demand forecasting)
FuzzyNet
- 采用模糊神经网络来进行预测的模型代码,语言为Matlab(The fuzzy neural network is used to predict the model code. The language is Matlab)
CSP
- CSP是共空间模式的简称,用于找到最优空间投影。(CSP is short for Common spatial pattern , used to find the optimal spatial projection.)
8Puzzle
- 本代码用于求解8数码问题,运用A*算法,内附有UI(This code is used to solve 8 digital problems, with UI)
mtsp_ga
- 多旅行商的最短路径选择。80个城市,5个旅行商,距离矩阵部分采用最优算法(Shortest path selection for multiple traveling salesman problem)
fivechess
- 五子棋,运用算法知识,建立五子棋平台。实现对战(Gobang, the use of algorithm knowledge, the establishment of backgammon platform. Realization of war)
KNN_TEST_CASE_32
- coding for k nearest neighbor algorithm