CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - SMO

搜索资源列表

  1. svm_smo

    0下载:
  2. 基于SMO优化算法的SVM分类程序,显示判别函数值及分类结果-SMO optimization algorithm based on SVM classification program that displays the results of the discriminant function values ​ ​ and classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2840
    • 提供者:qin wen
  1. svm

    0下载:
  2. svm 实现,经典的SMO算法,支持三种kernel(多项式,高斯,内积)。还有test 函数 -implmentation of svm
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:97380
    • 提供者:Liao Fangzhou
  1. EKF-SMO

    0下载:
  2. 一个永磁同步电机无传感器文章里面含有滑模控制和卡尔曼滤波-A permanent magnet synchronous motor mathematical model
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1317837
    • 提供者:lixiwei
  1. Robot-Single-arm-SMO-control

    0下载:
  2. 机器人单机械臂滑动模型控制源代码-基于干扰观测器的-Robot Single arm sliding mode control based on disturbance observer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5555
    • 提供者:王英
  1. exp2

    0下载:
  2. 滑模观测器仿真实例,有利于进行此项研究的朋友参考,实例中包含绘图功能,简洁直观-SMO simulation instance, conducive to the study of the reference to a friend, instance contains graphics, simple and intuitive! ! !
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:889
    • 提供者:WLY
  1. mysvm

    0下载:
  2. SVM,支持向量机,matlab 实现,具体实现了SMO算法,线性核,高斯核-SVM,support vector machine ,matlab implement m, In details ,implement SMO algorithm,linear kernel ,RBF kernel
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:12520
    • 提供者:keven
  1. svm_python

    1下载:
  2. 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。本程序是SVM的python实现,用的是SMO算法。只能进行分类,并且能够显示图形结果。-In the field of machine learning, support vector machines SVM (Support Vector Machine) is a supervised learning model is usually use
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:8357
    • 提供者:杨刘洋
  1. SMO_linnerTEST

    0下载:
  2. SMO算法实现线性分类,别的方法修改核函数即可 亲测有效-SMO algorithm for linear classification, other methods to modify the kernel Effective pro-test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4412
    • 提供者:
  1. smo

    0下载:
  2. Modelling of FIFO, LIFO and RR queues
  3. 所属分类:mathematica

    • 发布日期:2017-04-14
    • 文件大小:3240
    • 提供者:alex
  1. svmMLiA

    0下载:
  2. 支持向量机是最常用的一种分类器,它通过求解一个二次优化问题来最大化分类间隔,本例采用的SMO算法,可以大大优化运行-Support vector machine is the most commonly used classifier, it can be used to solve a two optimization problem to maximize the classification interval, this example uses the SMO algorithm, ca
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:3588
    • 提供者:dongyanyan
  1. SVM

    0下载:
  2. 支持向量机分类程序,使用高斯核函数,SMO顺序最优化算法,为学习SVM提供参考-SVM program, using a Gaussian kernel, SMO sequence optimization algorithm to provide a reference for learning SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:952
    • 提供者:张名
  1. libsvm-3.1

    0下载:
  2. LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-ty
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1322415
    • 提供者:carl2380
  1. libsvm-3.22

    0下载:
  2. libsvm-3.22.rar LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it impl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:839934
    • 提供者:carl2380
  1. Gaussian-Kernal-Classification

    0下载:
  2. Gaussian Kernal Classification svmtrain(sd,Y, Kernel_Function , rbf , rbf_sigma ,0.6, method , SMO , showplot ,true)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:19686
    • 提供者:bigwrl
  1. 513093

    0下载:
  2. C++编写的SMO算法实现!和大家共同分享!()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:Tzomts
  1. 764581

    0下载:
  2. 简单介绍了svm算法,然后提出了改进算法smo,在数学及算法,代码方面都给出了论证,()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:239616
    • 提供者:graup
  1. type

    0下载:
  2. 简单介绍了svm算法,然后提出了改进算法smo,在数学及算法,代码方面都给出了论证,()
  3. 所属分类:大数据

    • 发布日期:2018-04-29
    • 文件大小:239616
    • 提供者:Duocyn
  1. NZHMBPR0

    0下载:
  2. C++编写的SMO算法实现!和大家共同分享!()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:hsport
  1. svmjs-master

    0下载:
  2. Support Vector Machine in Javascr ipt (SMO algorithm, supports arbitrary kernels) + GUI demo
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:157696
    • 提供者:bipsman
  1. PMSM_SMO

    3下载:
  2. 永磁同步电机的滑模控制,效果很好,亲测有效(SMC of Permanent Magnet Synchronous Motor (PMSM) has good effect and is effective for personal measurement.)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-13
    • 文件大小:25600
    • 提供者:xue0503
« 1 2 3 4 56 »
搜珍网 www.dssz.com