感知器模型:所有权重初始化为零时学习率的效果

发布于 2025-02-05 07:39:06 字数 265 浏览 2 评论 0原文

在Python Machine Learning第2本书中,与PERCEPTRON的重量初始化步骤有关,作者写道:

我不是Trigonometry和elgebra的专家,所以我不太了解两个向量之间的角度如何(为零)与学习率对权重的影响有关(将其初始化为所有零时)。请帮助连接两个点?

In Python Machine Learning 2rd book, related to the weight initialization step in the Perceptron, the author wrote:

Python Machine Learning

I'm not expert at Trigonometry and Algebra so I don't really understand how the angle between two vectors (is zero) relates to the effect of learning rate to the weights (when it's initialized to all zeros). Please help to connect the two points?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缘字诀 2025-02-12 07:39:06

每个矢量都有一个方向和大小。当我们将矢量乘以恒定时,方向不会改变。考虑A =(1,0,0)和B =(2,0,0)。显然,他们俩都朝着同一方向。
此外,当两个向量朝着相同的方向时,它们之间的角度为零。 (将向量视为您脑海中的箭头)

Each vector has a direction and a magnitude. When we multiply a vector to a constant the direction is not change. consider a=(1,0,0) and b =(2,0,0). clearly, both of them are in same direction.
Moreover, when two vectors are in the same direction the angle between them is zero. (Consider vectors as arrows in your mind)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文