-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
LCD12864
labview for example embrassion
- 2015-04-04 18:35:06下载
- 积分:1
-
LLL
LLL格点减少算法的MATLAB实现,程序简单易懂(LLL lattice reduction algorithm of the MATLAB implementation, the program is straightforward)
- 2021-03-21 16:29:17下载
- 积分:1
-
statespace
相空间重构中两个重要参数,延迟时间和关联维数的matlab程序(state space)
- 2009-06-02 12:23:03下载
- 积分:1
-
PSO
matlab粒子群程序,里面的bug请检查 (swarm)
- 2010-01-10 21:33:31下载
- 积分:1
-
ksfft
对.prn文件的数据进行fft变换并显示出图形(Fft transform and shows graphical. Prn file data)
- 2012-11-14 22:05:39下载
- 积分:1
-
8
说明: 龚纯主编的“matlab语言常用算法程序集”的第8章源代码(Gong pure edited matlab language commonly used algorithm for assembly, " the source code of Chapter 8)
- 2012-12-03 19:06:20下载
- 积分:1
-
GRT_RAMT_CVS
在静态电压稳定,系统安全运行以及系统潮流约束下,达到网损最小的目标,采用内点法求解(In the static voltage stability, safe operation and system flow constraints, losses reach a minimum target, using the interior point method)
- 2020-12-25 10:29:05下载
- 积分:1
-
IMU-trajectory
利用IMU的加速度和陀螺仪数据进行轨迹估计(Trajectory estimation using the IMU data)
- 2020-06-20 14:20:01下载
- 积分:1
-
AntColonyAlgorithmforSolvingQoSRoutingProblem
在状态转移规则的基础上,局部更新规则和全局更新的蚁群算法的规则,我们提出一个IM证明蚂蚁的最低成本的服务质量蚁群算法(QoS)的路径用于解决网络路由问题与延迟以及背包约束中进行模拟。约52.33%蚂蚁找到成功的QoS路由。并收敛到最佳。(based on the state transition rule,the local updating rule and the global updating rule of ant colony algorithm ,we propose an im proved ant colony algorithm of the least cost quality of service(QoS)unicast routing.The algorithm is used for solving the routing problem with delay.delay jitter.bandwidth,and packet lOSS constrained. In the simulation,about 52.33 ants find the Successful QoS routing .and converge to the best. It is proved that the algorithm is efficient and effective.)
- 2010-10-06 10:13:17下载
- 积分:1