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

Receiver Operating Characteristic Plot01:15

Receiver Operating Characteristic Plot

167
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...
167

You might also read

Related Articles

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

Sort by
Same author

The role of computational pathology in predicting expression of selected immunohistochemical markers.

Polish journal of pathology : official journal of the Polish Society of Pathologists·2026
Same author

Molecular and spatial differences in the tumor microenvironment of high-grade serous ovarian cancers with short versus long-term survival.

Gynecologic oncology·2026
Same author

Advances in digital health: Multimodal intelligence and translational impact.

Computer methods and programs in biomedicine·2025
Same author

AI-driven glomerular morphology quantification: a novel pipeline for assessing basement membrane thickness and podocyte foot process effacement in kidney diseases.

Computer methods and programs in biomedicine·2025
Same author

Efficient annotation bootstrapping for cell identification in follicular lymphoma.

Computer methods and programs in biomedicine·2025
Same author

Explainability and uncertainty: Two sides of the same coin for enhancing the interpretability of deep learning models in healthcare.

International journal of medical informatics·2025

Related Experiment Video

Updated: Jul 1, 2025

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

6.8K

Improving classification accuracy of fine-tuned CNN models: Impact of hyperparameter optimization.

Mikolaj Wojciuk1, Zaneta Swiderska-Chadaj1, Krzysztof Siwek1

  • 1Faculty of Electrical Engineering, Warsaw University of Technology, Warsaw, Poland.

Heliyon
|March 11, 2024
PubMed
Summary

Optimizing hyperparameters for convolutional neural networks (CNNs) using transfer learning can boost classification accuracy by up to 6%. Careful selection of hyperparameters and balanced data subsets are key for effective CNN training.

Keywords:
Deep learningFine-tuningHyperparametersOptimization

More Related Videos

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.5K

Related Experiment Videos

Last Updated: Jul 1, 2025

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

6.8K
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.5K

Area of Science:

  • Computer Science
  • Machine Learning
  • Artificial Intelligence

Background:

  • Convolutional Neural Networks (CNNs) are highly popular, necessitating efficient hyperparameter optimization.
  • Current methods often lack guidance on crucial hyperparameters, optimal ranges, or data subset usage for optimization.

Purpose of the Study:

  • Investigate the impact of different hyperparameter optimization methods and selections on fine-tuned CNN models.
  • Assess hyperparameter importance and optimal ranges for CNN training.
  • Explore using data subsets for hyperparameter optimization.

Main Methods:

  • Compared four hyperparameter optimization techniques: grid search, random search, Bayesian optimization, and Asynchronous Successive Halving Algorithm (ASHA).
  • Evaluated hyperparameter importance and identified optimal value ranges.
  • Assessed the feasibility of using data subsets for hyperparameter tuning.

Main Results:

  • Hyperparameter optimization improved CNN classification accuracy by up to 6%.
  • Class distribution balance in data subsets is critical for optimal hyperparameter selection.
  • Identified key hyperparameters and their effective value ranges for CNN training.

Conclusions:

  • Hyperparameter optimization significantly impacts CNN performance, especially in transfer learning scenarios.
  • The effectiveness of optimization is highly dependent on the specific task and dataset.
  • Using balanced data subsets for optimization is a viable and crucial strategy.