资源列表
hiyi
- 此文件包含了人工智能的最一般全一算法,上传与大家分享,希望能有所帮助。-This file contains the artificial intelligence algorithm for the most general all-a, upload to share with you the hope that it can be helpful.
tsp
- 利用hopfield网络解决TSP的问题,寻找最优路径-Hopfield networking solutions using TSP problem, to find the optimal path
Fuzzy_immune_PID_control_algorithm
- 模糊免疫 PID 控制算法,在模糊控制的基础上,增加了免疫因子,能获得更好的控制效果-Fuzzy immune PID control algorithm, in the basis of fuzzy control, an increase of immune factors that can effect a better control
Adaboost
- 几篇关于人脸检测和识别方面的文章 基于adaboost方法-A few on the face detection and identification methods Based on the adaboost
zsyycsfzjyj
- 基于自适应遗传算法的智能组卷研究,有需要的可以下载-Genetic Algorithm Based on Adaptive Intelligent Research Paper
ychsf
- 遗传算法的源代码,可自己进行修改封装成工具箱-Genetic algorithm source code package can be modified into its own tool box
287195364HMM
- 隐马尔可夫模型代码,供初学者学习、参考。里面有一个PPT。-Hidden Markov Model code for beginners to learn, reference. Inside there is a PPT.
HMMFL
- 隐马尔可夫模型代码,供初学者参考、学习。里面有一个PPT。-Hidden Markov Model code reference for beginners to learn. Inside there is a PPT.
example8_2
- 这是神经网络算法的第二部分,有MATLAB编写,功能是复杂神经网络中的穷举算法,校赛是编写的-This is a neural network algorithm for the second part of the preparation have MATLAB, function is a complex neural network in the exhaustive algorithm, the school is prepared race
example8_1
- 数学建模中常用的神经网络程序,共有三部分,这是第一部分,是参加校赛是编写的-Mathematical modeling of neural network used in the procedure, a total of three parts, this is the first part of the tournament to participate in the preparation of school
matlab-SGACODE
- maltab遗传算法源程序,此程序为一个一个的小程序分开的,很完整。包括编码,设定初始种群,交叉,变异,及结束条件等-maltab genetic algorithm source code, this procedure a small as a separate process, it is complete. Including encoding, set the initial population, crossover and mutation, and the end conditi
EightCode
- 这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。-This process is the realization of artificial intelligence in the A* algorithm, the algorithm follow the book to do. Queue is