搜索资源列表
支持向量机神经网络c++
- c++实现的支持向量机神经网络代码,欢迎各位使用-c realized SVM neural network code, welcome you use
支持向量机参数优化
- 对支持向量机的参数 c和g 进行了参数优化,分三种:交叉验证优化、遗传算法优化和粒子群算法优化。
基于SVM支持向量机的行人识别c++源程序
- 基于SVM支持向量机的行人识别c++源程序,支持最新的opencv2.0版本.在Vc环境下配置opencv2.0后,可以运行检测静止图像中的行人。-people recognition based SVM(supporting vector machine) detector launched by Dalal with the OpencV2.0 environment.this can work on the static images
958346svmlight
- 支持向量机分类器 训练器 可以直接使用 c++语言实现 SVMLight-Support Vector Machine classifier training can direct the use of c++ language SVMLight
psoSVM
- 利用微粒群算法(pso)优化支持向量机(SVM)的参数-c,-g-Using pso optimized support vector machine parameters-c,-g
mysvm
- mysvm c++版本,支持向量机,可用于回归预测等-mysvm c++ version
libsvm-2.71
- 一个计算线性支持向量机的matlab源代码,台湾人编写,在c环境下运行-A calculation of the linear support vector machine matlab source code, the people of Taiwan to prepare, in the c environment running
PS0-SVR
- :针对发酵过程中生物参数难以实时在线测量的问题,建立了用于生物参数状态预估的 支持向量机软测量模型。考虑到该支持向量回归(SVR)模型的复杂性和冷化特征取决于其三 个参数 ,c, 能否取到最优值,采用粒子群优化(PSO)算法实现对参数 ,c, 的同时寻优。在 此基础上,以饲料用 .甘露聚糖酶为对象,建立了基于PSO—SVR的发酵过程产物浓度状态预估 模型。发酵罐控制结果表明:该模型具有很好的学习精度和泛化能力,可实现对 .甘露聚糖酶 产物浓度的实时在线预估。-In
svm_source
- 支持向量机(SVM)算法的源程序.包含说明材料.-Source of support vector mathine algorithm. It contains introduction paper.
c
- c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
chapter13
- 《数字图像处理与机器视觉:Visual c++与Matlab实现》6 支持向量机,综合案例——基于PcA和SVM的人脸识别系统-" Digital image processing and machine vision: Visual c++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PcA and SVM for Face Recognition Syste
svmcsharp
- c#编写的 实现支持向量机 的源码,有例子-c# write the source code to achieve support vector machines, there are examples
cV_SVM
- 支持向量机代码,用到了opencv,用此程序前要先安将opencv-Support Machine Vector, this programme used opencv, the opencv must be installed first before we use this programme
Face-Detection
- 完整的包括皮肤及动作识别的c++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PcA,LDA,IcA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,c++编程等。-complete, including skin and actions identified c++ face detection source code, the technology involved are: wavelet analysis, scaling down m
SVM-Fuzzy-SYSTEM
- 基于支持向量机和模糊系统的机器学习方法及其应用研究 文档 写的很好-SVM Fuzzy SYSTEM
libsvm-3.12
- 多种语言版的支持向量机工具箱,matlab,python,c++,c,java,qt(Multi language version of support vector machine toolbox, MATLAB, python, c++, c, Java, QT)
svm
- MATLAB支持向量机,编程实现,已用c语言转,内附Windows x64和x32(MATLAB SVM Programming implementation, has been used in c language, Windows x64 and X32)
psoSVM
- 采用粒子群算法优化支持向量机的两个参数c与g,以进行后续的实验(Particle swarm optimization (PSO) is used to optimize two parameters c and G for support vector machines for subsequent experiments)
SA模拟退火
- 模拟退火算法寻优支持向量机c和g,实现识别分类。(Simulated Annealing Optimizes Support Vector Machines c and G for classification)
python
- 该代码基于Python3,利用机器学习中支持向量机回归算法(SVR)实现对数据的拟合以及预测,可以通过调试c值和gamma值达到不同的拟合程度,具有较大的实际意义,并且该代码本人亲自调式运用,适合广大学习者使用。(This code is based on Python 3. It uses support vector machine regression algorithm (SVR) in machine learning to fit and predict the data. It c