Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

section Linear Classification: is there difference between the comma(,) and semi-colon(;) in the functions? #221

Open
xuweichn opened this issue Dec 18, 2019 · 0 comments

Comments

@xuweichn
Copy link

the linear classifier:
$$ f(x_i, W, b) = W x_i + b $$ ---- commer in the middle of x_i and W

the Multiclass SVM loss:
$$ L = \frac{1}{N} \sum_i \sum_{j\neq y_i} \left[ \max(0, f(x_i; W)j - f(x_i; W){y_i} + \Delta) \right] + \lambda \sum_k\sum_l W_{k,l}^2 $$ ----- semicolon in the middle of x_i and W

Is there any difference introduced by the two punctruations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant