搜索资源列表
RBFNN-SVM
- RBF神经网络和支持向量机混合算法! -RBF neural network and support vector machine hybrid algorithm. RBF neural network and support vector machine hybrid algorithm.
GImpprovedSVVe
- 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型使用径向基函数(RBF))作为核函数,运用格雷码编码方式对SVM算法的模型参数进行遗传编码与优化搜索,,将搜索到的优化结果作为SVM 的最终模型参数。 -Genetic algorithm (GA) combined with the traditional SVM algorithm to construct a parameter of the evolution of the optim
cppHoG-raw-RBF
- HOG特征 加上 SVM训练方法的程序,可以实现人体检测、人脸检测,从CSDN上下载的,本人使用了,可以使用,但需要安装opencv2.0以上版本,其余的版本我没试过-HOG feature program plus SVM training methods, you can achieve human detection, face detection, download from CSDN, I use, you can use, but need to install opencv2.0
AdaBoostSVM
- 使用Libsvm的C#版本进行Grid搜索,核函数使用RBF核-using libsvm to run a Grid searching for the parameters of svm
nn_basic
- 神将网络中初学必备代码,包括BP、rbf、svm等基础知识-the basic learning code of neural network ,including bp、rbf、svm .....
bpfit
- 使用BP神经网络实现一个函数的拟合,效果没有SVM和RBF的效果好,不顾还是可以用的,注意某些参数的调节。-Use BP neural network function fitting, no effect of SVM and RBF effect, despite still can be used, pay attention to adjust certain parameters.
etr20652
- In this letter, we propose a new compression method for a high dimensional support vector machine (SVM). We used singular value decomposition (SVD) to compress the norm part of a radial basis function SVM. By deleting the least significant vector
MATLAB
- 本书论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。((This book discusses how to realize neural network in MATLAB environment, including the commonly used neural network and related the
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part