Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.64 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.64 KB

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