资源列表
GA-tsp
- 利用遗传算法解决旅行商问题,文件里面包含数据集为各城市的坐标-Genetic algorithm to solve the traveling salesman problem, the file which contains the coordinates of each dataset city
ACO-tsp
- 利用蚁群算法解决旅行商问题,文件包含数据集为各城市的坐标-Ant colony algorithm to solve the traveling salesman problem, the file containing the data set for the coordinates of each city
PSO-tsp
- 利用粒子群算法解决旅行商问题,文件包含数据集为各城市的坐标-Particle swarm algorithm to solve the traveling salesman problem, the file containing the data set for the coordinates of each city
GA---JSSP
- 利用遗传算法解决车间调度问题,这里数据集在代码中直接给出-The use of genetic algorithms to solve shop scheduling problem, where the data set is given directly in the code
PSO---JSSP
- 利用粒子群算法解决车间调度问题,数据集在代码中直接给出-Particle swarm algorithm to solve shop scheduling problem, datasets given directly in the code
AutoEncoder
- 最先提出深度学习算法hinton的自动编码器matlab代码,内容是:利用多层rbm进行自动编码的多层特征训练,然后使用梯度算法进行fine turn。可以进行特征提取,也可以进行分类。压缩包里已带有训练用签字图片数据。相应算法说明可以查看hinton于2006年发表在 science的文章-First proposed deep learning algorithm hinton automatic encoder matlab code that reads: multilayer r
dianqirailway
- 电气化铁路,用simulink搭建模型,设计协同控制,为高铁及动车组列车主要控制方式。-Electric railway, using Simulink to build model, design collaborative control, the main control mode for high-speed rail and EMU trains.
human_recognition
- Contains Matlab for human_recognition
tgpr_matlab
- 视觉跟踪方面2014年ECCV会议,Transfer Learning Based Visual Tracking with Gaussian Processes Regression这篇文章的源代码-source code of Transfer Learning Based Visual Tracking with Gaussian Processes Regression,ECCV 2014
neural_network
- 简单的神经网络应用,对神经网络小白来说还是不错的。-Simple neural network application, the neural network is still good for small white.
SOM_Elman
- 自组织特征映射网络实现无监督聚类,调用工具箱,非手算-Self organizing feature map network to realize unsupervised clustering, call tool box, non hand count
TheEightDigits
- 运用启发式搜索算法,用来解决一个简单的八数码问题。这里用的是A星算法。-Using heuristic search algorithm, which is used to solve a simple eight digital problem. Here is A star algorithm.