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

Typo on Softmax Regression Tutorial page? #24

Open
skylerwharton opened this issue May 2, 2021 · 0 comments
Open

Typo on Softmax Regression Tutorial page? #24

skylerwharton opened this issue May 2, 2021 · 0 comments

Comments

@skylerwharton
Copy link

skylerwharton commented May 2, 2021

Hi! Thank you for making and maintaining this tutorial! I'm reading through your Softmax Regression Tutorial, and I have a question about the following excerpt of the section entitled Properties of softmax regression parameterization:

Indeed, rather than optimizing over the K⋅n parameters (θ(1),θ(2),…,θ(K)) (where θ(k)∈ℜ^n), one can instead set θ(K)=0⃗ and optimize only with respect to the K⋅n remaining parameters.

Should the second part of this sentence instead read "optimize only with respect to the (K - 1)⋅n remaining parameters"?

Thank you!

@skylerwharton skylerwharton changed the title Typo on Softmax Regression tutorial page? Typo on Softmax Regression Tutorial page? May 2, 2021
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