搜索资源列表
BPrepresentation
- BP学习算法应用——函数表达 源代码实现了BPN的设计,使得通过训练后的BPN实现了函数表达,即BPN的输出与输入反映了特定的函数映射关系。代码中的具体应用实例为傅立叶核函数,应用BP学习算法拟合出傅立叶核函数,速度快,精度高。 将源文件F_core_discr iption.m文件放入matlab的work文件夹中直接运行即可。
matlab
- 课程设计:编写连续函数最佳平方逼近的算法程序(以函数形式)。并用此程序进行数值实验,并提交相应的实验结果数据与报告。 内附详细的课程设计报告与源代码
Main_function
- 这里实现了一个最优化控制的算法,牛顿梯度法的源代码,运行于matlab平台下。-here to achieve optimization of a control algorithm, Newton gradient of the source code, which runs on Matlab platforms.
glmnet_matlab
- Lasso算法源代码,stanford开发的,绝对可靠-Glmnet for Matlab- Lasso (L1) and elastic-net regularized generalized linear models
pso_expriment
- 基本种群规模改进与数值实验的PSO算法源程序,可自动保存实验数值,附有画图源代码。-Basic population size and numerical experiments to improve the PSO algorithm source code can be automatically saves numerical experiment with drawing the source code.
examples
- 模拟退火算法工具箱例题,相关源代码,里面有代表性的例题解法,matlab语言编写,简单易懂-Simulated annealing algorithm toolbox example, the related source code, there are representative examples Solution, matlab languages, easy-to-read
wtls
- 加权总体最小二乘matlab工具箱,包含各种总体最小二乘算法的源代码-weighted total least squares toolbox
kalmanf
- 著名的信号处理算法卡尔曼滤波器的Matlab源代码。-KALMANF- updates a system state vector estimate based upon an observation, using a discrete Kalman filter.
Matlabmathjianmotoolbox
- Matlab数学建模工具箱 各种算法、程序源代码应有尽有-Matlab toolbox of mathematical modeling algorithms, source code everything
dijkstra
- dijkstra算法的matlab实现源代码-dijkstra algebra use matlab~
language
- 拉格朗日插值算法; 本程序为matlab源代码,包含两个函数 数值计算课程实验-Lagrange interpolation algorithm
Optimization-algorithm-
- 最优化问题相关算法的源代码,用MATLAB编写。-Optimization algorithm of relevant source code with MATLAB
ICA-algorithm-and-articles
- ICA(盲源分离)的一些MATLAB源代码和一些文章,有对带参考信号的 ICA算法的扩展和盲信号分离的matlab仿真-matlab simulation for blind source separation
solver_Eq
- 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
code-of-reliefF-algrithm
- 给出了reliefF算法的matlab源代码,该算法用于处理目标属性为连续值的回归问题。是由relief算法拓展所得,可以处理多类别问题。-ReliefF algorithm matlab source code is given, and the algorithm is used for processing target attribute is continuous values of regression problems.By expanding income relief algo
Ant-Algorithm
- 蚁群算法的源代码,有MATLAB源程序和c语言的源代码。可以自己改进代码解决问题-Ant colony algorithm source code, with MATLAB source and c language source code. Can improve code to solve the problem by themselves
eigs1
- eigs是目前为止最快速的计算部分特征值的算法,Matlab已经不提供该源代码,这是eigs源代码,供研究者改进提高! 调用:A=rand(500), eigs1(A)-eigs is the most effective eigensolver, which is very important.
siepao_v73
- 内含心电信号数据及运用MATLAB写的源代码,使用matlab实现智能预测控制算法,解耦,恢复原信号。- ECG data and includes source code written in MATLAB, Use matlab intelligent predictive control algorithm, Decoupling, restore the original signal.
蚁群算法解决最优化
- 运用蚁群算法matlab解决运输优化问题,运输网络优化求解(Ant colony algorithm (matlab) is used to solve the transportation optimization problem, and the transportation network is optimized)
MLS
- matlab代码解决最小二乘法移动算法 一维MLS(Matlab code to solve the least square method, mobile algorithm, one-dimensional MLS)