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

练习题中的一些问题 #17

Open
RichardcLee opened this issue Jun 13, 2020 · 5 comments
Open

练习题中的一些问题 #17

RichardcLee opened this issue Jun 13, 2020 · 5 comments

Comments

@RichardcLee
Copy link

问题:第一张绪论的练习题中第23题,不应该还用13题中的x。因为这样根本感受不到axis变换带来的区别。
建议:使用 x = np.array([[1,2],[4,3]])

@qumingzizhenan
Copy link

从哪里可以看到编程练习题中的答案?感谢告知!

@qumingzizhenan
Copy link

问题:第一张绪论的练习题中第23题,不应该还用13题中的x。因为这样根本感受不到axis变换带来的区别。 建议:使用 x = np.array([[1,2],[4,3]])
请问你从哪里看到的答案?

@20000131
Copy link

请问您找到编程题的答案的吗?

@lkdhy
Copy link

lkdhy commented Feb 1, 2024

问题:第一张绪论的练习题中第23题,不应该还用13题中的x。因为这样根本感受不到axis变换带来的区别。 建议:使用 x = np.array([[1,2],[4,3]])

是的,两个方向的最大元素显然都靠后侧的:
image

@lkdhy
Copy link

lkdhy commented Feb 1, 2024

此外,可能 chap1_warmup 中第21题中 “对x 进行矩阵转置” 一句会让人做 x=x.T 赋值,从而在做后续题时发现错误:
image

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

4 participants