Change all TO DO to TODO

This commit is contained in:
Kaj van Rijn
2024-11-22 15:34:52 +01:00
parent 6d425c04d4
commit 6072ad4450
5 changed files with 13 additions and 13 deletions

View File

@@ -148,7 +148,7 @@
" all_h[layer+1] = all_f[layer]\n",
"\n",
" # Compute the output from the last hidden layer\n",
" # TO DO -- Replace the line below\n",
" # TODO -- Replace the line below\n",
" all_f[K] = np.zeros_like(all_biases[-1])\n",
"\n",
" # Retrieve the output\n",