Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用逻辑函数作为我的 sigmoid,在我的时代是否会出现权重大于 1 的情况?只是想检查我是否正在为我的前馈实现编码正确的方式。谢谢。
这是可能的。例如,如果你有一个没有偏差的 1 输入 1 输出前馈网络,你唯一的训练输入是 0.1,对应的输出是 1,那么权重越高越好。逻辑函数只是确保输出在 0 和 1 之间。