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

580
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,
580
Classification of Systems-I01:26

Classification of Systems-I

700
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:
700
Classification of Signals01:30

Classification of Signals

1.6K
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
1.6K
Aggregates Classification01:29

Aggregates Classification

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

Multiple Regression

4.4K
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...
4.4K
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

508
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence of...
508

You might also read

Related Articles

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

Sort by
Same author

A survey on deep learning applied to medical images: from simple artificial neural networks to generative models.

Neural computing & applications·2022
Same author

LDA filter: A Latent Dirichlet Allocation preprocess method for Weka.

PloS one·2020
Same author

Improving the text classification using clustering and a novel HMM to reduce the dimensionality.

Computer methods and programs in biomedicine·2016
Same author

Study of query expansion techniques and their application in the biomedical information retrieval.

TheScientificWorldJournal·2014
Same author

Improving imbalanced scientific text classification using sampling strategies and dictionaries.

Journal of integrative bioinformatics·2011
Same author

Matrilysin (matrix metalloproteinase 7) in parturition, premature rupture of membranes, and intrauterine infection.

American journal of obstetrics and gynecology·2000
Same journal

Resveratrol Mitigates Noise-Induced Cochlear Damage and Delays Hearing Loss in Wistar Rats.

BioMed research international·2026
Same journal

Predictors of Prolonged Hospital Length of Stay in Patients With Odontogenic Infections in Ghana.

BioMed research international·2026
Same journal

Traditional Chinese Medicine Bone-Setting Techniques Research Progress for the Treatment of Knee Osteoarthritis.

BioMed research international·2026
Same journal

Exploring the Therapeutic Potential of Nobiletin in Nonsmall Cell Lung Cancer.

BioMed research international·2026
Same journal

Decoding Severity in Crotalic Snakebite Cases: Findings From a Decade of Cohort Analysis in Brazil.

BioMed research international·2026
Same journal

Assessing the Reliability of Arterial Blood Gas Analyzer for Sodium and Potassium Measurement in Critical Care Management.

BioMed research international·2026
See all related articles

Related Experiment Video

Updated: Apr 14, 2026

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

1.3K

A linear-RBF multikernel SVM to classify big text corpora.

R Romero1, E L Iglesias1, L Borrajo1

  • 1Department of Computer Science, Higher Technical School of Computer Engineering, University of Vigo, 32004 Ourense, Spain.

Biomed Research International
|April 17, 2015
PubMed
Summary
This summary is machine-generated.

A new multikernel Support Vector Machine (SVM) efficiently classifies large datasets and text corpora. This approach offers improved accuracy and significantly faster training compared to traditional SVM methods.

More Related Videos

A User-friendly and Powerful R Analysis of Large-scale Datasets
10:56

A User-friendly and Powerful R Analysis of Large-scale Datasets

Published on: November 4, 2025

468

Related Experiment Videos

Last Updated: Apr 14, 2026

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

1.3K
A User-friendly and Powerful R Analysis of Large-scale Datasets
10:56

A User-friendly and Powerful R Analysis of Large-scale Datasets

Published on: November 4, 2025

468

Area of Science:

  • Machine Learning
  • Computational Linguistics
  • Data Mining

Background:

  • Support Vector Machines (SVM) are effective for classification but struggle with large datasets due to high training complexity.
  • Existing kernel methods highlight the need for multiple kernels or flexible parameterizations for enhanced performance.
  • Handling high-dimensional data and text corpora with SVMs remains a significant challenge in machine learning.

Purpose of the Study:

  • To introduce a novel multikernel Support Vector Machine (SVM) designed for efficient classification of high-dimensional data.
  • To develop an automatic parameterization method for multikernel SVMs that reduces computational cost.
  • To improve classification accuracy and training speed compared to traditional SVMs and brute-force parameterization techniques.

Main Methods:

  • The proposed model structures data by spreading it into cohesive term slices (clusters) to form a multikernel.
  • Automatic parameterization is employed to optimize kernel configurations.
  • The multikernel SVM approach is evaluated on diverse text corpora.

Main Results:

  • The multikernel SVM demonstrates good classification accuracy on various text corpora.
  • The new approach achieves significantly faster training times compared to classic SVM classifiers.
  • Experimental results show superior performance against SVMs with brute-force parameterization.

Conclusions:

  • The developed multikernel SVM effectively manages high-dimensional data and text classification tasks.
  • This method offers a computationally efficient and accurate alternative to conventional SVMs.
  • The findings suggest a promising direction for scaling SVMs to larger and more complex datasets.