资源列表
MFAPCtest.m
- model-free adaptive control
function
- matlab产生正余弦波形,幅度可相位可调节(Matlab generates positive cosine waveform, amplitude can be adjusted)
EKF
- 一个EKF的简单应用,实现了用EKF算法对三维非线性系统进行仿真。(A simple application of EKF,I used the EKF algorithm to simulate a three-dimensional nonlinear system.)
kaerman
- 就是一个简单的卡尔曼滤波的例子,初学者可以看看(This is an example of a simple Calman filter that can be seen by a beginner.)
MK
- 用来计算降水序列的趋势及突变分析的MATLAB程序(The trend and catastrophe analysis used to calculate the precipitation sequence)
MonthAvgFiltered
- 计算并作图展示香港恒生指数2000年以来的月度涨跌幅均值。(Illustration of average monthly change percentage of HK stock.)
shadedErrorBar
- 误差区域阴影化,以绘制方差曲线为例,可将方差结果阴影化,且可有透明与不透明两种选择(Makes a 2-d line plot with a pretty shaded error bar made using patch. Error bar color is chosen automatically.)
fp toushe
- 用MATLABF仿真FP腔的传输特性,包括损耗,折射率以及半径对传输特性的影响(FP transmission based on MATLAB)
coupled_response_fahy
- Coupled response using matlab mfile
30 lzq
- 用于pso等各种优化算法以及各种交叉使用的算法 神经网络还有单纯型法的最大最小优化算法(Various optimization algorithms, such as PSO, and all kinds of intersecting algorithm neural networks and the simplex optimization algorithm of simplex method)
danchunxing
- 各种优化算法以及各种交叉使用的算法 神经网络还有单纯型法的最大最小优化算法(Various optimization algorithms, all kinds of cross used algorithm neural networks and the simplex optimization algorithm of simplex method)
fitness
- 比如每个企业和个人都要考虑的一个问题“在一定成本下,如何使利润最大化”等。最优化方法是一种数学方法,它是研究在给定约束之下如何寻求某些因素(的量),以使某一(或某些)指标达到最优的一些学科的总称。随着学习的深入,博主越来越发现最优化方法的重要性,学习和工作中遇到的大多问题都可以建模成一种最优化模型进行求解,比如我们现在学习的机器学习算法,大部分的机器学习算法的本质都是建立优化模型,通过最优化方法对目标函数(或损失函数)进行优化,从而训练出最好的模型。常见的最优化方法有梯度下降法、牛顿法和拟牛顿法