Week 4: ML with Python #89
Replies: 3 comments
-
This resource seems to go along with the video: https://medium.com/geekculture/natural-language-processing-ed48334f80be
|
Beta Was this translation helpful? Give feedback.
-
FYI Anyone wanting to run the RNN Colab should be advised that it won't work without a small change to code blocks 12 and 13. block 12: from tensorflow.keras.preprocessing.sequence import pad_sequences block 13 train_data = pad_sequences(train_data, MAXLEN)
test_data = pad_sequences(test_data, MAXLEN) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Getting Started
The goal this week is to get to "Create a Play Generator" lesson from freeCodeCamp's ML with python and check-in here.
According to the Deepgram Blog, NLP is:
Learning Resources
Sentiment Analysis:
Recurrent Neural Network
Check-in
Beta Was this translation helpful? Give feedback.
All reactions