-
lasso
选元变量,用于回归分析中的变量选择问题,处理数据降维(select vabriable)
- 2013-03-06 18:43:32下载
- 积分:1
-
2D-bar-matlabPansys
平面桁架有限元计算程序,已知约束与在和条件,求解节点支反力(The plane truss finite element calculation program
)
- 2014-12-26 12:37:29下载
- 积分:1
-
IEEE_WorkShop_Slides_Lavretsky
自适应控制经典的课件,国外著名大学的内部学习资料,请不要错过(Adaptive control classic courseware, internal learning famous universities, do not miss)
- 2014-04-08 07:33:53下载
- 积分:1
-
QR
说明: QR分解的MATLAB程序,可用于MIMO智能天线等(QR decomposition)
- 2012-03-27 17:11:27下载
- 积分:1
-
lyapunov
说明: 文件包括非线性方程数值计算时常用的lyapunov程序,以duffing方程为例,进行程序计算,可以稍微修改,计算其他方程。(The file includes the Lyapunov program commonly used in the numerical calculation of nonlinear equations. Taking Duffing equation as an example, the program can be modified slightly to calculate other equations.)
- 2020-03-20 20:49:38下载
- 积分:1
-
MATLABCommonlyusedprogram
《MATLAB语言常用算法程序集》一书 的源程序 适用于初学者,有大量常用的函数。(" MATLAB language commonly used algorithm for assembly," a source book for beginners, there are a large number of commonly used functions.)
- 2009-09-18 15:49:35下载
- 积分:1
-
niulazhijiao
电力系统中牛拉直角坐标方法的潮流程序,适用于MATLAB,数据已经附上,可以直接测试()
- 2008-03-10 22:33:54下载
- 积分:1
-
initnet
initial a bp neural network which gene optimzed
- 2009-06-07 14:48:59下载
- 积分:1
-
AC3
simulink matlab for induction motor for modelisation of the machenery good for study induction
- 2015-03-10 20:07:12下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1