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

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

387
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
387
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

1.1K
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
1.1K
Heuristics01:21

Heuristics

833
Heuristics are problem-solving strategies that use mental shortcuts to simplify decision-making. Unlike algorithms, which must be followed precisely to achieve a correct result, heuristics offer a general problem-solving framework. They save time and energy but can sometimes lead to less rational decisions.
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
833
Convolution Properties II01:17

Convolution Properties II

641
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
641
Ampere-Maxwell's Law: Problem-Solving01:17

Ampere-Maxwell's Law: Problem-Solving

1.3K
A parallel-plate capacitor with capacitance C, whose plates have area A and separation distance d, is connected to a resistor R and a battery of voltage V. The current starts to flow at t = 0. What is the displacement current between the capacitor plates at time t? From the properties of the capacitor, what is the corresponding real current?
To solve the problem, we can use the equations from the analysis of an RC circuit and Maxwell's version of Ampère's law.
For the first part of the...
1.3K
Convolution Properties I01:20

Convolution Properties I

656
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
656

You might also read

Related Articles

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

Sort by
Same author

Modeling e-Livestock Indonesia.

Heliyon·2021
Same author

Dataset of vehicle images for Indonesia toll road tariff classification.

Data in brief·2020
Same author

Fast Convolutional Method for Automatic Sleep Stage Classification.

Healthcare informatics research·2018
Same author

A New Data Representation Based on Training Data Characteristics to Extract Drug Name Entity in Medical Text.

Computational intelligence and neuroscience·2016
Same author

Adaptive Online Sequential ELM for Concept Drift Tackling.

Computational intelligence and neuroscience·2016
Same journal

RETRACTION: Multidimensional Heterogeneous Network Link Adaptation Based on Mobile Environment.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Framework to Segment and Evaluate Multiple Sclerosis Lesion in MRI Slices Using VGG-UNet.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Facial Emotion Recognition Using a Novel Fusion of Convolutional Neural Network and Local Binary Pattern in Crime Investigation.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Automatic Intelligent System Using Medical of Things for Multiple Sclerosis Detection.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Intangible Cultural Heritage Reproduction and Revitalization: Value Feedback, Practice, and Exploration Based on the IPA Model.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: CNN Based Multiclass Brain Tumor Detection Using Medical Imaging.

Computational intelligence and neuroscience·2025
See all related articles

Related Experiment Video

Updated: Mar 18, 2026

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

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

10.1K

Metaheuristic Algorithms for Convolution Neural Network.

L M Rasdi Rere1, Mohamad Ivan Fanany2, Aniati Murni Arymurthy2

  • 1Machine Learning and Computer Vision Laboratory, Faculty of Computer Science, Universitas Indonesia, Depok 16424, Indonesia; Computer System Laboratory, STMIK Jakarta STI&K, Jakarta 12140, Indonesia.

Computational Intelligence and Neuroscience
|July 5, 2016
PubMed
Summary
This summary is machine-generated.

This study enhances Convolutional Neural Networks (CNNs) using metaheuristic optimization, improving accuracy by up to 7.14% on image classification tasks. The research explores simulated annealing, differential evolution, and harmony search for optimizing deep learning models.

Related Experiment Videos

Last Updated: Mar 18, 2026

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

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

10.1K

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Deep Learning

Background:

  • Modern optimization techniques include heuristic and metaheuristic approaches, widely used in science, engineering, and industry.
  • Convolutional Neural Networks (CNNs) are a prominent deep learning method, crucial for artificial intelligence.
  • The application of metaheuristic strategies to improve CNN accuracy remains an underexplored research area.

Purpose of the Study:

  • To propose and evaluate implementation strategies for optimizing CNNs using popular metaheuristic approaches.
  • To investigate the effectiveness of simulated annealing, differential evolution, and harmony search in enhancing CNN performance.
  • To compare the accuracy improvements achieved by metaheuristic-optimized CNNs against the original CNN model.

Main Methods:

  • Implementation of three metaheuristic algorithms: simulated annealing, differential evolution, and harmony search.
  • Optimization of CNN models for image classification tasks using the MNIST and CIFAR datasets.
  • Comparative analysis of the performance metrics (accuracy and computation time) of the proposed methods.

Main Results:

  • The metaheuristic optimization methods demonstrated an improvement in CNN accuracy, reaching up to 7.14 percent.
  • While computation time increased, the enhanced accuracy indicates a beneficial trade-off for specific applications.
  • All three evaluated metaheuristic approaches showed potential for optimizing CNNs.

Conclusions:

  • Metaheuristic optimization offers a viable strategy for improving the accuracy of Convolutional Neural Networks.
  • Simulated annealing, differential evolution, and harmony search are effective metaheuristic methods for CNN optimization.
  • Further research into metaheuristic implementation for deep learning models is warranted.