MarkusRosen / pytorch_multi_input_example

Multi-Input Deep Neural Networks with PyTorch-Lightning - Combine Image and Tabular Data

Home Page:https://rosenfelder.ai/multi-input-neural-network-pytorch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Input Deep Neural Networks with PyTorch-Lightning - Combine Image and Tabular Data

Input image.

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 use PyTorch 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 my blog.

About

Multi-Input Deep Neural Networks with PyTorch-Lightning - Combine Image and Tabular Data

https://rosenfelder.ai/multi-input-neural-network-pytorch/


Languages

Language:Python 100.0%