资源列表
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
DeepLearning
- 深度学习是目前主流的人工智能方向,本代码基于MATLAB平台。-DeepLearning is a popular in the area of th AI,this code is based on the matlab platform
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
chapter_GA
- 利用GA优化SVM参数问题。利用gaSVMcgForClass函数对数据进行SVM最佳参数寻找。-Using GA to optimize the SVM parameter problem. GaSVMcgForClass function is used to analyse the data best parameters for SVM.
chapter_PSO
- 用psoSVMcgForClass.m实现对分类问题用PSO来优化SVM参数的问题-Use psoSVMcgForClass. M for classification problems using PSO to optimize parameters of SVM