mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 03:22:38 +02:00
whitespace
This commit is contained in:
parent
72de607199
commit
09c8d5a567
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class MLP(Mapping):
|
||||||
# Backpropagation to hidden layer.
|
# Backpropagation to hidden layer.
|
||||||
dL_dact = np.dot(dL_dF, self.W2.T)
|
dL_dact = np.dot(dL_dF, self.W2.T)
|
||||||
dL_dlayer1 = dL_dact / np.square(np.cosh(layer1))
|
dL_dlayer1 = dL_dact / np.square(np.cosh(layer1))
|
||||||
|
|
||||||
return np.dot(dL_dlayer1, self.W1.T)
|
return np.dot(dL_dlayer1, self.W1.T)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue