Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,181 papers · 148 categories

Trend · papers per month

174349523697 · Jun 202019922001200920182026
48 results for fuzzy support vector machine

Improved fuzzy support vector machine for stock price trend forecasting.

problem Weak performance of traditional support vector machines in handling fuzzy and noisy data.
method Proposed a novel advanced fuzzy support vector machine (NA-FSVM) to improve precision.
result Improved model precision in predicting stock price trends.

Fuzzy Bounded Twin Support Vector Machine for large datasets and streaming data.

problem Handling large datasets and learning from data streams.
method Combining TWSVM with fuzzy membership function and using dual coordinate descent with Fourier Gaussian approximation.
result Fuzzy Bounded Twin Support Vector Machine (FBTWSVM) provides fast training and robust classification.

IEFSVM improves SVM for imbalanced data by adjusting k-nearest neighbors entropy.

problem Imbalanced data classification challenges in machine learning.
method Instance-based IEFSVM modifies EFSVM using k-nearest neighbors entropy to prioritize samples.
result IEFSVM outperforms other SVMs and machine learning methods in high imbalance datasets.

A system predicts stock prices and recommends investment portions.

problem Optimizing stock investment decisions based on predicted prices and risk tolerance.
method Support Vector Regression for price prediction, Markowitz portfolio theory and fuzzy logic for investment recommendations.
result Experimental results on NYSE show the system's effectiveness.

Machine learning identifies skill levels in neurosurgery residents.

problem Assessing neurosurgical skill levels in residents.
method Machine learning applied to a VR tumor resection task with 23 skilled and 92 novice participants.
result Fuzzy K-Nearest Neighbors classifier achieved 8.3% equal error rate with 15 selected features.

This paper explores fuzzy systems' equivalence to neural networks and other machine learning methods.

problem Designing optimal fuzzy systems and overcoming challenges.
method Comparative analysis of Takagi-Sugeno-Kang fuzzy systems with neural networks, mixture of experts, CART, and stacking ensemble regression.
result Functional equivalence between fuzzy systems and machine learning methods.

Optimized fuzzy entropy framework improves feature selection and classification performance.

problem Improving feature selection and classification in fuzzy entropy frameworks.
method Implemented and compared combinations of ideal vectors, maximal similarity classifiers, and fuzzy entropy functions.
result Optimized combination of ideal vector, similarity classifier, and fuzzy entropy function achieved the most stable performance for all three datasets.

Improved stock index analysis using fuzzy parameters and machine learning.

problem Analyzing the S&P 500 stock index with long-term dependence.
method Combining fuzzy theory and machine learning to modify the Barndorff-Nielsen and Shephard model.
result The new model effectively captures the stochastic dynamics of the stock index time series.

Study compares GFMM neural networks for pattern classification.

problem Pattern classification problems.
method Two algorithms (incremental and agglomerative learning) to train GFMM neural networks.
result GFMM neural networks show strong and weak points on benchmark datasets.

Support spinor machine extends SVM to handle spinor fields in time series data.

problem Handling nonstationary and nonlinear time series data for classification.
method Using wedge product to extend vector fields to spinor fields, extending SVM to support spinor machine.
result Support spinor machine outperforms SVM in one class classification of physiological time series data.

Support vector machines have attracted much attention in theoretical and in applied statistics. Main topics of recent interest are consistency, learning rates and robustness. In this article, it is shown that support vector machines are qualitatively robust. Since support vector machines can be represented by a functio…

2009-12-04abs ↗pdf ↗

MBGD-RDA trains TSK fuzzy systems efficiently on big datasets.

problem Training TSK fuzzy systems efficiently on big datasets.
method MBGD-RDA combines mini-batch gradient descent, regularization, AdaBound, and novel techniques for TSK fuzzy systems.
result MBGD-RDA achieves fast convergence and superior generalization on big datasets.

Study enhances financial forecasting with machine learning and fuzzy MCDM.

problem Increasing financial uncertainty and market complexity.
method Integrates machine learning (XGBoost, LSTM, GNN) and intuitionistic fuzzy MCDM.
result High forecasting accuracy with low MAPE and narrow confidence intervals.

SVM generalizes well even with many support vectors in high dimensions.

problem Generalization of SVM in high-dimensional spaces with many support vectors.
method Identified new deterministic equivalences and proved conditions for support vector proliferation.
result Broadened conditions for SVM generalization in high-dimensional settings and proved converse result.

New algorithms reduce computational burden for principal support vector machines.

problem High computational cost of principal support vector machines for large datasets.
method Two distributed estimation algorithms for principal support vector machines.
result Statistical efficiency is maintained with distributed algorithms.

The paper proposes an algorithm to enumerate K best models with distinct support vectors for SVM.

problem Finding multiple models with distinct support vectors for non-standard machine learning applications.
method A K-best model enumeration algorithm for SVM that efficiently finds models with distinct support vectors in the dual SVM problem.
result The algorithm efficiently finds the next best model with small latency, useful for interactive examination of requirements.

Distributed SVM algorithm improves performance in real-world applications.

problem Improving SVM performance in distributed computing environments.
method Proposes HPSVM, a distributed SVM algorithm that minimizes inter-machine communications.
result HPSVM achieves similar or better results than state-of-the-art SVM techniques.

Framework clusters noisy MTS with robust fuzzy clustering, improving accuracy over existing methods.

problem Challenges in clustering multivariate time series due to non-stationary dependencies, noise, and state boundaries.
method Spectral fuzzy clustering using Kendall's tau-based canonical coherence for frequency-specific monotonic relationships.
result Framework outperforms existing methods in clustering noisy, high-dimensional MTS.

A novel weighted feature selection method using fuzzy sets improves classification accuracy and stability.

problem Improving feature selection accuracy and stability in machine learning models.
method Combination of four feature selection methods using fuzzy sets and bootstrap.
result Our method achieved significantly higher stability than individual methods.

FSL-BM improves real-time classification with fuzzy logic and binary meta-features.

problem Real-time classification accuracy, memory consumption, and time complexity.
method FSL-BM integrates fuzzy logic, binary meta-features, Hamming Distance, and Hash function for efficient supervised learning.
result FSL-BM provides faster and more accurate real-time classification compared to existing algorithms.

New research shows larger language models improve data processing for diverse entries.

problem Optimizing data processing for tables with diverse string entries.
method Analytical tasks on tables with varying language model sizes and a fuzzy join benchmark.
result Larger language models improve data processing for diverse entries, but fine-tuning is necessary.

Paper optimizes TSK fuzzy systems for large datasets with MBGD and novel regularization.

problem Optimizing TSK fuzzy systems for large datasets with high dimensionality.
method Proposes MBGD with UR and BN for TSK fuzzy classifiers.
result UR and BN improve classification performance on various UCI datasets.

A new clustering method learns shared hidden space and fuzzy partition between multi-view data.

problem Effective exploitation of relationship between different views in multi-view data.
method Hidden space sharing multi-view fuzzy clustering (HSS-MVFC) method based on fuzzy c-means.
result The proposed method outperforms many related clustering methods in experiments.

The least-squares support vector machine is a frequently used kernel method for non-linear regression and classification tasks. Here we discuss several approximation algorithms for the least-squares support vector machine classifier. The proposed methods are based on randomized block kernel matrices, and we show that t…

2017-03-22abs ↗pdf ↗

Paper presents a breast cancer detection model using ELM-RBF.

problem Detecting breast cancer using mammography with high cost and side effects.
method Multilayer fuzzy expert system with ELM-RBF model.
result ELM-RBF model outperforms linear-SVM model in accuracy, precision, sensitivity, specificity, and other metrics.

Rgtsvm provides a fast and flexible support vector machine (SVM) implementation for the R language. The distinguishing feature of Rgtsvm is that support vector classification and support vector regression tasks are implemented on a graphical processing unit (GPU), allowing the libraries to scale to millions of examples…

2017-06-17abs ↗pdf ↗

The support vector machine (SVM) is an important class of learning machines for function approach, pattern recognition, and time-serious prediction, etc. It maps samples into the feature space by so-called support vectors of selected samples, and then feature vectors are separated by maximum margin hyperplane. The pres…

2016-02-12abs ↗pdf ↗

Statistical learning theory explains SVMs for data-driven decision making.

problem Decision making and model construction from data.
method Statistical learning theory, focusing on empirical and structural risk minimization.
result Support Vector Machines (SVMs) are a prominent implementation of structural risk minimization.