搜索资源列表
gridregression
- SVM回归中用的gridregression.py函数,用它来进行参数寻优,做了一些改动适用于windows。-SVM regression using the gridregression.py function, use it to carry out parameter optimization, has done some changes to apply to windows.
kernels
- 根据模式识别理论,低维空间线性不可分的模式通过非线性映射到高维特征空间则可能实现线性可分,但是如果直接采用这种技术在高维空间进行分类或回归,则存在确定非线性映射函数的形式和参数、特征空间维数等问题,而最大的障碍则是在高维特征空间运算时存在的“维数灾难”。采用核函数技术可以有效地解决这样问题。 -According to the pattern recognition theory, a low dimensional space linearly inseparable pattern th
svm
- SVM平台,操作简单、易于使用的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S 形函数四种常用的核函数供选择。-SVM platform is a simple, easy to use, versatile SVM software package can solve classification problems (including
support-vector-machine-
- 用支持向量机svm实现分类与函数回归,其中包括svc程序,svc输出程序以及svr绘图程序-Classification and function regression using support vector machine svm, including svc program, svc output of the program as well as a drawing program svr
(SVM)-regression-algorithm
- 对比这么复杂的推导过程,SVM的思想确实那么简单。它不再像logistic回归一样企图去拟合样本点(中间加了一层sigmoid函数变换),而是就在样本中去找分隔线,为了评判哪条分界线更好,引入了几何间隔最大化的目标。-The derivation process of the contrast is so complex, the idea of SVM is so simple. It is no longer tried to like logistic regression fitting
SVM-regression-theory-and-control-
- 支持向量机回归理论与神经网络等非线性回归理论相比具有许多独特的优点有线性回归和非线性回归,其模型的选 择包括核的选择、容量控制以及损失函数的选择.在控制方面的研究包括非线性 时间序列 的预测及应用、系统辨识以及优化控制和学习控制等方面的研究-Support vector machine (SVM) regression theory and neural network has many unique advantages such as nonlinear regression theory
zhichixiangliangjifenleihanshu
- 本算法为SVM分类函数,可以用来进行模式识别、分类、以及回归分析。-The algorithm for the SVM classification function can be used for pattern recognition, classification, and regression analysis.
FaceX-master
- 非常有效、高准确率的人脸对齐方法,“显式形状回归”。通过训练数据最小化对齐错误函数,学习一个向量回归函数直接推断整个面部形状(一个特征点集合)-Very efficient and highly accurate face alignment method, explicit shape regression . Through the training data minimization alignment error function, learning a vector regressi
chapter03
- 适合初学者了解似然函数,高斯回归函数,方便快捷了解(Suitable for beginners to understand the likelihood function, Gauss regression function)
1324802
- 用支持向量机(SVM)实现分类与函数回归的源代码,内有实例,依湖芦画瓢即可,()
拟合
- 多个函数的曲线拟合,里面统计有最小二乘、非线性回归(Curve fitting for multiple functions)