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

12.1K
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...
12.1K
Improving Translational Accuracy02:07

Improving Translational Accuracy

3.1K
3.1K
Prediction Intervals01:03

Prediction Intervals

2.5K
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.5K
Survival Tree01:19

Survival Tree

196
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...
196
Sensitivity, Specificity, and Predicted Value01:13

Sensitivity, Specificity, and Predicted Value

876
In healthcare diagnostics, laboratory tests play a crucial role in identifying and diagnosing a wide range of medical conditions. However, interpreting test results is not always straightforward. An abnormal test result does not always confirm the presence of a disease, just as a normal result does not guarantee its absence. To assess the reliability of these diagnostic tools, healthcare practitioners rely on two key statistical indicators: sensitivity and specificity.
Sensitivity is the...
876
Confidence Coefficient01:24

Confidence Coefficient

9.2K
The confidence coefficient is also known as the confidence level or degree of confidence. It is the percent expression for the probability, 1-α, that the confidence interval contains the true population parameter assuming that the confidence interval is obtained after sufficient unbiased sampling; for example, if the CL = 90%, then in 90 out of 100 samples the interval estimate will enclose the true population parameter. Here α is the area under the curve, distributed equally under...
9.2K

You might also read

Related Articles

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

Sort by
Same author

Hybrid EEG Feature Fusion Framework for Accurate Autism Spectrum Disorder Diagnosis Using Ensemble Learning.

IEEE journal of biomedical and health informatics·2026
Same author

A Systematic Survey and Benchmark of Deep Learning for Molecular Property Prediction in the Foundation Model Era.

Journal of chemical theory and computation·2026
Same author

Artificial intelligence without restriction surpassing human intelligence with probability one: Theoretical insight into secrets of the brain with AI twins of the brain.

Neurocomputing·2025
Same author

Auditable and Verifiable Federated Learning Based on Blockchain-Enabled Decentralization.

IEEE transactions on neural networks and learning systems·2024
Same author

Elucidating the Effects of Interconnecting Layer Thickness and Bandgap Variations on the Performance of Monolithic Perovskite/Silicon Tandem Solar Cell by wxAMPS.

Materials (Basel, Switzerland)·2023
Same author

Optoelectrical Properties of Treated CdSe Thin Films with Variations in Indium Chloride Concentration.

Materials (Basel, Switzerland)·2023

Related Experiment Video

Updated: Oct 30, 2025

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

797

An Improved Vulnerability Exploitation Prediction Model with Novel Cost Function and Custom Trained Word Vector

Mohammad Shamsul Hoque1, Norziana Jamil1, Nowshad Amin2

  • 1College of Computing & Informatics, Universiti Tenaga Nasional, Kajang 43000, Malaysia.

Sensors (Basel, Switzerland)
|July 2, 2021
PubMed
Summary

This study introduces a novel method to predict exploitable software vulnerabilities, overcoming class imbalance and overfitting. The new model achieves high accuracy, improving cybersecurity resource allocation.

Keywords:
cloud security managementcost functionsupervised machine learning, modelling and predictionvulnerability exploitation prediction

More Related Videos

P300-Based Brain-Computer Interface Speller Performance Estimation with Classifier-Based Latency Estimation
06:09

P300-Based Brain-Computer Interface Speller Performance Estimation with Classifier-Based Latency Estimation

Published on: September 8, 2023

729
Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

794

Related Experiment Videos

Last Updated: Oct 30, 2025

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

797
P300-Based Brain-Computer Interface Speller Performance Estimation with Classifier-Based Latency Estimation
06:09

P300-Based Brain-Computer Interface Speller Performance Estimation with Classifier-Based Latency Estimation

Published on: September 8, 2023

729
Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

794

Area of Science:

  • Cybersecurity
  • Machine Learning
  • Software Engineering

Background:

  • Cyber-attacks exploit software and hardware vulnerabilities, with a significant class imbalance between exploited and non-exploited types.
  • Existing vulnerability exploitation prediction models struggle with overfitting and class imbalance, limiting their practical reliability.
  • The National Vulnerability Database (NVD) contains rich data beyond CVSS scores for predicting exploitability.

Purpose of the Study:

  • To develop a reliable vulnerability exploitation prediction model that accurately identifies the most likely exploitable vulnerabilities.
  • To address the critical class imbalance issue in vulnerability data, which hinders model performance.
  • To improve cybersecurity resource allocation by prioritizing the patching of high-risk vulnerabilities.

Main Methods:

  • Designed a novel cost function to effectively manage class imbalance in vulnerability datasets.
  • Developed a custom-trained word vector using the large text corpus within the NVD for enhanced feature representation.
  • Integrated the custom word vector as an embedded layer in neural network models for vulnerability prediction.

Main Results:

  • Achieved high overall performance metrics: accuracy (0.92), precision (0.89), recall (0.98), F1-Score (0.94), and AUC score (0.97).
  • Successfully overcame the overfitting problem commonly encountered in previous models dealing with class imbalance.
  • Demonstrated superior performance compared to existing vulnerability exploitation prediction models.

Conclusions:

  • The novel cost function and custom word vector approach significantly enhance the accuracy and reliability of vulnerability exploitation prediction.
  • The developed model offers a practical solution for cybersecurity management, enabling efficient resource allocation for vulnerability mitigation.
  • This research provides a robust framework for predicting exploitable vulnerabilities, contributing to more secure software and cloud systems.