搜索资源列表
smoClassify
- 绝对经典的smo分类源代码,1998年Platt提出的分解算法 经过测试,绝对可用。-absolute classic smo classification source code, 1998 Platt of decomposition algorithm tested and absolutely available.
SMOLearn
- 同样经典的由PLATT提出的SMO学习算法.C++语言实现.好用呢-same classic by the SMO PLATT learning algorithm. C language. Easy?
svm_v0.55beta
- 最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, \"The Nature of Statistical Le
svm_v0.55beta
- 最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Lea
SMOLearn
- 同样经典的由PLATT提出的SMO学习算法.C++语言实现.好用呢-same classic by the SMO PLATT learning algorithm. C language. Easy?
CPP.COM.Understanding-COMP
- In this book, Dave Platt walks you through COM+ 1.0, using a friendly and refreshingly consistent top-down approach to purpose, concept, and code. -In this book, Dave Platt walks you through COM+ 1.0, using a friendly an
SVM
- SVM: 一种分类器,采用最大化分类间隔进行优化参数。 关于这个分类器两点比较重要: 1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章 以及“Improvements to Platt s SMO algorithm for SVM Classifier Design” 2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之
KMP
- KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。(KMP algorithm is an improved string matching algorithm, discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneously, so people
8592-KMP算法
- 实现KMP算法。KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特--莫里斯--普拉特操作(简称KMP算法)。(Implement the KMP algorithm. KMP algorithm is an improved string matching algorithm. It is discovered by D.E.Knuth, J.H.Morr