资源列表
vrp-basedon-GA
- 基于C++的遗传算法代码,用于解决VRP问题,十分便于初学者学习-Based on genetic algorithm in C++ code for solving VRP problems, very easy for beginners to learn
Example1
- 一个简单的BP网络拟合问题(神经网络解题过程详细)-Fitting a simple BP network problems (problem-solving process in detail Neural Networks)
Example2
- bp神经网络用于模式分类,涉及归一化、详细的训练参数介绍及设置;-bp neural network for pattern classification, involving normalization, detailed descr iption and set of training parameters
Example3
- BP神经网络用于函数拟合,涉及归一化、反归一化、详细的训练参数介绍及设置;-BP neural network used for function fitting, involving normalization, anti-normalization, detailed descr iption and set of training parameters
Example5
- 采用“提前停止”方法(抑制过拟合)提高 BP 网络的推广能力,采用训练函数 traingdx和“提前停止”相结合的方法来训练 BP 网络。-Using " early stopping" method (suppression over-fitting) to improve the generalization ability of BP network, using the training function traingdx and " stop ahead
FCM
- FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。-FCM algorithm is a clustering algorithm based on division, the idea is to make it to the same cluster is divided into the biggest similari
Generalized-predictive-control
- 广义预测控制是一种最具代表性的预测控制算法之一,本文通过对广义预测控制的稳定性、鲁棒性和实时性分析,得知它控制方程复杂、计算量过大、不利于实时控制。为此,广义预测控制算法,然后进行参数选择的研究,并针对冷连轧机张力系统进行了仿真,最后介绍了广义预测控制算法的其它改进方法。-Generalized predictive control is one of the most representative predictive control algorithms. This paper analys
xunxianbandianlu
- 自制用于亚太机器人大赛的巡线电路 包括原理图和PCB-Made for the Asia-Pacific Robot Contest, including the transmission line circuit schematics and PCB
Chess
- a Chinese chess game with GUI using FLTK. support person vs person and person vs robot. you can change the ability of the robot by changing the steps the robot can count. also supports one step undoing. once exceeds the times of undoing, there is a r
train_bp
- bp神经网络实例代码 -bp bp neural network neural network code examples Code examples
LMS
- 基于神经网络最小均方误差的分类算法,根据LMS准则来对数据进行分类-Based on minimum mean square error of neural network classification algorithm based on LMS criteria to classify the data
RSGA
- 遗传算法(GA)是一类借鉴生物界自然选择和遗传原理的随机优化搜索算法。其主要特点是群体搜索策略和群体中个体间的信息交换、搜索不依赖于梯度信息。-Genetic algorithms (GA) is a type of reference biological principle of natural selection and random genetic optimization search algorithm. Its main feature is a group of search s
