Skip to content

ioangatop/super_tml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperTML

Author: Ioannis Gatopoulos, 2020

Description

PyTorch implementation of research paper:

SuperTML: Two-Dimensional Word Embedding for the Precognition on Structured Tabular Data

Abstrack: Projects tabular data to images creating 2-dimentional embenddings. Then, with the use of a pretrained model, it is capable of performing regression and classification tasks.

CodePaperBlog-Post

Results

Required Python packages

Install all the dependencies:

pip3 install -r requirements.txt

Run

cd super_tml
python main.py --dataset iris --model densenet121

References

- Baohua Sun.
SuperTML: Two-Dimensional Word Embedding for the Precognition on Structured Tabular Data.
CVPR Workshop Paper, 2019.

About

PyTorch implementation of SuperTML: Two-Dimensional Word Embedding for the Precognition on Structured Tabular Data paper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages