- Notifications
You must be signed in to change notification settings - Fork15
Multi-Input Deep Neural Networks with PyTorch-Lightning - Combine Image and Tabular Data
MarkusRosen/pytorch_multi_input_example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
One of the most significant advantages of artificial deep neural networks has always been that they can pretty much take any kind of data as input and can approximate a non-linear function to predict on that data. I have been searching for online tutorials to create a neural network that takes tabular and image data as inputs and predicts a single value as output. So far, I have not found any start to end tutorials that implement such a network in PyTorch. Therefore I decided to tackle this question on my own. So in this tutorial, I will show you how you can usePyTorch Lightning to predict real estate prices of houses through matching image data and tabular information. You can find the sample data sets used here. The full tutorial is available through myblog.
About
Multi-Input Deep Neural Networks with PyTorch-Lightning - Combine Image and Tabular Data
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
