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

Hyperbolas01:30

Hyperbolas

210
A hyperbola is a conic section produced when a double-napped cone is intersected by a plane at an angle steeper than the slope of the cone, such that it cuts through both nappes. This intersection yields two separate, mirror-image curves known as branches, which open away from each other along the transverse axis. The nearest points on each branch to the hyperbola’s center are termed vertices, and the distance from the center to a vertex is denoted by a. Perpendicular to the transverse...
210
Geometry of Hyperbolas01:30

Geometry of Hyperbolas

220
A hyperbola consists of all points where the absolute difference of distances to two fixed points, called foci, remains constant. The standard equation isEach branch extends infinitely and approaches two asymptotes, which guide the curve’s behavior. The parameters a and b define key features: a measures the distance from the center to each vertex along the transverse axis, while b influences the slopes of the asymptotes. The asymptotes have equationsA rectangle centered at the origin with...
220
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

750
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
750
Graphical and Analytic Representation of Sinusoids01:20

Graphical and Analytic Representation of Sinusoids

819
Analyzing two sinusoidal voltages with equal amplitude and period but different phases on an oscilloscope, an instrument used to display and analyze waveforms, involves a three-step process.
The first step is measuring the peak-to-peak value, which is twice the amplitude of the sinusoid. This provides information about the maximum voltage swing of the waveform.
Secondly, the period and angular frequency are determined. The period is the time taken for one complete cycle of the waveform, while...
819
Graphs of Functions01:30

Graphs of Functions

163
Graphs of functions provide a visual representation of how output values change in response to varying inputs. Each point on the graph corresponds to an ordered pair, where the x-coordinate (independent variable) determines the horizontal position and the y-coordinate (dependent variable) determines the vertical position. Linear functions like y = x give a straight line, indicating a constant rate of change.Nonlinear functions display more complex behaviors. Even power functions generate...
163
Graphs of Trigonometric Functions01:29

Graphs of Trigonometric Functions

137
Trigonometric functions exhibit periodic and symmetrical behavior, deeply rooted in the unit circle. The sine and cosine functions correspond to the vertical and horizontal projections, respectively, of a point rotating counterclockwise around the circle. These functions trace smooth, repeating waveforms with identical periods and bounded ranges. The tangent function is defined as the ratio of sine to cosine and produces an unbounded curve that repeats every units, with vertical asymptotes...
137

You might also read

Related Articles

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

Sort by
Same author

Bio-BLIP: A Multimodal Architecture for Transferable Reasoning in Genomic Variant Interpretation.

bioRxiv : the preprint server for biology·2026
Same author

Pre-training genomic language model with variants for better modeling functional genomics.

NPJ artificial intelligence·2026
Same author

A Nursing and Computer Science Perspective on Confronting Chronic Illness and Environmental Responsibility in AI Research.

Nursing reports (Pavia, Italy)·2026
Same author

Genome modelling and design across all domains of life with Evo 2.

Nature·2026
Same author

Leveraging multi-modal foundation models for analysing spatial multi-omic and histopathology data.

Nature biomedical engineering·2026
Same author

spRefine denoises and imputes spatial transcriptomic data with a reference-free framework powered by genomic language model.

Genome research·2026
Same journal

Distributionally Robust Feature Selection.

Advances in neural information processing systems·2026
Same journal

On the Identifiability of Hybrid Deep Generative Models: Meta-Learning as a Solution.

Advances in neural information processing systems·2026
Same journal

Unlocking hidden biomolecular conformational landscapes in diffusion models at inference time.

Advances in neural information processing systems·2026
Same journal

JADE: Joint Alignment and Deep Embedding for Multi-Slice Spatial Transcriptomics.

Advances in neural information processing systems·2026
Same journal

Learning to Route: Per-Sample Adaptive Routing for Multimodal Multitask Prediction.

Advances in neural information processing systems·2026
Same journal

Emergence and Evolution of Interpretable Concepts in Diffusion Models.

Advances in neural information processing systems·2026
See all related articles

Related Experiment Video

Updated: Dec 24, 2025

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

934

Hyperbolic Graph Convolutional Neural Networks.

Ines Chami1, Rex Ying2, Christopher Ré2

  • 1Institute for Computational and Mathematical Engineering, Stanford University.

Advances in Neural Information Processing Systems
|April 8, 2020
PubMed
Summary
This summary is machine-generated.

Hyperbolic Graph Convolutional Neural Networks (HGCN) use hyperbolic geometry to reduce distortion in graph embeddings for complex networks. This novel approach improves node representation and performance on tasks like link prediction and node classification.

Related Experiment Videos

Last Updated: Dec 24, 2025

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

934

Area of Science:

  • Machine Learning
  • Graph Neural Networks
  • Hyperbolic Geometry

Background:

  • Graph convolutional neural networks (GCNs) embed graph nodes into Euclidean space, causing significant distortion for scale-free or hierarchical graphs.
  • Hyperbolic geometry offers a promising alternative for embeddings with reduced distortion.

Purpose of the Study:

  • To propose the first inductive hyperbolic GCN (HGCN) for learning node representations in hierarchical and scale-free graphs.
  • To address challenges in defining neural network operations and mapping Euclidean features in hyperbolic space.

Main Methods:

  • Deriving GCN operations within the hyperboloid model of hyperbolic space.
  • Mapping Euclidean input features to hyperbolic embeddings with trainable curvature at each layer.
  • Developing HGCN as an inductive model for graph representation learning.

Main Results:

  • HGCN effectively preserves the hierarchical structure of graphs.
  • Achieved up to 63.1% error reduction in ROC AUC for link prediction.
  • Achieved up to 47.5% F1 score improvement for node classification compared to Euclidean GCNs.
  • Demonstrated state-of-the-art performance on the Pubmed dataset, even with low-dimensional embeddings.

Conclusions:

  • HGCN successfully combines GCN expressiveness with hyperbolic geometry for superior node representation learning.
  • The proposed method offers significant performance gains over existing GCNs on complex graph structures.
  • HGCN provides a powerful new tool for analyzing and understanding hierarchical and scale-free networks.