Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down