diff --git a/Deep Learning for Natural Language Processing with Pytorch.ipynb b/Deep Learning for Natural Language Processing with Pytorch.ipynb index 469a1aa..303d7f7 100644 --- a/Deep Learning for Natural Language Processing with Pytorch.ipynb +++ b/Deep Learning for Natural Language Processing with Pytorch.ipynb @@ -5,6 +5,7 @@ "metadata": {}, "source": [ "# Deep Learning for Natural Language Processing with Pytorch\n", + "By Robert Guthrie, 2017\n", "This tutorial will walk you through the key ideas of deep learning programming using Pytorch.\n", "Many of the concepts (such as the computation graph abstraction and autograd) are not unique to Pytorch and are relevant to any deep learning tool kit out there.\n", "\n",