Searched refs:backpropagate (Results 1 – 10 of 10) sorted by relevance
29 summary: "Computes softmax cross entropy cost and gradients to backpropagate."
28 summary: "Computes softmax cross entropy cost and gradients to backpropagate."
20 differentiating the energy function, the training must not backpropagate
184 backpropagate(); in computeSolution()550 void backpropagate() { in backpropagate() function
181 Solution backpropagate(GraphT& G, StackT stack) { in backpropagate() function
179 Solution backpropagate(GraphT& G, StackT stack) { in backpropagate() function
294 S = backpropagate(G, reduce()); in solve()
354 S = backpropagate(G, reduce()); in solve()
583 … "7. The final step is to calculate the gradients and apply it to the optimizer and backpropagate."
2298 backpropagate the gradient values for a pooling layer in a neural network.