An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PSOBrainModeler

![version](https://img.shields.io/badge/version-0.5.2-blue.svg)

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)

---