-
Notifications
You must be signed in to change notification settings - Fork 138
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
论文的公式4写错了吧,矩阵顺序反了 #147
Labels
Comments
@Abraham-M97 感谢指出,你说的好像很有道理,我确认以后在arxiv更新一下 |
@Abraham-M97 可能有更严重的错误 #131 我这周仔细看下 |
是有更严重的错误,如果不用最小二乘,你应该不是转置而是逆,但是考虑到秩的关系,你应该还是需要用最小二乘的伪逆来算 |
文章里写错了,代码里是伪逆。但实际上,伪逆也不严谨,如果采样点大量线性相关,可能无法得出正解,应当有一个梯度下降的二次拟合优化作为保险操作。 |
@Abraham-M97 参考 #131 ,应该只是一个论文中的文字错误。感谢指出!我会找个时间更新arxiv版本。 |
@Abraham-M97 arxiv已经更新 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
论文的公式4写错了吧,矩阵顺序反了
等式右边的两个矩阵顺序应该反一下
The text was updated successfully, but these errors were encountered: