Note how you can do end-to-end text classification only with Keras objects: - Get datasets from files with `text_dataset_from_directory` - Tokenize and index with `TextVectorization` layer - Embed and classify the tokenized text with a Model Same for images. Keras is end-to-end
-
-
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
That’s a useful change. Far more representative of the position typical users find themselves in. Keras is phenomenal, by the way.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Seed 42 works much better
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
François, i'm still confused... How could you use tf.keras text features with official tf.text?
-
Write a layer that uses tf.text. Writing layers is easy
End of conversation
New conversation -
-
-
I have a question, why did you add a Dropout layer after the Embedding Layer ?
-
Regularizing the embeddings work well on unseen data, especially when you are training embedding on the fly and not using pre-trained ones.
End of conversation
New conversation -
-
-
Leet seed. Nice.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Your seed is elite
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
What would you do, if you're interested in which words are relevant for the classification of the model? Is there a way to make the relevant words visible like in the computer vision example where we see the activation heatmap?
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.