摘要:
Soft Margin SVM(1)Recall 之前分析到SVM的模型为:min 利用Lagrange乘子法转化为对偶问题:\begin{align}\mathop{\max}&\quad \theta(\alpha)=\sum_{i}\alpha_i-\frac{1}{2 阅读全文
摘要:
Soft Margin SVM(1)Recall 之前分析到SVM的模型为:min 利用Lagrange乘子法转化为对偶问题:\begin{align}\mathop{\max}&\quad \theta(\alpha)=\sum_{i}\alpha_i-\frac{1}{2 阅读全文
摘要:
1014. Waiting in Line (30) Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules for the customers to wait in line are: The space inside the yellow line in front of each window is eno... 阅读全文
摘要:
The Solutions of Nonlinear Equation 本文主要介绍几种用于解非线性方程f(x)=0的一些方法。(1) Bisection Method. 算法:step 1: 初始化a,b(b>a),使f(a),f(b)异号。step 2: while (停止条件不满足) p=a+\frac{b-a}{2}; 若 f(p)f(a)a,g(b)0,\lambda, \lim_{n\to\infty}\frac{\tilde{p_{n+1}}-p}{(\tilde{p_n}-p)^\alpha}=\lambda由于Aitken's \De.. 阅读全文
|