Skip to content

Commit d967b30

Browse files
authored
[ADD] documentation
1 parent eb00f42 commit d967b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backpropagation.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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
2+
%BACKPROPAGATION update de weights using the backpropagation algorithm
3+
%
44

55
for i=length(neural_net):-1:1
66

0 commit comments

Comments
 (0)