https://github.com/benjajorquera/psobrainmodeler
Particle Swarm Optimization-Based Hyperparameter Tuning for Support Vector Regression Models in Cerebral Autoregulation Analysis
https://github.com/benjajorquera/psobrainmodeler
cerebral-autoregulation particle-swarm-optimization support-vector-regression
Last synced: about 1 year ago
JSON representation
Particle Swarm Optimization-Based Hyperparameter Tuning for Support Vector Regression Models in Cerebral Autoregulation Analysis
- Host: GitHub
- URL: https://github.com/benjajorquera/psobrainmodeler
- Owner: benjajorquera
- License: mit
- Created: 2023-04-02T04:45:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:36:16.000Z (about 2 years ago)
- Last Synced: 2025-02-01T04:44:42.864Z (over 1 year ago)
- Topics: cerebral-autoregulation, particle-swarm-optimization, support-vector-regression
- Language: R
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSOBrainModeler

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
```R
# devtools::install_github("benjajorquera/PSOBrainModeler")
```
---
## Dependencies
- dplyr
- signal
- stats
- e1071
- utils
- pso
- progress
- tseries
- magrittr
---
## Suggested Packages
- testthat
---
## License
MIT License. See [LICENSE](LICENSE) file for more details.
---
## Authors
- **Benjamin Jorquera** - *Primary Author & Maintainer* - [Email](mailto:benjamin.jorquera@usach.cl)
- **Jose Luis Jara** - [Email](mailto:jljara@usach.cl)
---