Related Experiment Video
Updated: Nov 28, 2025

08:27
Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
Published on: January 5, 2024
1.4K
Semisupervised Learning via Axiomatic Fuzzy Set Theory and SVM
IEEE Transactions on Cybernetics
|December 1, 2020
Summary
This study introduces a Semantic Semisupervised Learning (SSL) method combining Support Vector Machines (SVM) and Axiomatic Fuzzy Set (AFS) theory. It enhances machine learning interpretability and accuracy by leveraging both labeled and unlabeled data.
Area of Science:
- Machine Learning
- Artificial Intelligence
- Data Science
Background:
- Classical machine learning models like Support Vector Machines (SVM) extract basic facts from data.
- Axiomatic Fuzzy Set (AFS) theory provides a framework for incorporating semantic knowledge.
- Semisupervised learning (SSL) effectively utilizes both labeled and unlabeled data.
Purpose of the Study:
- To develop a novel Semantic SSL approach unifying SVM and AFS theory.
- To enhance the interpretability and accuracy of machine learning models.
- To create interpretable semantic descriptions for data categories.
Main Methods:
- Integration of SVM for primitive fact extraction and AFS theory for semantic knowledge exploitation.
- Application of a disagreement-based SSL schema with a co-training approach.
- Utilization of an evaluation index for description pruning.
Main Results:
- The Semantic SSL approach produces concise, comprehensible, and precise descriptions.
- It effectively balances model interpretability with predictive accuracy.
- Experimental results show improved utilization of information from both labeled and unlabeled data.
Conclusions:
- The proposed Semantic SSL framework offers a powerful method for data analysis.
- It enables sufficient utilization of hidden information in datasets.
- This approach has potential applications in achieving accurate category descriptions.
Related Concept Videos
Classification of Systems-I
455
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:
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:
455
Classification of Systems-II
385
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,
385
Multi-input and Multi-variable systems
275
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...
In the absence of...
275
Associative Learning
898
Associative learning is a fundamental concept in behavioral psychology, wherein a connection is established between two stimuli or events, leading to a learned response. This process is critical in understanding how behaviors are acquired and modified. Conditioning, the mechanism through which associations are formed, can be divided into two main types: classical conditioning and operant conditioning, each elucidating different aspects of associative learning.
Classical conditioning, also known...
Classical conditioning, also known...
898
Residuals and Least-Squares Property
8.6K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.6K
Gaussian Elimination: Problem Solving
66
Systems of linear equations in several variables are pivotal in modeling complex scenarios involving multiple unknowns and constraints. Such systems are widely used in various fields to represent relationships where several conditions must be simultaneously satisfied. Each variable in the system corresponds to an unknown quantity, while each equation imposes a linear constraint, leading to a structured approach for analyzing and solving real-world problems.A system of three equations with three...
66