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
[](https://colab.research.google.com/github/manujosephv/pytorch_tabular/blob/main/docs/tutorials/01-Basic_Usage.ipynb.py)
9
10
@@ -20,8 +21,9 @@ It has been built on the shoulders of giants like **PyTorch**(obviously), and **
20
21
-[Documentation](#documentation)
21
22
-[Available Models](#available-models)
22
23
-[Usage](#usage)
23
-
-[Blog](#blog)
24
-
-[References and Citations](#references-and-citations)
[PyTorch Tabular – A Framework for Deep Learning for Tabular Data](https://deep-and-shallow.com/2021/01/27/pytorch-tabular-a-framework-for-deep-learning-for-tabular-data/)
117
+
[Neural Oblivious Decision Ensembles(NODE) – A State-of-the-Art Deep Learning Algorithm for Tabular Data](https://deep-and-shallow.com/2021/02/25/neural-oblivious-decision-ensemblesnode-a-state-of-the-art-deep-learning-algorithm-for-tabular-data/)
118
+
[Mixture Density Networks: Probabilistic Regression for Uncertainty Estimation](https://deep-and-shallow.com/2021/03/20/mixture-density-networks-probabilistic-regression-for-uncertainty-estimation/)
6. Add Text and Image Modalities for mixed modal problems
124
128
7. Integrate Wide and Deep model
125
129
8. Integrate TabTransformer
126
-
## References and Citations
130
+
## Citation
131
+
If you use PyTorch Tabular for a scientific publication, we would appreciate citations to the published software and the following paper:
127
132
128
-
[1] Sergei Popov, Stanislav Morozov, Artem Babenko. [*"Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data"*](https://arxiv.org/abs/1909.06312). arXiv:1909.06312 [cs.LG] (2019)
129
133
130
-
[2] Sercan O. Arik, Tomas Pfister;. [*"TabNet: Attentive Interpretable Tabular Learning"*](https://arxiv.org/abs/1908.07442). arXiv:1908.07442 (2019).
134
+
*[arxiv Paper](https://arxiv.org/abs/2104.13638)
135
+
```
136
+
@misc{joseph2021pytorch,
137
+
title={PyTorch Tabular: A Framework for Deep Learning with Tabular Data},
[1] Sergei Popov, Stanislav Morozov, Artem Babenko. [*"Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data"*](https://arxiv.org/abs/1909.06312). arXiv:1909.06312 [cs.LG] (2019)
91
+
If you use PyTorch Tabular for a scientific publication, we would appreciate citations to the published software and the following paper:
92
92
93
-
[2] Sercan O. Arik, Tomas Pfister;. [*"TabNet: Attentive Interpretable Tabular Learning"*](https://arxiv.org/abs/1908.07442). arXiv:1908.07442 (2019).
93
+
94
+
*[arxiv Paper](https://arxiv.org/abs/2104.13638)
95
+
```
96
+
@misc{joseph2021pytorch,
97
+
title={PyTorch Tabular: A Framework for Deep Learning with Tabular Data},
0 commit comments