问题描述:
禁止使用深度学习与梯度下降相关的库实现下列问题。
Several exercises will make use of the following three-dimensional data sampledfrom three categories, denoted ωi .

1. Consider a 2-2-1 network with bias, where the activation function at the hiddenunits and the output unit is a sigmoid yj = a tanh(b netj) for a = 1.716 and b = 2/3.
(a) Suppose the matrices describing the input-to-hidden weights (wji

本文探讨了在不使用深度学习库的情况下,如何手动实现2-2-1网络和3-1-1sigmoid网络的反向传播。通过调整不同权重矩阵,观察并分析学习曲线的变化,以理解反向传播在分类任务中的作用。文中提供了具体代码示例,展示了不同权重初始化对学习过程的影响。
2万+

被折叠的 条评论
为什么被折叠?



