Fix duplicate word occurrences in notebooks

This commit is contained in:
Jan Hrček
2024-07-30 11:16:30 +02:00
parent 5f16e0f9bc
commit c5fafbca97
11 changed files with 18 additions and 18 deletions

View File

@@ -214,7 +214,7 @@
{
"cell_type": "code",
"source": [
"# Compute the derivative of the the loss with respect to the function output f_val\n",
"# Compute the derivative of the loss with respect to the function output f_val\n",
"def dl_df(f_val,y):\n",
" # Compute sigmoid of network output\n",
" sig_f_val = sig(f_val)\n",
@@ -522,4 +522,4 @@
"outputs": []
}
]
}
}