#142 · Primary category: Deep Learning Frameworks
tab-transformer-pytorch
Implementation of TabTransformer, attention network for tabular data, in Pytorch
Project last updated:01/08/26
GitHub Stars
1.1K
Forks
131
Contributors
6
License
MIT
Why we included this project
Most tabular modeling still runs on gradient boosting, and this repo is for teams that want to test what attention can do on the same kind of data without changing their whole stack. It implements the original TabTransformer from the 2020 paper, which the author says came close to matching GBDT performance, and it also bundles Yandex's FT-Transformer, a follow-up that embeds continuous values with a simpler scheme. Having both in one install makes it easy to run them head to head against your existing pipeline. The code is a plain PyTorch module, small and pip-installable, so you can drop it into a classification or regression task without adopting a larger framework. If you are unsure whether deep learning on structured data beats what you already have, this is a cheap way to find out on your own data.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.