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

Linear Approximations01:23

Linear Approximations

For a differentiable function of two variables, linear approximation estimates values near a known point by replacing the curved surface with its tangent plane. Consider the function\begin{equation*}f(x,y)=x^2+3y^2\end{equation*}near the point (2, 1). The exact value at this point is f(2, 1) = 22 + 3(1)2 = 4 + 3 = 7.The linear approximation of f(x, y)) near (a, b) is\begin{equation*}L(x,y)=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b)\end{equation*}First, compute the partial derivatives: fx(x, y) = 2x and...
Application of Linearization and Approximation01:29

Application of Linearization and Approximation

A drone flying through complex terrain often relies on more than one sensing method to estimate small changes in altitude. Along with direct measurements, air pressure provides a useful indirect indicator of vertical movement. Atmospheric pressure decreases as altitude increases, and this relationship is commonly described using an exponential model. Although accurate, converting pressure measurements into altitude values requires calculations that are too complex to perform repeatedly during...
Linearization and Approximation01:26

Linearization and Approximation

Linearization is a mathematical technique used to approximate complex, nonlinear functions with simpler linear models in the vicinity of a chosen reference point. The method is based on the idea that, although a function may be difficult to evaluate exactly, its behavior near a specific input value can often be closely approximated by the tangent line at that point. This approach is particularly useful when small deviations from a known value are involved.Consider the square root function, for...
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear.
Cluster Sampling Method01:20

Cluster Sampling Method

Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Conservative Vector Fields01:29

Conservative Vector Fields

A conservative vector field describes a force or field in which the work done between two points depends only on the initial and final positions. For a ball moving in Earth’s gravitational field, gravity performs work determined by the difference in height, regardless of whether the ball moves vertically or follows a curved trajectory.A vector field is conservative if it can be expressed as the gradient of a scalar potential function, f. In two dimensions, this is written...

You might also read

Related Articles

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

Sort by
Same author

Mining sponge phenomena in RNA expression data.

Journal of bioinformatics and computational biology·2021
Same author

Melanoma Detection by Means of Multiple Instance Learning.

Interdisciplinary sciences, computational life sciences·2019
Same author

A Lagrangian Relaxation Approach for Binary Multiple Instance Classification.

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

The Proximal Trajectory Algorithm in SVM Cross Validation.

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

Prototype-based Domain Description for one-class classification.

IEEE transactions on pattern analysis and machine intelligence·2012
Same author

Nonsmooth optimization techniques for semisupervised classification.

IEEE transactions on pattern analysis and machine intelligence·2007
Same journal

Universal perceptron and DNA-like learning algorithm for binary neural networks: LSBF and PBF implementations.

IEEE transactions on neural networks·2013
Same journal

Guest editorial: special section on white box nonlinear prediction models.

IEEE transactions on neural networks·2011
Same journal

Data-based fault-tolerant control of high-speed trains with traction/braking notch nonlinearities and actuator failures.

IEEE transactions on neural networks·2011
Same journal

Guest editorial: special section on data-based control, modeling, and optimization.

IEEE transactions on neural networks·2011
Same journal

Neural network-based multiple robot simultaneous localization and mapping.

IEEE transactions on neural networks·2011
Same journal

Data-driven model-free adaptive control for a class of MIMO nonlinear discrete-time systems.

IEEE transactions on neural networks·2011
See all related articles

Related Experiment Video

Updated: Jun 17, 2026

Image Recognition and Parameter Analysis of Concrete Vibration State Based on Support Vector Machine
08:27

Image Recognition and Parameter Analysis of Concrete Vibration State Based on Support Vector Machine

Published on: January 5, 2024

Scaling up support vector machines using nearest neighbor condensation.

Fabrizio Angiulli1, Annabella Astorino

  • 1Department of Electronic, Computer Science and Systems Engineering, University of Calabria, Rende (CS), Italy. f.angiulli@deis.unical.it

IEEE Transactions on Neural Networks
|January 15, 2010
PubMed
Summary
This summary is machine-generated.

The Fast Condensed Nearest Neighbor Support Vector Machine (FCNN-SVM) classifier significantly speeds up Support Vector Machines (SVMs) for large datasets. This approach drastically reduces training and testing times with only a minor accuracy trade-off.

More Related Videos

Visualization Method for Proprioceptive Drift on a 2D Plane Using Support Vector Machine
07:05

Visualization Method for Proprioceptive Drift on a 2D Plane Using Support Vector Machine

Published on: October 27, 2016

Related Experiment Videos

Last Updated: Jun 17, 2026

Image Recognition and Parameter Analysis of Concrete Vibration State Based on Support Vector Machine
08:27

Image Recognition and Parameter Analysis of Concrete Vibration State Based on Support Vector Machine

Published on: January 5, 2024

Visualization Method for Proprioceptive Drift on a 2D Plane Using Support Vector Machine
07:05

Visualization Method for Proprioceptive Drift on a 2D Plane Using Support Vector Machine

Published on: October 27, 2016

Area of Science:

  • Machine Learning
  • Data Mining
  • Pattern Recognition

Background:

  • Support Vector Machines (SVMs) are powerful classification algorithms but struggle with large, multidimensional datasets due to computational complexity.
  • The efficiency of SVMs is often limited by the number of support vectors (SVs) and the time required for training and testing.

Purpose of the Study:

  • To introduce and evaluate the Fast Condensed Nearest Neighbor Support Vector Machine (FCNN-SVM) classifier.
  • To demonstrate the practical applicability of SVMs on large-scale data collections.

Main Methods:

  • The FCNN-SVM classifier integrates the Fast Condensed Nearest Neighbor (FCNN) condensation rule with the Support Vector Machine (SVM) algorithm.
  • Experimental analysis was conducted on very large and multidimensional datasets to compare FCNN-SVM with standard SVM.

Main Results:

  • FCNN-SVM achieved a speed improvement of one to two orders of magnitude compared to standard SVM on large datasets.
  • The number of support vectors (SVs) was more than halved when using FCNN-SVM, leading to drastic reductions in training and testing times.
  • A slight decrease in classification accuracy was observed as a trade-off for the significant speed gains.

Conclusions:

  • FCNN-SVM offers a viable and efficient alternative to standard SVM for applications demanding rapid response times.
  • The method effectively addresses the scalability challenges of SVMs in processing large and complex datasets.
  • This approach enhances the practicality of SVMs in real-world scenarios where computational efficiency is critical.