# Deep Neural Tabular

1. Tabnet
   1. [papers with code](https://paperswithcode.com/paper/tabnet-attentive-interpretable-tabular/review/)
   2. [paper](https://arxiv.org/abs/1908.07442)
   3. [pytorch](https://github.com/dreamquark-ai/tabnet)
   4. [mediun](https://towardsdatascience.com/tabnet-deep-neural-network-for-structured-tabular-data-39eb4b27a9e4)
2. [Survey on DNN and tabular data](https://arxiv.org/abs/2110.01889)
3. [Tabular data: deep learning is NOT all you need](https://arxiv.org/pdf/2106.03253.pdf)
