paper-with-me

Papers

PSO-PARSIMONY: A method for finding parsimonious and accurate machine learning models with particle swarm optimization. Application for predicting force–displacement curves in T-stub steel connections

2023-09-01 · Neurocomputing 2023 9 · J. Divasón, J.F. Ceniceros, A. Sanz-Garcia, A. Pernia-Espinoza, F.J. Martinez-de-Pison

We present PSO-PARSIMONY, a new methodology to search for parsimonious and highly accurate models by means of particle swarm optimization. PSO-PARSIMONY uses automatic hyperparameter optimization and feature selection to search for accurate models with low complexity. To evaluate the new proposal, a comparative study with multilayer perceptron algorithm was performed with public datasets and by applying it to predict two important parameters of the force–displacement curve in T-stub steel connections: initial stiffness and maximum strength. Models optimized with PSO-PARSIMONY showed an excellent trade-off between goodness-of-fit and parsimony. The new proposal was compared with GA-PARSIMONY, our previously published methodology that uses genetic algorithms in the optimization process. The new method needed more iterations and obtained slightly more complex individuals, but it performed better in the search for accurate models.

📄 PDF Abstract BibTeX

Code (1)

jodivaso/psoparsimony

Tasks

feature selectionHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
AutoParsimony The principle of parsimony, also known as Occam's razor, elucidates the preference for the simplest explanation that provides optimal results when faced with multiple options.…

Similar Papers 제목 키워드 기반

HYB-PARSIMONY: A hybrid approach combining Particle Swarm Optimization and Genetic Algorithms to find parsimonious models in high-dimensional datasets

2023-12-01 · Neurocomputing 2023 12 · J. Divasón, A. Pernia-Espinoza, F.J. Martinez-de-Pison

The PSO-PARSIMONY methodology (a heuristic for finding accurate and low-complexity models with particle swarm optimization (PSO)) allows obtaining machine learning models with a good balance between accuracy and complexi…

Hybrid methodology based on Bayesian optimization and GA-PARSIMONY to search for parsimony models by combining hyperparameter optimization and feature selection

2019-08-18 · Neurocomputing 2019 8 · F.J. Martinez-de-Pison, R. Gonzalez-Sendino, A Aldama, J. Ferreiro-Cabello 외

This article presents a hybrid methodology that combines Bayesian optimization (BO) with a constrained version of the GA-PARSIMONY method to obtain parsimony models. The proposal is designed to reduce the sizeable comput…

Bayesian Optimizationfeature selectionHyperparameter OptimizationModel Selection

Searching parsimonious solutions with GA-PARSIMONY and XGboost in high-dimensional databases

2016-10-01 · Advances in Intelligent Systems and Computing 2016 10 · F.J. Martinez-de-Pison, E. Fraile-Garcia, J. Ferreiro-Cabello, R. Gonzalez 외

EXtreme Gradient Boosting (XGBoost) has become one of the most successful techniques in machine learning competitions. It is computationally efficient and scalable, it supports a wide variety of objective functions and i…

feature selectionModel Selection

A comparative study of six model complexity metrics to search for parsimonious models with GAparsimony R Package

2021-09-10 · Neurocomputing 2021 9 · F.J. Martinez-de-Pison, J. Ferreiro, E. Fraile, A. Pernia-Espinoza

Nowadays, interest is growing in automating KDD processes. Thanks to the increasing power and decreasing costs of computation devices, the search for the best features and model parameters can be conducted with different…

Feature Engineeringfeature selectionHyperparameter Optimization

Parsimonious neural networks learn interpretable physical laws

2020-05-08 · Saaketh Desai, Alejandro Strachan

Machine learning is playing an increasing role in the physical sciences and significant progress has been made towards embedding domain knowledge into models. Less explored is its use to discover interpretable physical l…