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

Survival Tree01:19

Survival Tree

498
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
498
Decision Making: P-value Method01:09

Decision Making: P-value Method

5.8K
The process of hypothesis testing based on the P-value method includes calculating the P- value using the sample data and interpreting it.
First, a specific claim about the population parameter is proposed. The claim is based on the research question and is stated in a simple form. Further, an opposing statement to the claim  is also stated. These statements can act as null and alternative hypotheses:  a null hypothesis would be a neutral statement while the alternative hypothesis can...
5.8K
Decision Making: Traditional Method01:14

Decision Making: Traditional Method

4.4K
The process of hypothesis testing based on the traditional method includes calculating the critical value, testing the value of the test statistic using the sample data, and interpreting these values.
First, a specific claim about the population parameter is decided based on the research question and is stated in a simple form. Further, an opposing statement to this claim is also stated. These statements can act as null and alternative hypotheses, out of which a null hypothesis would be a...
4.4K
Statically Indeterminate Problem Solving01:16

Statically Indeterminate Problem Solving

927
Statically indeterminate problems are those where statics alone can not determine the internal forces or reactions. Consider a structure comprising two cylindrical rods made of steel and brass. These rods are joined at point B and restrained by rigid supports at points A and C. Now, the reactions at points A and C and the deflection at point B are to be determined. This rod structure is classified as statically indeterminate as the structure has more supports than are necessary for maintaining...
927
Binomial Expansion Using Pascal's Triangle01:30

Binomial Expansion Using Pascal's Triangle

461
Expanding a binomial expression such as (a + b)n results in a predictable sequence of terms that can be systematically derived using Pascal’s Triangle. This triangular array of numbers plays a central role in understanding and computing the coefficients of binomial expansions.Pascal’s Triangle is constructed such that each row corresponds to the coefficients of a binomial raised to a power. The topmost row, known as the zeroth row, corresponds to (a + b)0, and each successive row...
461
Maxwell-Boltzmann Distribution: Problem Solving01:20

Maxwell-Boltzmann Distribution: Problem Solving

2.3K
Individual molecules in a gas move in random directions, but a gas containing numerous molecules has a predictable distribution of molecular speeds, which is known as the Maxwell-Boltzmann distribution, f(v).
This distribution function f(v) is defined by saying that the expected number N (v1,v2) of particles with speeds between v1 and v2 is given by
2.3K

You might also read

Related Articles

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

Sort by
Same author

Automatic Detect Incorrect Lifting Posture with the Pose Estimation Model.

Life (Basel, Switzerland)·2025
Same author

Artificial Intelligence and Deep Learning in Sensors and Applications: 2nd Edition.

Sensors (Basel, Switzerland)·2025
Same author

Predicting Agitation-Sedation Levels in Intensive Care Unit Patients: Development of an Ensemble Model.

JMIR medical informatics·2025
Same author

Comparing clinical only and combined clinical laboratory models for ECPR outcomes in refractory cardiac arrest.

Scientific reports·2025
Same author

Using Infrared Raman Spectroscopy with Machine Learning and Deep Learning as an Automatic Textile-Sorting Technology for Waste Textiles.

Sensors (Basel, Switzerland)·2025
Same author

An automated ICU agitation monitoring system for video streaming using deep learning classification.

BMC medical informatics and decision making·2024
Same journal

Solvent Extraction of Metals in the Circular Economy: Enhancing Resource Efficiency and Sustainability.

TheScientificWorldJournal·2026
Same journal

Agronomic Performance and Nutritive Value Evaluation of Desho Grass Varieties Under Supplementary Irrigation in Western Oromia, Ethiopia.

TheScientificWorldJournal·2026
Same journal

Physicians' and Hospital Administrators' Perspectives of Diagnosis-Related Groups (DRGs) in High-Income Countries: A Systematic Review.

TheScientificWorldJournal·2026
Same journal

The Eco-Friendly Preparation of Se, Zn, and Ag MONPs and Their Current Medical Applications and Drug Delivery for AD Diseases.

TheScientificWorldJournal·2026
Same journal

Fear of COVID-19: A Comparative Study Among University Students in Peru.

TheScientificWorldJournal·2026
Same journal

Opportunities and Challenges of Integrating Ethiopian Traditional Medicine System Into Modern Medicine: A Narrative Review.

TheScientificWorldJournal·2026
See all related articles

Related Experiment Video

Updated: Apr 25, 2026

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring
08:16

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring

Published on: October 24, 2025

910

CUDT: a CUDA based decision tree algorithm.

Win-Tsung Lo1, Yue-Shan Chang2, Ruey-Kai Sheu1

  • 1Department of Computer Science, Tung Hai University, Taichung 40704, Taiwan.

Thescientificworldjournal
|August 21, 2014
PubMed
Summary
This summary is machine-generated.

This study introduces a new parallelized decision tree algorithm using CUDA-enabled GPUs to accelerate data mining. The CUDT system significantly reduces processing latency for large datasets compared to traditional methods.

Related Experiment Videos

Last Updated: Apr 25, 2026

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring
08:16

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring

Published on: October 24, 2025

910

Area of Science:

  • Computer Science
  • Data Mining
  • High-Performance Computing

Background:

  • Traditional decision tree algorithms face latency issues with massive datasets from ubiquitous sensing.
  • Existing distributed systems struggle to efficiently process big data generated in real-time.

Purpose of the Study:

  • To design and implement a novel parallelized decision tree algorithm optimized for Graphics Processing Units (GPUs).
  • To significantly improve data processing latency in big data mining applications.

Main Methods:

  • Developed a parallelized decision tree algorithm leveraging NVIDIA's Compute Unified Device Architecture (CUDA).
  • Implemented a hybrid system where CPUs manage control flow and GPUs handle intensive computations.
  • Conducted performance evaluations comparing the CUDA-based Decision Tree (CUDT) against traditional CPU-based methods like Weka-j48 and SPRINT.

Main Results:

  • The CUDT system demonstrates substantial performance improvements over existing algorithms.
  • Achieved speedups ranging from 5 to 55 times faster than Weka-j48.
  • Showcased an 18-fold speedup compared to SPRINT for large datasets.

Conclusions:

  • The proposed CUDT algorithm effectively addresses the latency challenges in big data mining.
  • GPU acceleration via CUDA offers a viable solution for processing massive datasets from sensing nodes.
  • This approach significantly enhances the efficiency of decision tree classification in big data scenarios.