Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
4e611589
Commit
4e611589
authored
Feb 22, 2016
by
Davis King
Browse files
Fixed typo in spec
parent
de39ebdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/optimization/optimization_oca_abstract.h
dlib/optimization/optimization_oca_abstract.h
+2
-2
No files found.
dlib/optimization/optimization_oca_abstract.h
View file @
4e611589
...
@@ -35,7 +35,7 @@ namespace dlib
...
@@ -35,7 +35,7 @@ namespace dlib
Minimize: f(w) == 0.5*(1-lasso_lambda)*length_squared(w) + lasso_lambda*sum(abs(w)) + C*R(w)
Minimize: f(w) == 0.5*(1-lasso_lambda)*length_squared(w) + lasso_lambda*sum(abs(w)) + C*R(w)
Where lasso_lambda is a number in the range [0, 1) and controls
Where lasso_lambda is a number in the range [0, 1) and controls
trade-off between doing L
2
and L2 regularization. R(w) has the same
trade-off between doing L
1
and L2 regularization. R(w) has the same
interpretation as above.
interpretation as above.
...
@@ -153,7 +153,7 @@ namespace dlib
...
@@ -153,7 +153,7 @@ namespace dlib
Minimize: f(w) == 0.5*(1-lasso_lambda)*length_squared(w) + lasso_lambda*sum(abs(w)) + C*R(w)
Minimize: f(w) == 0.5*(1-lasso_lambda)*length_squared(w) + lasso_lambda*sum(abs(w)) + C*R(w)
Where lasso_lambda is a number in the range [0, 1) and controls
Where lasso_lambda is a number in the range [0, 1) and controls
trade-off between doing L
2
and L2 regularization. R(w) has the same
trade-off between doing L
1
and L2 regularization. R(w) has the same
interpretation as above.
interpretation as above.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment