You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have finished the TensorFlow deep learning course and was reviewing the student exam guide here
Under the NLP section, it talks about training an LSTM model to do text prediction however the NLP section of this course only focuses on classification not next token prediction.
Does anyone have any advice on how I could self-study this since that section does not exist in this course?
@mrdbourke : Any chance you'll update the course in the future with a section on next token prediction for NLP?
In the recommended book (which I have) (Hands on Machine Learning) located here there is a section in Chapter 16 for generating fake Shakespearean Text. You had mentioned you've gone cover to cover with the book so I am surprised you did not include generating text as part of the NLP course material since it is potentially on the TF Exam by Google.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
I have finished the TensorFlow deep learning course and was reviewing the student exam guide here
Under the NLP section, it talks about training an
LSTM
model to do text prediction however the NLP section of this course only focuses on classification not next token prediction.Does anyone have any advice on how I could self-study this since that section does not exist in this course?
@mrdbourke : Any chance you'll update the course in the future with a section on next token prediction for NLP?
In the recommended book (which I have) (Hands on Machine Learning) located here there is a section in Chapter 16 for
generating fake Shakespearean Text
. You had mentioned you've gone cover to cover with the book so I am surprised you did not include generating text as part of the NLP course material since it is potentially on the TF Exam by Google.Beta Was this translation helpful? Give feedback.
All reactions