radi-cho / GatedTabTransformer
A deep learning tabular classification architecture inspired by TabTransformer with integrated gated multilayer perceptron.
☆98Updated 2 years ago
Alternatives and similar repositories for GatedTabTransformer:
Users that are interested in GatedTabTransformer are comparing it to the libraries listed below
- The official implementation of the paper, "SubTab: Subsetting Features of Tabular Data for Self-Supervised Representation Learning"☆143Updated 2 years ago
- Implementation of ETSformer, state of the art time-series Transformer, in Pytorch☆152Updated last year
- Revisiting Pretrarining Objectives for Tabular Deep Learning☆63Updated 2 years ago
- Implementation of SCARF: Self-Supervised Contrastive Learning using Random Feature Corruption in Pytorch, a model learning a representati…