Skip to content

Particle Swarm Optimization-Based Hyperparameter Tuning for Support Vector Regression Models in Cerebral Autoregulation Analysis

License

Notifications You must be signed in to change notification settings

benjajorquera/PSOBrainModeler

Repository files navigation

PSOBrainModeler

version

Particle Swarm Optimization-Based and Grid Search Hyperparameter Tuning for Automatic Support Vector Regression Models in Cerebral Autoregulation Analysis


Description

This package offers a comprehensive toolkit for the analysis and modeling of biological signal data specific to individual patients. It facilitates the training of Support Vector Regression (SVR) models to represent and predict cerebral autoregulation phenomena.

Features include:

  • Utilizing k-fold cross-validation for training.
  • Hyperparameter optimization through Particle Swarm Optimization (PSO) and Grid Search.
  • Generation of various models trained with the following learning structures (both univariate and multivariate modeling):
    • Finite Impulse Response (FIR)
    • Nonlinear Finite Impulse Response (NFIR)
    • AutoRegressive with eXogenous inputs (ARX)
    • Nonlinear AutoRegressive with eXogenous inputs (NARX)
  • An extended scoring filter to evaluate the quality of the autoregulation response when a patient is subjected to simulated pressure changes.
  • Automatic selection for the autoregulation response.

Installation

# devtools::install_github("benjajorquera/PSOBrainModeler")

Dependencies

  • dplyr
  • signal
  • stats
  • e1071
  • utils
  • pso
  • progress
  • tseries
  • magrittr

Suggested Packages

  • testthat

License

MIT License. See LICENSE file for more details.


Authors

  • Benjamin Jorquera - Primary Author & Maintainer - Email
  • Jose Luis Jara - Email

About

Particle Swarm Optimization-Based Hyperparameter Tuning for Support Vector Regression Models in Cerebral Autoregulation Analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages