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

178
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...
178
Receiver Operating Characteristic Plot01:15

Receiver Operating Characteristic Plot

348
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
348
Classification of Neurotransmitters01:30

Classification of Neurotransmitters

3.9K
Neurotransmitters play a crucial role in the communication between neurons in the autonomic nervous system. Neurons in the autonomic nervous system can be cholinergic or adrenergic depending on the neurotransmitters synthesized. Cholinergic neurons use acetylcholine as their primary neurotransmitter. This includes all the preganglionic fibers of the sympathetic and pre- and postganglionic fibers of the parasympathetic nervous systems. In addition, neurons of the somatic nervous system also use...
3.9K

You might also read

Related Articles

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

Sort by
Same author

Hybrid zeolitic imidazolate frameworks with catalytically active TO4 building blocks.

Angewandte Chemie (International ed. in English)·2010
Same author

Whiter matter abnormalities in medication-naive subjects with a single short-duration episode of major depressive disorder.

Psychiatry research·2010
Same author

A new comorbidity index: the health-related quality of life comorbidity index.

Journal of clinical epidemiology·2010
Same author

S-adenosylmethionine inhibits the growth of cancer cells by reversing the hypomethylation status of c-myc and H-ras in human gastric cancer and colon cancer.

International journal of biological sciences·2010
Same author

Nano-sized SnSbAgx alloy anodes prepared by reductive co-precipitation method used as lithium-ion battery materials.

Journal of nanoscience and nanotechnology·2010
Same author

Complementary diffusion tensor imaging study of the corpus callosum in patients with first-episode and chronic schizophrenia.

Journal of psychiatry & neuroscience : JPN·2010
Same journal

MMFVS-Net: A triple-symmetric cross-attention network for multimodal optical image fusion and high-accuracy virtual staining of breast cancer tissues.

Computer methods and programs in biomedicine·2026
Same journal

A novel Milstein-stochastic epidemiologically-informed neural network for approaching epidemic dynamics: Application to Mpox disease.

Computer methods and programs in biomedicine·2026
Same journal

Accounting for approximation errors using surrogate-based parameter estimation of cardiac mechanics digital twins.

Computer methods and programs in biomedicine·2026
Same journal

Facial iPPG heatmap patterns based on period-aware autoencoder show association with carotid atherosclerosis towards non-contact hemodynamic assessment.

Computer methods and programs in biomedicine·2026
Same journal

Explainable machine learning models predict liver fibrosis risk and outcome in the general population: Development and multi-cohort external validation.

Computer methods and programs in biomedicine·2026
Same journal

Evaluation of surrogate endpoints for survival outcomes using the surrogate package in R.

Computer methods and programs in biomedicine·2026
See all related articles

Related Experiment Video

Updated: Oct 5, 2025

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
12:18

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

Published on: January 11, 2020

7.7K

Transfer inhibitory potency prediction to binary classification: A model only needs a small training set.

Haowen Dou1, Jie Tan2, Huiling Wei2

  • 1Department of Computer Science, Shantou University, Shantou, China.

Computer Methods and Programs in Biomedicine
|January 29, 2022
PubMed
Summary
This summary is machine-generated.

This study introduces a machine learning model for drug discovery that accurately ranks compounds using limited data. The approach simplifies prediction tasks, enabling efficient prioritization of chemicals for experimental evaluation.

Keywords:
Deep reinforcement learningDrug screeningFeature selectionInhibitory potency predictionMachine learning

More Related Videos

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

942
Author Spotlight: Streamlining Protein Target Prediction and Validation via Molecular Docking and CETSA
10:21

Author Spotlight: Streamlining Protein Target Prediction and Validation via Molecular Docking and CETSA

Published on: February 23, 2024

3.0K

Related Experiment Videos

Last Updated: Oct 5, 2025

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
12:18

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

Published on: January 11, 2020

7.7K
Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

942
Author Spotlight: Streamlining Protein Target Prediction and Validation via Molecular Docking and CETSA
10:21

Author Spotlight: Streamlining Protein Target Prediction and Validation via Molecular Docking and CETSA

Published on: February 23, 2024

3.0K

Area of Science:

  • Computational chemistry
  • Medicinal chemistry
  • Machine learning in drug discovery

Background:

  • Selecting promising compounds from large libraries for experimental screening is a significant bottleneck in drug discovery.
  • Accurate prediction of compound activity, such as inhibition constant (Ki) and half maximal inhibitory concentration (IC50), is crucial.

Purpose of the Study:

  • To develop a machine learning model for predicting compound efficacy (Ki, IC50) using a small training dataset.
  • To transform the prediction task into a binary classification problem focused on compound ranking.
  • To establish an efficient in silico approach for prioritizing chemicals in drug discovery pipelines.

Main Methods:

  • A data augmentation strategy was designed to maximize information from the training set.
  • A novel reward function for deep reinforcement learning was formulated to balance feature selection and prediction accuracy.
  • A particle swarm optimized support vector machine was employed for binary classification.
  • A soft voting mechanism was utilized to reconcile classification outputs.

Main Results:

  • The model demonstrated high and reliable accuracy in predicting compound properties.
  • The model effectively ranks compounds based on selected molecular descriptors.
  • The developed approach proved capable of prioritizing chemicals for experimental studies.

Conclusions:

  • The proposed machine learning model offers a potential ligand-based in silico strategy for efficient chemical prioritization.
  • This method reduces the laboriousness of compound selection in early-stage drug discovery.
  • The model's ability to perform accurate ranking with limited data makes it a valuable tool for experimental studies.