We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb00f42 commit d967b30Copy full SHA for d967b30
backpropagation.m
@@ -1,6 +1,6 @@
1
function neural_net = backpropagation(neural_net, cost_function, out, learning_rate, Y)
2
-%BACKPROPAGATION Summary of this function goes here
3
-% Detailed explanation goes here
+%BACKPROPAGATION update de weights using the backpropagation algorithm
+%
4
5
for i=length(neural_net):-1:1
6
0 commit comments