资源列表
RBFnet
- RBF网络函数逼近,样本100个,测试数据100个
particle-filter
- 粒子滤波编程,matlab格式,程序并不规范,但易于理解学习,注释中有各变量定义-Particle filter programming, matlab format, the program is not standard, but easy to understand learning, notes in the definition of each variable
myGA
- 自适应遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Adaptive genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
bpnet
- 这是一个MATLAB编写的m文件,主要简绍了神经网络在电力负荷预测中的应用-It is written in a MATLAB m file, mainly to heat the neural network load forecasting
DijkstraPprocedures
- 最短路径计算,有关双标号算法的具体程序设计-Calculating the Shortest Paths by Matrix Approach*
Ada_Boost
- 模式识别中AdaBoost算法在matlab中实现-adaboost algorithm
covcalculator
- 局部Log.Euclidean协方差矩阵描述子 L2ECM SPD矩阵的空间并不是一个向量空间,而是一个黎曼流形。因此,传统 欧氏空间内的运算 例如欧氏距离、均值-Local Log-Euclidean Covariance Matrix (L2ECM) Local Log-Euclidean Covariance Matrix (L2ECM) to represent neighboring image properties by capturing cor- relation of vari
C_SelfAdapt_fcm
- 自适应模糊C均值聚类的MATLAB源代码,自适应确定聚类个数。-Adaptive Fuzzy C-Means clustering MATLAB source code, adaptive determine the number of clusters.
ES_Lin
- 进化策略算法matlab代码,实现求f(x) = x*sin(10*pi*x) + 1最大值的功能。-Evolutionary strategy algorithm matlab code to achieve demand f (x) = x* sin (10* pi* x)+ 1 maximum functionality.
BP
- 利用bp神经网络对遥感图像进行分类,输入样本值后,根据样本值对遥感图像不同的地物进行分类,分类后计算每种地物所占面积-The use of bp neural network classification of remote sensing images, enter a sample value, based on the sample value of the different features of remote sensing image classification, classif
sparseAutoencoderCost
- 自己学习UFLDL教程时候写的sparse autoencoder的代码,用来计算拥有一层隐含层的autoencoder的cost和gradient-UFLDL tutorial you learn when writing sparse autoencoder code, used to calculate the hidden layer has a layer of cost and gradient autoencoder
simulated_annealing
- 模拟退火算法实现TSP规划问题.已经测试没有问题的啊-Simulated annealing algorithm TSP problem