分类问题的loss
MSECross Entropy LossHinge Loss (SVN用的比较多) ∑ i m a x ( 0 , 1 − y i ∗ h θ ( x i ) ) \sum_imax(0,1-y_i*h_\theta(x_i)) ∑imax(0,1−yi∗hθ(xi))
Entropy(熵)
Uncertainty(…
一、vitepress使用vue及antd组件
1.安装antd之后在docs\.vitepress\theme\index.ts引入文件
// https://vitepress.dev/guide/custom-theme
import { h } from vue
import type { Theme } from vitepress
import DefaultTheme from vitepress/theme
import ./style.css
impor…