You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(P134) In 3rd line at the bottom,
"the 10th position in the sbs.subsets_ attribute and.." should be "the 11th position in the sbs.subsets_ attribute and..", because code is sbs.subsets_[10] not sbs.subsets_[9]
The text was updated successfully, but these errors were encountered:
(p124) In first paragraph,
"we defined the L2 norm of our weight vector..." should be "we defined the square of L2 norm of our weight vector..." or "we defined the L2 regularization of our weight vector...".
(P134) In 3rd line at the bottom,
"the 10th position in the sbs.subsets_ attribute and.." should be "the 11th position in the sbs.subsets_ attribute and..", because code is sbs.subsets_[10] not sbs.subsets_[9]
Good catch!
p124) In first paragraph,
"we defined the L2 norm of our weight vector..." should be "we defined the square of L2 norm
Agree. I think "squared L2 norm" would be even better.
(P134) In 3rd line at the bottom,
"the 10th position in the sbs.subsets_ attribute and.." should be "the 11th position in the sbs.subsets_ attribute and..", because code is
sbs.subsets_[10]
notsbs.subsets_[9]
The text was updated successfully, but these errors were encountered: