Andrew Ng 机器学习笔记
SVM 公式总结
Cost function for SVM


Simularity function (Gaussian Kernal)

MatLab 代码: Gridsearch, 通过计算最小validation error来选择C和sigma
function [C, sigma] = dataset3Params(X, y, Xval, yval)
%DATASET3PARAMS returns your choice of C and sigma for Part 3 of the exercise
%where you select the optimal (C, sigma) learning parameters to use for SVM
%with RBF kernel
% [C, sigma] = DATASET3PARAMS(X,

最低0.47元/天 解锁文章
2770

被折叠的 条评论
为什么被折叠?



