资源列表
LSPE_code
- 最小二乘参数估计的matlab程序代码,包括梯度校正参数估计法的matlab实现-Least squares parameter estimation matlab code, including gradient correction parameter estimation matlab implementation
Perceptron-numerical-experiment
- 1.设计一个单一感知器解决简单分类问题 2.设计多个感知器神经元解决分类问题,并绘出图像 3.利用标准化感知器学习规则消除奇异样本对训练的影响-Design perceptron to solve classification problems
Elman
- 运用双隐含层Elman神经网络进行一天24小时的电力负荷预测。-Elman neural network with double hidden layer for 24 hours power load forecasting.
dauble
- 用优化的方法连步计算TSP问题,用优化的方法连步计算TSP问题。-Using optimization method to calculate the TSP problem
function
- 用优化的方法解决函数优化问题,用优化的方法解决函数优化问题。-Solving the function optimization problem with optimization method
TWO
- 用模拟退火方法解含两个自变量的函数优化问题,用模拟退火方法解含两个自变量的函数优化问题。-A simulated annealing method to solve the function optimization problem with two independent variables
Boltzmann
- 对一个三节点的玻尔兹曼机,在初始温度和初态确定的情况下,采用步长为-0.1的线性降温方式训练,通过编写程序确定在T 0时的状态-For a three-node Boltzmann machine, in the case of initial temperature and initial state determination, the use of a step-by-step linear cooling mode training, through the preparation of
pso_test
- 粒子群算法Visual C++程序,结果清晰,有示例,能运行,对于学习粒子群算法原理及C++学习有帮助。-Particle swarm algorithm Visual C++ program, the results are clear, there are examples, can run, for learning particle swarm algorithm and C++ learning helpful.
BP
- 基于Visual C++实现一个简单的BP神经网络算法,对数据进行简单的分类。-Based on Visual c++ to realize a simple algorithm of BP neural network, the classification of the data is simple.
Alibaba
- 阿里巴巴最后一公里极速配送比赛源代码,主要包含了电商订单和O2O订单混合配送的代码,使得最后运输时间最短-The AliBaBa competion
PSO
- 粒子群改进算法,为自适应粒子群算法,通俗可用-Particle swarm optimization algorithm for adaptive particle swarm optimization, popular
1
- 1、实现SPI驱动TSC2046,读取X,Y触摸坐标 2、触摸坐标和LCD坐标的对应关系可由矩阵平移、旋转、缩放三者来表示 XL XT*A+XT*B+C YL YT*D+YT*E+F 采用五点校正算法,计算出参数A,B,C,D,E,F 因为参数多为小数不易存放,所以乘以一个参数作为整数存放。 3、每次读取触摸按下的坐标时,读TSC2046的是触摸坐标, 而需要的是LCD坐标,所以把触摸坐标和上述参数代入上面等式即可获得-1, to achieve SPI drive