diff --git a/Notebooks/Chap06/6_4_Momentum.ipynb b/Notebooks/Chap06/6_4_Momentum.ipynb index 40f5a65..de38182 100644 --- a/Notebooks/Chap06/6_4_Momentum.ipynb +++ b/Notebooks/Chap06/6_4_Momentum.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyMLS4qeqBTVHGdg9Sds9jND", "include_colab_link": true }, "kernelspec": { @@ -377,6 +376,15 @@ }, "execution_count": null, "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "Note that for this case, Nesterov momentum does not improve the result." + ], + "metadata": { + "id": "F-As4hS8s2nm" + } } ] } \ No newline at end of file