(Day 20) Natural Language Processing - TensorFlow Developer Certificate Part 3

Ivan Ivanov · January 21, 2024

Hello :) Today is Day 20!

A quick summary of today:

image

To do NLP, first, you need to tokenize the data and use pad_sequence

image

Today, I learned about the sequence model.

image image

I tried different models

image image

And another one

image image

Next, I tried making a next-word predictor model

Base model

image image

2nd model

image image

3rd model

image image

Among them, the Base model obtained the highest acuity and lowest loss.

I am still new to NLP, so I need to practice with new data on kaggle.

That is all for today!

See you tomorrow :)

Original post in Korean