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

Improving Translational Accuracy02:07

Improving Translational Accuracy

11.9K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
11.9K
Bootstrapping01:24

Bootstrapping

673
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
673
Multiple Regression01:25

Multiple Regression

3.2K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.2K
Prediction Intervals01:03

Prediction Intervals

2.4K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y. 
2.4K
Regression Analysis01:11

Regression Analysis

6.1K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
6.1K
Aggregates Classification01:29

Aggregates Classification

397
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
397

You might also read

Related Articles

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

Sort by
Same author

Commentary on Peripheral Nerve Blocks for Enhanced Recovery in Cardiac Surgery: A Retrospective Observational Study.

Annals of cardiac anaesthesia·2026
Same author

First-principles investigation of the mechanically and thermodynamically stable K<sub>2</sub>TlXCl<sub>6</sub> (X = Sb or Sc) compounds for energy harvesting and photocatalytic applications.

RSC advances·2026
Same author

Selenium Ameliorates Paraquat-Induced Oxidative Stress and Reproductive Damage Through Restoration of Antioxidant Defense in Male Albino Rats.

Journal of biochemical and molecular toxicology·2026
Same author

Tribal traditions and conservation perspectives of wild plants in Orakzai District, Pakistan.

Scientific reports·2026
Same author

Rock phosphate composted with farmyard manure and phosphate solubilizing bacteria boosts maize yield in alkaline calcareous soils.

Scientific reports·2026
Same author

Roadside dust as a vector of potentially toxic metals: an ecological and human health risk assessment in urban areas of semi-arid climatic regions.

Environmental monitoring and assessment·2026

Related Experiment Video

Updated: Sep 25, 2025

Surrogate Model Development for Digital Experiments in Welding
09:17

Surrogate Model Development for Digital Experiments in Welding

Published on: March 28, 2025

1.3K

Utilizing grid search cross-validation with adaptive boosting for augmenting performance of machine learning models.

Muhammad Adnan1, Alaa Abdul Salam Alarood2, M Irfan Uddin1

  • 1Institute of Computing, Kohat University of Science and Technology, Kohat, Pakistan.

Peerj. Computer Science
|May 2, 2022
PubMed
Summary

This study enhances machine learning (ML) algorithms for virtual learning environments (VLEs) by optimizing performance metrics. Techniques like adaptive boosting and feature engineering improved predictions for student performance and engagement in online education.

Keywords:
Adaptive boostingCross validationGrid searchMachine learningPerformance augmentation

More Related Videos

Machine Learning Algorithms for Early Detection of Bone Metastases in an Experimental Rat Model
07:15

Machine Learning Algorithms for Early Detection of Bone Metastases in an Experimental Rat Model

Published on: August 16, 2020

7.0K
Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

700

Related Experiment Videos

Last Updated: Sep 25, 2025

Surrogate Model Development for Digital Experiments in Welding
09:17

Surrogate Model Development for Digital Experiments in Welding

Published on: March 28, 2025

1.3K
Machine Learning Algorithms for Early Detection of Bone Metastases in an Experimental Rat Model
07:15

Machine Learning Algorithms for Early Detection of Bone Metastases in an Experimental Rat Model

Published on: August 16, 2020

7.0K
Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

700

Area of Science:

  • Educational Technology
  • Computer Science
  • Data Science

Background:

  • The COVID-19 pandemic accelerated the adoption of Virtual Learning Environments (VLEs), generating vast amounts of student interaction data.
  • Effective analysis of this data requires appropriate Machine Learning (ML) algorithms for applications in Education Data Mining (EDM) and Learning Analytics (LA).
  • Selecting the optimal ML algorithm is crucial for accurately predicting student outcomes like performance, dropout rates, and engagement.

Purpose of the Study:

  • To improve the performance, accuracy, precision, recall, and F1 score of ML and Deep Learning (DL) algorithms in VLEs.
  • To identify and apply effective techniques for enhancing underperforming ML algorithms.
  • To determine feature importance for predicting student performance and inform the development of adaptive learning systems.

Main Methods:

  • Applied various ML algorithms to the Open University Learning Analytics (OULA) dataset.
  • Selected Decision Tree (DT) and Feed-Forward Neural Network (FFNN) algorithms for further experimentation due to unsatisfactory initial results.
  • Employed techniques including grid search cross-validation, adaptive boosting, extreme gradient boosting, early stopping, feature engineering, and neuron pruning to optimize algorithm performance.

Main Results:

  • Identified specific ML techniques that significantly improve performance metrics for predicting student study performance.
  • Determined the weights and importance of various features in the OULA dataset for predictive modeling.
  • Demonstrated the effectiveness of advanced ML optimization strategies on previously underperforming algorithms.

Conclusions:

  • Optimized ML algorithms can effectively process VLE data to predict student performance and engagement.
  • Feature engineering and ensemble methods are key to enhancing the predictive power of ML models in educational contexts.
  • The developed ML techniques and insights can guide instructors and administrators in optimizing learning content and providing adaptive support to students, thereby improving the overall learning experience.