Skip to content

Commit 18d0145

Browse files
authored
Merge pull request #332 from HanzTantiangco/patch-3
docs: add TODO in update_weights() function
2 parents 704a3e5 + 0f2d814 commit 18d0145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project-bikesharing/my_answers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ def update_weights(self, delta_weights_i_h, delta_weights_h_o, n_records):
115115
n_records: number of records
116116
117117
'''
118+
119+
# TODO: Update the weights with gradient descent step
118120
self.weights_hidden_to_output += None # update hidden-to-output weights with gradient descent step
119121
self.weights_input_to_hidden += None # update input-to-hidden weights with gradient descent step
120122

0 commit comments

Comments
 (0)