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

Classification of Systems-II01:31

Classification of Systems-II

268
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
268
Classification of Systems-I01:26

Classification of Systems-I

371
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
371
Structural Classification of Joints01:20

Structural Classification of Joints

5.4K
Joints, also known as articulations, are classified based on their structural characteristics, i.e., based on whether the articulating surfaces of the adjacent bones are directly connected by fibrous connective tissue or cartilage, or whether the articulating surfaces contact each other within a fluid-filled joint cavity. These differences serve to divide the joints of the body into three structural classifications.
A fibrous joint is where the adjacent bones are united by fibrous connective...
5.4K
Functional Classification of Joints01:09

Functional Classification of Joints

5.6K
Functional Classification of Joints
The functional classification of joints is determined by the amount of mobility between the adjacent bones. Joints are functionally classified as a synarthrosis or immobile joint, an amphiarthrosis or slightly moveable joint, or as a diarthrosis, a freely moveable joint. Fibrous and cartilaginous joints can be functionally classified as either synarthroses  or amphiarthroses, whereas all synovial joints are classified as diarthroses.
Synarthrosis
An...
5.6K
Aggregates Classification01:29

Aggregates Classification

423
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...
423
Multiple Regression01:25

Multiple Regression

3.3K
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.3K

You might also read

Related Articles

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

Sort by
Same author

Experimental beam combining stabilization using machine learning trained while phases drift.

Optics express·2022
Same author

One pass learning for generalized classifier neural network.

Neural networks : the official journal of the International Neural Network Society·2015
Same author

Logarithmic learning for generalized classifier neural network.

Neural networks : the official journal of the International Neural Network Society·2014
Same author

Generalized classifier neural network.

Neural networks : the official journal of the International Neural Network Society·2013
Same author

Legal issues in clouds: towards a risk inventory.

Philosophical transactions. Series A, Mathematical, physical, and engineering sciences·2012
Same author

Modelling complex biological systems using an agent-based approach.

Integrative biology : quantitative biosciences from nano to macro·2011
Same journal

Anchor-based disentanglement framework for incremental multi-view clustering.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Complex-valued amplitude-phase interference modeling for adversarially robust classification.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

TraNce: Type-aware hypergraph neural network with biological mediators for drug repositioning.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Decentralized ADMM for factorization-based Low-rank matrix estimation.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Memristive neuromorphic circuit design inspired by the neural mechanisms of conditioned fear.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Q-learning based asynchronous Boolean control networks stabilization with data loss.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Video

Updated: Oct 26, 2025

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

Levenberg-Marquardt multi-classification using hinge loss function.

Buse Melis Ozyildirim1, Mariam Kiran2

  • 1Department of Computer Science, Cukurova University Adana, Turkey.

Neural Networks : the Official Journal of the International Neural Network Society
|July 27, 2021
PubMed
Summary
This summary is machine-generated.

This study introduces hinge loss with Levenberg-Marquardt optimization for faster, more accurate multi-view classification. The novel approach significantly reduces training time and improves performance on complex deep learning tasks.

Keywords:
ClassificationHinge lossLevenberg–MarquardtLoss functionsNeural networks

More Related Videos

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
08:27

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

Published on: January 5, 2024

1.3K

Related Experiment Videos

Last Updated: Oct 26, 2025

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.7K
Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
08:27

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

Published on: January 5, 2024

1.3K

Area of Science:

  • Deep Learning
  • Optimization Algorithms
  • Machine Learning

Background:

  • Higher-order optimization functions like Levenberg-Marquardt (LM) offer improved generalization in deep learning.
  • These methods face challenges with large datasets and complex problems like multi-view classification due to high processing time and training complexity.
  • Finding global optima in multi-view classification is computationally expensive.

Purpose of the Study:

  • To develop an efficient solution for Levenberg-Marquardt (LM)-enabled classification in multi-view scenarios.
  • To implement hinge loss for the first time in conjunction with LM for multi-view classification.
  • To address the limitations of processing time and training complexity in deep learning for large datasets.

Main Methods:

  • Integration of hinge loss with the Levenberg-Marquardt (LM) optimization algorithm.
  • Application to multi-view classification problems.
  • Empirical validation across various multiclass classification challenges with diverse complexity and data sizes.

Main Results:

  • The proposed method demonstrates faster convergence and improved performance compared to other loss functions.
  • Significant reductions in training time were observed, particularly under time constraints.
  • The approach achieved superior accuracy rates across all tested classification challenges.
  • Outperformance was especially notable in scenarios with limited training time.

Conclusions:

  • The combination of LM optimization and hinge loss offers an effective solution for efficient multi-view classification.
  • This research highlights the critical impact of the interplay between optimization and loss functions on deep learning performance.
  • The findings provide valuable insights for developing more efficient and accurate deep learning models for complex classification tasks.