pytorch-tabular icon indicating copy to clipboard operation
pytorch-tabular copied to clipboard

A python script for a PyTorch feed forward neural network for tabular data using categorical embeddings.

Results 3 pytorch-tabular issues
Sort by recently updated
recently updated
newest added

Hi, I tried your model but I found it doesn't converge, have you tested the code? ![image](https://user-images.githubusercontent.com/15122811/81939246-ad629a00-9628-11ea-8229-ddbe19c2d243.png)

Hi Yashu, I read your post and code on NN and tabular data and found your code to be super elegant. I am currently working with tabular data as well...

I am trying to learn more about pytorch and in particular about using categorical and continuous tabular data. I am trying to run your code, but for some reason when...