Skip to content

Commit 0f560f0

Browse files
committed
adapt readme
1 parent 8ff8db8 commit 0f560f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Mambular is a Python library for tabular deep learning. It includes models that
2323

2424
<h3>⚡ What's New ⚡</h3>
2525
<ul>
26+
<li>New Models: `Tangos`, `AutoInt`, `Trompt`</li>
27+
<li>Pretraining optionality for suitable models.</li>
2628
<li>Individual preprocessing: preprocess each feature differently, use pre-trained models for categorical encoding</li>
2729
<li>Extract latent representations of tables</li>
2830
<li>Use embeddings as inputs</li>
@@ -78,7 +80,8 @@ Mambular is a Python package that brings the power of advanced deep learning arc
7880
| `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. |
7981
| `SAINT` | Improve neural networs via Row Attention and Contrastive Pre-Training, introduced [here](https://arxiv.org/pdf/2106.01342). |
8082
| `AutoInt` | Automatic Feature Interaction Learning via Self-Attentive Neural Networks introduced [here](https://arxiv.org/abs/1810.11921). |
81-
| `Trompt ` | Trompt: Towards a Better Deep Neural Network for Tabular Data introduced [here](https://arxiv.org/abs/2305.18446). |
83+
| `Trompt` | Trompt: Towards a Better Deep Neural Network for Tabular Data introduced [here](https://arxiv.org/abs/2305.18446). |
84+
| `Tangos` | Tangos: Regularizing Tabular Neural Networks through Gradient Orthogonalization and Specialization introduced [here](https://openreview.net/pdf?id=n6H86gW8u0d). |
8285

8386

8487

0 commit comments

Comments
 (0)