搜索资源列表
SMIAndSMOReader
- 西门子*.SMI/*.SMO短信文件夹文件读取器(VB.NET)。此程序用于读取SMI/SMO文件。其实文件结构比较简单,直接参看源代码就可以知道了。其中使用了自己写的PDU解码器。-Siemens *. SMI / *. SMO SMS folders document reader (VB.NET). This procedure used to read SMI / SMO document. In fact, the structure of the document is relati
svm_with_workset
- 本程序为一SVM训练程序,利用了workset可以训练大数据量样本。在workset中优化的过程中利用了SMO算法。-SVM training for a procedure, and use of WorkSet can train a large number of data samples. WorkSet were in the process of optimizing the use of the SMO algorithm.
SVM_SMO
- smo算法源代码 smo算法源代码-smo algorithm source code smo algorithm source code
smo-book.ps
- 一本支持向量机方面的优秀图书,例子很详细-a support vector machine of outstanding books, very detailed examples
SMO-implement
- 这是用C++编写的SMO算法实现,请查收。-C SMO prepared by the algorithm, please find.
SVM-KM
- svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?-SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Who?
smo
- 一套DDR OL 游戏源码.也就是所谓的SMO.内置SQL 及其完善的源码 可以用作2次开发等-A set of game-source DDR OL. That is, the so-called SMO. Built-in SQL and its sound source can be used as 2 times the development of
SMO-Pascal
- 基于SMO方法的支持向量机Pascal代码实现-SMO-based method of support vector machine implementation Pascal code
matlabsvm
- 实现了svm中smo算法,适合初学者学习-svm--smo
SMO
- 实现序贯最小优化算法,该算法可加速求解支持向量机问题-To achieve sequential minimal optimization algorithm that can accelerate the problem solving support vector machines
smo
- 本文件为smo算法的设计,是可以在vc++环境下运行的程序-This document smo algorithm for the design is in vc++ environment to run the program
SMO
- SMO的学习材料汇总,有word 和pdf文档。-SMO learning materials summary, there is word and pdf documents.
SMO-and-KF-DTC-IPM
- 永磁同步电动机直接转矩控制论文,其中比较了滑模观测器和kalman滤波器的优缺点-SMO-KF compare used in DTC for PMSM drive
SMO optimization algorithm
- SMO 优化算法 径向基核函数 代码加数据 实例 机器学习实战第六章代码(SMO optimization algorithm radial basis function)
SVM-w-SMO-master
- Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.
PMSM SMO
- 基于滑膜观测器的无传感器控制simulink仿真技术(Simlink simulation technology of sensorless control based on SMO)
smo-mkl
- 多核学习+SMO算法的代码实现,包括java版本、python版本和C++版本(Multiple Kernel Learning and the SMO Algorithm)
PMSM_SMO_dq
- 基于dq坐标系的smo,IPMSM的MATLAB模型(smo MATLAB simulink smo qd)
PMSM_SMO (1)
- PMSM SMO is realized based on simulink
SMO 算法实现线性 SVM 分类器,对 iris 数据集进行二分类
- 不使用sklearn库,手写实现SMO算法线性 SVM 分类器,对 iris 数据集进行二分类