All Projects → MarkusRosen → pytorch_multi_input_example

MarkusRosen / pytorch_multi_input_example

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pytorch multi input example

AutoTabular
Automatic machine learning for tabular data. ⚡🔥⚡
Stars: ✭ 51 (+27.5%)
Mutual labels:  tabular-data, pytorch-lightning
map-floodwater-satellite-imagery
This repository focuses on training semantic segmentation models to predict the presence of floodwater for disaster prevention. Models were trained using SageMaker and Colab.
Stars: ✭ 21 (-47.5%)
Mutual labels:  pytorch-lightning
DataTables.jl
(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Stars: ✭ 28 (-30%)
Mutual labels:  tabular-data
deepaudio-speaker
neural network based speaker embedder
Stars: ✭ 19 (-52.5%)
Mutual labels:  pytorch-lightning
skillful nowcasting
Implementation of DeepMind's Deep Generative Model of Radar (DGMR) https://arxiv.org/abs/2104.00954
Stars: ✭ 117 (+192.5%)
Mutual labels:  pytorch-lightning
SDGym
Benchmarking synthetic data generation methods.
Stars: ✭ 177 (+342.5%)
Mutual labels:  tabular-data
fastapi-csv
🏗️ Create APIs from CSV files within seconds, using fastapi
Stars: ✭ 46 (+15%)
Mutual labels:  tabular-data
pytorch-lightning-template
An easy/swift-to-adapt PyTorch-Lighting template. 套壳模板,简单易用,稍改原来Pytorch代码,即可适配Lightning。You can translate your previous Pytorch code much easier using this template, and keep your freedom to edit all the functions as well. Big-project-friendly as well.
Stars: ✭ 555 (+1287.5%)
Mutual labels:  pytorch-lightning
uvadlc notebooks
Repository of Jupyter notebook tutorials for teaching the Deep Learning Course at the University of Amsterdam (MSc AI), Fall 2022/Spring 2022
Stars: ✭ 901 (+2152.5%)
Mutual labels:  pytorch-lightning
SchemaMapper
A .NET class library that allows you to import data from different sources into a unified destination
Stars: ✭ 41 (+2.5%)
Mutual labels:  tabular-data
BrainMaGe
Brain extraction in presence of abnormalities, using single and multiple MRI modalities
Stars: ✭ 23 (-42.5%)
Mutual labels:  pytorch-lightning
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+4662.5%)
Mutual labels:  pytorch-lightning
labml
🔎 Monitor deep learning model training and hardware usage from your mobile phone 📱
Stars: ✭ 1,213 (+2932.5%)
Mutual labels:  pytorch-lightning
Transformer-QG-on-SQuAD
Implement Question Generator with SOTA pre-trained Language Models (RoBERTa, BERT, GPT, BART, T5, etc.)
Stars: ✭ 28 (-30%)
Mutual labels:  pytorch-lightning
lightning-transformers
Flexible components pairing 🤗 Transformers with Pytorch Lightning
Stars: ✭ 551 (+1277.5%)
Mutual labels:  pytorch-lightning
msda
Library for multi-dimensional, multi-sensor, uni/multivariate time series data analysis, unsupervised feature selection, unsupervised deep anomaly detection, and prototype of explainable AI for anomaly detector
Stars: ✭ 80 (+100%)
Mutual labels:  tabular-data
bert-squeeze
🛠️ Tools for Transformers compression using PyTorch Lightning ⚡
Stars: ✭ 56 (+40%)
Mutual labels:  pytorch-lightning
quickvision
An Easy To Use PyTorch Computer Vision Library
Stars: ✭ 49 (+22.5%)
Mutual labels:  pytorch-lightning
tv
📺(tv) Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.
Stars: ✭ 1,763 (+4307.5%)
Mutual labels:  tabular-data
weasel
Weakly Supervised End-to-End Learning (NeurIPS 2021)
Stars: ✭ 117 (+192.5%)
Mutual labels:  pytorch-lightning

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].