Skip to content

Commit 3660e36

Browse files
committed
added readme
1 parent ecd2678 commit 3660e36

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ReadMe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Creating a map and KDE plot of points and polygons with Python
2+
3+
![Input image.](teaser.png)
4+
5+
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](<[here](https://1drv.ms/u/s!AqUPqx8G81xZiL1l80RtZbjPj43MhA?e=KagzKc)>). The full tutorial is available through my [blog](https://rosenfelder.ai/multi-input-neural-networ-pytorch/).

teaser.png

142 KB
Loading

0 commit comments

Comments
 (0)