Skip to content

Commit 312d45a

Browse files
committed
note on prereqs
1 parent 0e1c7e8 commit 312d45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deep Learning for Natural Language Processing with Pytorch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"This tutorial will walk you through the key ideas of deep learning programming using Pytorch.\n",
99
"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",
1010
"\n",
11-
"I am writing this tutorial to focus specifically on NLP for people who have never written code in any deep learning framework (e.g, TensorFlow, Theano, Keras, Dynet)."
11+
"I am writing this tutorial to focus specifically on NLP for people who have never written code in any deep learning framework (e.g, TensorFlow, Theano, Keras, Dynet). It assumes working knowledge of core NLP problems: part-of-speech tagging, language modeling, etc. It also assumes familiarity with neural networks at the level of an intro AI class (such as one from the Russel and Norvig book). Usually, these courses cover the basic backpropogation algorithm on feed-forward neural networks, and make the point that they are chains of compositions of linearities and non-linearities. This tutorial aims to get you started writing deep learning code, given you have this prerequisite knowledge."
1212
]
1313
},
1414
{

0 commit comments

Comments
 (0)