scispace - formally typeset
Search or ask a question

Answers from top 4 papers

More filters
Papers (4)Insight
Non linear regression method is found to be suitable to train the SVM for this application.
Comparative studies with some linear and other nonlinear methods show SVMs high performance both in classification and correlation.
Open accessBook ChapterDOI
Zhouyu Fu, Antonio Robles-Kelly 
04 Dec 2008
21 Citations
In this paper, we propose a new method for training mixtures of linear SVM classifiers for purposes of non-linear data classification.
Several simulation examples show the sensitivity of the SVM parameters and demonstrate the superiority of this proposed method for nonlinear function approximation.

Related Questions

What is linear equation?5 answersA linear equation is a fundamental algebraic concept crucial from junior high school to university levels. It is an equation involving constants and variables raised to the power of 1, typically in the form \(ax + by = c\). Linear equations are prevalent in mathematics education, with technology now being utilized to enhance learning experiences, such as through the creation of the "Linear Equation Game" for Android devices. These equations are essential in various fields, as they serve as the basis for solving numerical problems, including in numerical methods where linear algebraic equations play a central role. Understanding linear equations is vital for students to progress to more advanced mathematical topics, making it a key component of the curriculum across educational levels.
When to use svm?5 answersSupport Vector Machines (SVM) can be used in various fields such as classification, weather forecasting, and nonlinear function approximation. SVM is effective in classifying seismic signals and identifying noise in seismograms. It can also be used to develop simplified verification models for radar systems, enabling the understanding of device operating principles and calibration algorithms. In weather forecasting, SVM has been successful in precipitation nowcasting based on radar images, particularly in short-term forecasting. For nonlinear classification in high-dimensional spaces, kernel SVM is commonly used, while linear SVM is popular in applications involving high-dimensional spaces. In regression problems, SVM is a popular machine learning model that solves nonlinear function approximation problems, with the least square of errors (LS-SVM) performing better in general.
What are the main properties of linear vector spaces?5 answersLinear vector spaces have several main properties. Firstly, they are a generalization of the structure of ℝ2 and ℝ3 to more abstract spaces where vectors do not have an immediate concrete geometric interpretation. Secondly, they involve varying the field of "scalars" in the definition of vector space, leading to relative concepts of "basis" and "dimension". Thirdly, linear vector spaces are the foundation on which vast structures of functional analysis can be built systematically, and they exhibit properties induced by algebraic operations. Additionally, linear vector spaces with a scalar product, known as Hilbert spaces, allow for the expansion of functions in terms of an orthogonal basis and the resolution of the identity. These spaces also involve differential operators, operator eigenvalue equations, and the properties of Hermitian eigenvalue problems.
What Is Nonlinear? Definition, Vs. Linear, and Analysis?2 answersNonlinear refers to something that is not linear and is often used as the opposite of linear. In the context of mathematics and sciences, nonlinear analysis involves studying mathematical structures and phenomena that do not follow linear relationships or principles. Nonlinear problems are generally more complex than linear problems and require different techniques for their study. Nonlinear analysis has become an important field in various disciplines, including mathematics, physics, engineering, and social sciences, due to its wide range of applications and fascinating theory. It involves topics such as multivalued analysis, nonsmooth analysis, and functional analysis, providing a solid foundation for further research and applications.
What is the formula of SVM?5 answersSupport Vector Machines (SVMs) are robust and accurate methods in data mining algorithms. They have a sound theoretical foundation rooted in statistical learning theory and require only a few examples for training. SVMs have been developed rapidly in theory and practice over the past decade. The formula for plasma-frequency reduction factor for a solid cylindrical electron beam in a metallic tunnel has been developed using an artificial neural network algorithm of universal approximation. The formula is simple, accurate, and can be computed easily without resorting to exhaustive numerical iterative search. A generalization of the SVM method has been proposed where the separator is a curve, but the concept of margin and maximization of the margin is still present. This formulation generalizes the linear SVM to a spherical separation shape while still maximizing the margin. A novel SVM nonlinear regression algorithm based on classification (CSV) has been proposed to solve the problem of obtaining nonlinear regression function Y = f(X) without knowledge about the regression model. The algorithm is robust, insensitive to noise, and does not require a prior regression model with unknown variables. An exact semismooth Newton support vector machine (ESNSVM) has been developed to solve the quadratic program problem in SVMs speedily and efficiently.
Is SVM a GLM?7 answers