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

Fast Decoupled and DC Powerflow01:24

Fast Decoupled and DC Powerflow

961
The fast decoupled power flow method addresses contingencies in power system operations, such as generator outages or transmission line failures. This method provides quick power flow solutions, essential for real-time system adjustments. Fast decoupled power flow algorithms simplify the Jacobian matrix by neglecting certain elements, leading to two sets of decoupled equations:
961
Vector Algebra: Graphical Method01:10

Vector Algebra: Graphical Method

13.7K
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...
13.7K
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation01:24

One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation

1.5K
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
1.5K
Fast Fourier Transform01:10

Fast Fourier Transform

1.3K
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
1.3K
Cluster Sampling Method01:20

Cluster Sampling Method

11.0K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
11.0K
Distance Problem01:29

Distance Problem

216
When an object's velocity changes over time, the total distance traveled can be determined by summing small displacement intervals over short increments. This approach approximates the true distance through numerical summation and the use of integral calculus. An estimate of the total displacement can be obtained by measuring velocity at regular intervals and multiplying each value by the corresponding time step.If a runner accelerates over the first three seconds of a race, speed measurements...
216

You might also read

Related Articles

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

Sort by
Same author

Postoperative Complications After Lumbar Spinal Surgery in Patients With Inflammatory Bowel Disease: A Systematic Review and Meta-Analysis.

The Canadian journal of neurological sciences. Le journal canadien des sciences neurologiques·2026
Same author

Virtual GERAS DANcing for Cognition Exercise (DANCE) for older adults at home: a randomized feasibility trial.

Pilot and feasibility studies·2026
Same author

Combined Effect of Pre-Operative Antibiotics and Enema for Surgical Site Infection Prevention in Anorectal Surgery: A Retrospective Study.

Surgical infections·2025
Same author

"Not-So-Indolent" neuroendocrine neoplasms: two case reports of gastrointestinal small cell neuroendocrine carcinomas.

AME case reports·2025
Same author

Dancing for Brain Health and Mobility: A Mixed-Methods Evaluation of the Implementation of Virtual GERAS DANCE Across Diverse Settings.

Journal of applied gerontology : the official journal of the Southern Gerontological Society·2025
Same author

Low-Alpha-Cellulose-Based Membranes.

Polymers·2025
Same journal

Analysis of strength degradation of coal and rock masses and stability of mined areas under long term immersion environment.

PloS one·2026
Same journal

Biogenic Silver-Selenium nanocomposite with anticancer activity and potent efficacy against vancomycin-resistant Staphylococcus aureus.

PloS one·2026
Same journal

Preparation and physicochemical characterization of a biodegradable chitosan/carboxymethyl cellulose hydrogel synthesized in NaOH/urea medium.

PloS one·2026
Same journal

Action-guilt, survivor-guilt, and depression in combat-related PTSD.

PloS one·2026
Same journal

Explainable machine learning for predicting activities of daily living at discharge in stroke patients: A retrospective study using SHAP interpretability.

PloS one·2026
Same journal

Deep learning based two-way feature depiction model for brain tumor detection.

PloS one·2026
See all related articles

Related Experiment Video

Updated: Apr 30, 2026

Author Spotlight: UAV Remote Sensing for Efficient Invasive Plant Biomass Estimation
08:47

Author Spotlight: UAV Remote Sensing for Efficient Invasive Plant Biomass Estimation

Published on: February 9, 2024

2.0K

Fast k-NNG construction with GPU-based quick multi-select.

Ivan Komarov1, Ali Dashti1, Roshan M D'Souza1

  • 1Department of Mechanical Engineering, Complex Systems Simulation Lab, University of Wisconsin-Milwaukee, Milwaukee, Wisconsin, United States of America.

Plos One
|May 10, 2014
PubMed
Summary
This summary is machine-generated.

This paper introduces a new brute force algorithm for constructing the k-Nearest Neighbor Graph (k-NNG), optimized for high-dimensional data. The novel approach significantly enhances GPU-based k-NN search performance.

Related Experiment Videos

Last Updated: Apr 30, 2026

Author Spotlight: UAV Remote Sensing for Efficient Invasive Plant Biomass Estimation
08:47

Author Spotlight: UAV Remote Sensing for Efficient Invasive Plant Biomass Estimation

Published on: February 9, 2024

2.0K

Area of Science:

  • Computer Science
  • Data Science
  • Machine Learning

Background:

  • k-Nearest Neighbor Graph (k-NNG) construction is crucial for machine learning, bioinformatics, and clustering.
  • Existing algorithms are efficient for low-dimensional data but struggle with high-dimensional datasets.
  • Brute force search remains the optimal strategy for high-dimensional k-NNG construction.

Purpose of the Study:

  • To present a novel brute force algorithm for building the k-Nearest Neighbor Graph (k-NNG).
  • To optimize the k-NN search process for high-dimensional data using GPU acceleration.
  • To improve the efficiency and performance of k-NNG construction.

Main Methods:

  • The algorithm involves two main stages: calculating inter-vector distances (matrix multiplication) and selecting k-Nearest Neighbors (k-NNs).
  • A novel GPU-based multi-select algorithm, leveraging quick sort, is introduced for efficient k-NN selection.
  • Optimization techniques utilize GPU warp voting functions and user-controlled cache for enhanced performance.

Main Results:

  • The proposed GPU-based algorithm demonstrates significant performance improvements over existing state-of-the-art implementations.
  • Benchmarks confirm the effectiveness of the novel multi-select algorithm on GPUs.
  • The matrix multiplication formulation for distance calculation is efficient for high-dimensional data.

Conclusions:

  • The new brute force algorithm offers a superior solution for k-NNG construction in high-dimensional spaces.
  • GPU acceleration, particularly with the novel multi-select method, drastically speeds up k-NN search.
  • This work advances the efficiency of k-NNG applications in data-intensive fields.