nn_tokenizer_categ | R Documentation |
Tokenizes categorical features into a dense embedding.
For an input of shape (batch, n_features)
the output shape is (batch, n_features, d_token)
.
nn_tokenizer_categ(cardinalities, d_token, bias, initialization)
cardinalities |
( |
d_token |
( |
bias |
( |
initialization |
( |
Gorishniy Y, Rubachev I, Khrulkov V, Babenko A (2021). “Revisiting Deep Learning for Tabular Data.” arXiv, 2106.11959.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.