cs231 Backpropagation:another example

cs231 Backpropagation:another example   x = 3 # 例子数值 y = -4 # 前向传播 sigy = 1.0 / (1 + math.exp(-y)) # 分子中的sigmoi #(1) num = x + sigy # 分子 #(2) sigx = 1.0 /
相关文章
相关标签/搜索