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.
我正在尝试在 MATLAB 中实现“随机梯度下降”。我完全遵循了算法,但我得到了一个非常非常大的 w (系数)用于预测/拟合函数。我的算法有错误吗?
我正在尝试为我的神经网络编写梯度下降。
我的最终网络输出为 (net2) 并希望输出为 (d) 我将这 2 个参数放入公式中:E=0.5*(d^2-net2),我得到了 E。
所以我的问题是我如何使用E?我怎样才能在matlab中写我的鳕鱼?以及如何将我的权重更新为 W?请帮助我。谢谢。
你可以看看那个实现:
http://www.mathworks.com/matlabcentral/fileexchange/22010-a-very-simple-and-intuitive-neural-network-implementation