Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Neural Circuits01:25

Neural Circuits

1.2K
Neural circuits and neuronal pools are two of the main structures found in the nervous system. Neural circuits are networks of neurons that work together to carry out a specific task or process. They consist of interconnected neurons and glial cells, which provide structural and metabolic support.
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
1.2K
Bar Graph01:07

Bar Graph

16.4K
A bar graph is also called a bar chart and consists of bars that are separated from each other. It either uses horizontal or vertical bars to show comparisons among categories. The bars can be rectangles, or they can be rectangular boxes (used in three-dimensional plots). One axis of the graph represents the specific categories being compared, and the other axis shows a discrete value. In this graph, the length of the bar for each category is proportional to the number or percent of individuals...
16.4K
Vector Algebra: Graphical Method01:10

Vector Algebra: Graphical Method

12.1K
Vectors can be multiplied by scalars, added to other vectors, or subtracted from other vectors. The vector sum of two (or more) vectors is called the resultant vector or, for short, the resultant.
We use the laws of geometry to construct resultant vectors, followed by trigonometry to find vector magnitudes and directions. For a geometric construction of the sum of two vectors in a plane, we follow the parallelogram rule. Suppose two vectors are at arbitrary positions. Translate either one of...
12.1K
Time-Series Graph00:54

Time-Series Graph

4.4K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.4K
Ogive Graph01:07

Ogive Graph

5.6K
An ogive graph is sometimes called a cumulative frequency polygon. It is one type of frequency polygon that shows cumulative frequency. In other words, the cumulative percentages are added to the graph from left to right. An ogive graph plots cumulative frequency on the vertical y-axis and class boundaries along the horizontal x-axis. It’s very similar to a histogram; only instead of rectangles, an ogive displays a single point where the top right of the rectangle would be. Creating this...
5.6K
Multiple Bar Graph01:07

Multiple Bar Graph

5.1K
As the name suggests, a multiple bar graph is the same as a bar graph but has multiple bars to depict relationships between different data values. One can include as many parameters as possible. However, each parameter must have the same unit of measurement.
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
5.1K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Epigenetic and Phenotypic Responses to Experimental Climate Change of Native and Invasive <i>Carpobrotus edulis</i>.

Frontiers in plant science·2022
Same author

Additive Ensemble Neural Network with Constrained Weighted Quantile Loss for Probabilistic Electric-Load Forecasting.

Sensors (Basel, Switzerland)·2021
Same author

A trophic latitudinal gradient revealed in anchovy and sardine from the Western Mediterranean Sea using a multi-proxy approach.

Scientific reports·2020
Same author

Detection of early stages of Alzheimer's disease based on MEG activity with a randomized convolutional neural network.

Artificial intelligence in medicine·2020
Same author

Isolation and characterization of fourteen polymorphic microsatellite markers in the viperine snake <i>Natrix maura</i>.

Ecology and evolution·2019
Same author

Extended imposex monitoring in N Atlantic Spain confirms punctual attainment of European environmental objectives for TBT.

Marine pollution bulletin·2018

Related Experiment Video

Updated: Jul 1, 2025

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K

Graph Neural Network contextual embedding for Deep Learning on tabular data.

Mario Villaizán-Vallelado1, Matteo Salvatori2, Belén Carro3

  • 1Artificial Intelligence Laboratory (AI-Lab), Telefonica I+D, Spain; Universidad de Valladolid, Valladolid, 47011, Spain.

Neural Networks : the Official Journal of the International Neural Network Society
|March 6, 2024
PubMed
Summary
This summary is machine-generated.

This study introduces a new deep learning model using Graph Neural Networks (GNNs) to effectively analyze tabular data. The novel approach shows superior performance compared to existing deep learning benchmarks and competitive results against traditional machine learning models.

Keywords:
Artificial IntelligenceContextual embeddingDeep LearningGraph Neural NetworkInteraction NetworkTabular data

More Related Videos

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

533
Author Spotlight: Advancing Alzheimer's Research &#8211; Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

1.0K

Related Experiment Videos

Last Updated: Jul 1, 2025

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

533
Author Spotlight: Advancing Alzheimer's Research &#8211; Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

1.0K

Area of Science:

  • Computer Science
  • Artificial Intelligence
  • Machine Learning

Background:

  • Industries utilize big data in tabular format, comprising heterogeneous features.
  • Deep Learning (DL) excels in areas like natural language processing but faces challenges with tabular data.
  • Classical Machine Learning (ML) models, particularly tree-based ensembles, often outperform DL on tabular datasets.

Purpose of the Study:

  • To present a novel Deep Learning (DL) model for tabular data analysis.
  • To leverage Graph Neural Networks (GNNs), specifically Interaction Networks (INs), for contextual embedding and feature interaction modeling.
  • To demonstrate the model's effectiveness against existing DL benchmarks and traditional ML models.

Main Methods:

  • Development of a novel DL model based on Graph Neural Network (GNN) architecture.
  • Utilization of Interaction Network (IN) for contextual embedding of tabular features.
  • Evaluation on seven public datasets against a DL benchmark and boosted-tree solutions.

Main Results:

  • The proposed GNN-based model outperforms a recent DL benchmark on tabular data.
  • The model achieves competitive performance when compared to established boosted-tree ML solutions.
  • Demonstrates improved modeling of interactions among heterogeneous tabular features.

Conclusions:

  • Graph Neural Networks (GNNs), specifically Interaction Networks (INs), offer a promising DL approach for tabular data.
  • The novel model provides a viable alternative to traditional ML methods for tabular data analysis.
  • This research advances the application of DL techniques to complex, real-world tabular datasets.