This is a constantly-updated list of code examples that we're currently interested in.
--
Reference TF/Keras implementation
--
--
Example TF2/Keras implementation
--
--
Using word bi-grams + TF-IDF + a small MLP, from raw text strings.
The tokenization and extraction of TF-IDF ngrams should be done with the TextVectorization
layer.
The dataset should have at least 50k samples and there should be at least a dozen of labels.
--
--
--
--
--
--
--
--
--
--