登录
首页 » Python » OnlineSVR

OnlineSVR

于 2021-04-23 发布 文件大小:60KB
0 210
下载积分: 1 下载次数: 8

代码说明:

  在线的SVR实现,Matlab版本实现。(Online SVR, matlab version.)

文件列表:

OnlineSVR, 0 , 2018-04-08
OnlineSVR\Example.m, 1846 , 2007-04-03
OnlineSVR\Iterations.txt, 521 , 2018-04-08
OnlineSVR\Matlab_2006b_OnlineSVR_Reference_Manual.pdf, 27662 , 2018-04-08
OnlineSVR\@OnlineSVR, 0 , 2016-01-29
OnlineSVR\@OnlineSVR\set.m, 2569 , 2007-04-03
OnlineSVR\@OnlineSVR\get.m, 2129 , 2007-04-03
OnlineSVR\@OnlineSVR\display.m, 548 , 2007-04-03
OnlineSVR\@OnlineSVR\WarmTrain.m, 2171 , 2007-02-25
OnlineSVR\@OnlineSVR\VerifyKKTConditions.m, 2598 , 2007-04-03
OnlineSVR\@OnlineSVR\Unlearn.m, 9833 , 2007-04-03
OnlineSVR\@OnlineSVR\Train.m, 2594 , 2010-09-03
OnlineSVR\@OnlineSVR\TimeToString.m, 1664 , 2006-12-01
OnlineSVR\@OnlineSVR\SupportSetElementsNumber.m, 586 , 2007-04-03
OnlineSVR\@OnlineSVR\Stabilize.m, 1864 , 2007-06-13
OnlineSVR\@OnlineSVR\ShowVariations.m, 2546 , 2007-03-28
OnlineSVR\@OnlineSVR\ShowUsage.m, 3458 , 2007-04-03
OnlineSVR\@OnlineSVR\ShowMessage.m, 1029 , 2006-12-01
OnlineSVR\@OnlineSVR\ShowInfo.m, 1291 , 2007-03-28
OnlineSVR\@OnlineSVR\ShowDetails.m, 2382 , 2007-04-03
OnlineSVR\@OnlineSVR\SIGN.m, 601 , 2007-03-28
OnlineSVR\@OnlineSVR\RemoveSampleFromR.m, 1097 , 2006-12-01
OnlineSVR\@OnlineSVR\RemainingSetElementsNumber.m, 592 , 2007-04-03
OnlineSVR\@OnlineSVR\Q.m, 778 , 2007-03-28
OnlineSVR\@OnlineSVR\Predict.m, 730 , 2007-03-28
OnlineSVR\@OnlineSVR\OnlineSVR.m, 2960 , 2007-03-28
OnlineSVR\@OnlineSVR\NotSupportSetIndexes.m, 616 , 2007-04-03
OnlineSVR\@OnlineSVR\NotSupportSetElementsNumber.m, 597 , 2007-04-03
OnlineSVR\@OnlineSVR\MatrixToString.m, 869 , 2006-12-01
OnlineSVR\@OnlineSVR\Margin.m, 649 , 2007-03-28
OnlineSVR\@OnlineSVR\Learn.m, 7933 , 2007-04-02
OnlineSVR\@OnlineSVR\Kernel.m, 1881 , 2006-12-01
OnlineSVR\@OnlineSVR\IsEquals.m, 695 , 2006-12-01
OnlineSVR\@OnlineSVR\IsContained.m, 730 , 2006-12-01
OnlineSVR\@OnlineSVR\INDEXOF.m, 705 , 2007-06-13
OnlineSVR\@OnlineSVR\Forget.m, 2760 , 2007-04-03
OnlineSVR\@OnlineSVR\FindVariationsLs.m, 2825 , 2007-06-13
OnlineSVR\@OnlineSVR\FindVariationsLr.m, 1917 , 2007-06-12
OnlineSVR\@OnlineSVR\FindVariationsLe.m, 2350 , 2007-06-13
OnlineSVR\@OnlineSVR\FindVariationLc2.m, 853 , 2007-06-12
OnlineSVR\@OnlineSVR\FindVariationLc1.m, 1031 , 2016-01-21
OnlineSVR\@OnlineSVR\FindVariationLc.m, 599 , 2006-12-01
OnlineSVR\@OnlineSVR\FindUnlearningMinVariation.m, 2161 , 2007-04-03
OnlineSVR\@OnlineSVR\FindSolution.m, 6349 , 2007-04-03
OnlineSVR\@OnlineSVR\FindLearningMinVariation.m, 2288 , 2007-06-13
OnlineSVR\@OnlineSVR\FindBetaAndGamma.m, 1235 , 2007-03-28
OnlineSVR\@OnlineSVR\ErrorSetElementsNumber.m, 582 , 2007-04-03
OnlineSVR\@OnlineSVR\CONTAINS.m, 712 , 2007-06-13
OnlineSVR\@OnlineSVR\BuildVideo.m, 1902 , 2007-04-02
OnlineSVR\@OnlineSVR\BuildPlot.m, 5640 , 2007-04-03
OnlineSVR\@OnlineSVR\AddSampleToR.m, 1807 , 2007-03-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Digital_Mod_over_Fading---Copy
    code describie a wireless channel , very useful for studying
    2013-01-10 12:24:02下载
    积分:1
  • fisher
    费希尔线性判别分析代码 Find the Fisher linear separator w (a column vector). X is is the training set (X is a matrix. Each row of X is a vector containing the features of a single sample). y is a column vector with the labels of the training set (1 and -1). alg is a number between 1 and 3 that specifies how to find w: alg = 1: w is the generalized eigenvalue of A,B. alg = 2: w is the solution to Bw = (mu_1-mu_2) alg = 3: solve the corresponding regression problem( Find the Fisher linear separator w (a column vector). X is is the training set (X is a matrix. Each row of X is a vector containing the features of a single sample). y is a column vector with the labels of the training set (1 and-1). alg is a number between 1 and 3 that specifies how to find w: alg = 1: w is the generalized eigenvalue of A,B. alg = 2: w is the solution to Bw = (mu_1-mu_2) alg = 3: solve the corresponding regression problem)
    2010-05-27 23:16:12下载
    积分:1
  • PID_Controller_Matlab_Code
    PID控制电机MATLAB源码,可以直接运行。(PID control motor MATLAB source code can run.)
    2010-07-04 15:35:43下载
    积分:1
  • CannyDemo
    说明:  自己写的Canny算子的matlab实现和演示。程序虽然不大,但相信也能给大家一些参考。 (himself wrote the Canny Operator Matlab realization and demonstration. Procedures not much, but I believe that can give you some information.)
    2006-05-04 21:35:55下载
    积分:1
  • fencha
    混沌现象的证明方法多种多样,其中分岔图就是一中很好的方法(Proof of chaos in various ways, including the bifurcation diagram is a good way)
    2011-11-12 22:03:42下载
    积分:1
  • Untitled7
    基于Matlab的FIR数字滤波器,利用MATLAB信号处理工具箱中提供的基于滤波器设计方法的工具函数,采用窗设计法,用switch选择窗的类型:1、矩形窗2、汉宁窗3、汉明窗4、布拉克曼窗。(Based on the Matlab FIR digital filters, use of Matlab signal processing of the kit provides design method based on filter tool function, the window design method, choose the type of window with switch: 1, rectangular window 2, han ning window 3, han Ming window 4, braque window). )
    2011-12-27 13:33:20下载
    积分:1
  • PSOs-applition-at-spheres-function
    这是一个粒子群优化算法在求函数极值方面的应用,以球函数为例,说明了PSO算法的可行性(Feasibility This is a particle swarm optimization algorithm to find function extreme aspects of the ball function to illustrate the PSO algorithm)
    2014-12-28 20:33:51下载
    积分:1
  • matlabandneuralnet
    比较好的学习matlab的资料,希望能够帮助有用的人(Learning matlab better information useful to help people)
    2008-02-01 00:11:21下载
    积分:1
  • singlepixel
    说明:  单像素成像,利用随机抽样减少图像存储空间(Single-pixel imaging, using random sampling to reduce image storage space)
    2020-09-23 15:47:53下载
    积分:1
  • Adaptive-Filtering-Primer-with-MATLAB---Poularika
    Adaptive Filtering Primer with MATLAB - Poularikas and Ramadan
    2014-09-22 01:53:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载