You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Pretraining optionality for suitable models.</li>
26
28
<li>Individual preprocessing: preprocess each feature differently, use pre-trained models for categorical encoding</li>
27
29
<li>Extract latent representations of tables</li>
28
30
<li>Use embeddings as inputs</li>
@@ -78,7 +80,8 @@ Mambular is a Python package that brings the power of advanced deep learning arc
78
80
|`NDTF`| A neural decision forest using soft decision trees. See [Kontschieder et al.](https://openaccess.thecvf.com/content_iccv_2015/html/Kontschieder_Deep_Neural_Decision_ICCV_2015_paper.html) for inspiration. |
79
81
|`SAINT`| Improve neural networs via Row Attention and Contrastive Pre-Training, introduced [here](https://arxiv.org/pdf/2106.01342). |
0 commit comments