Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohfmo/idpso-elm-s
Algorithms proposed in the following paper: OLIVEIRA, Gustavo HFMO et al. Time series forecasting in the presence of concept drift: A pso-based approach. In: 2017 IEEE 29th International Conference on Tools with Artificial Intelligence (ICTAI). IEEE, 2017. p. 239-246.
https://github.com/gustavohfmo/idpso-elm-s
concept-drift data-stream extreme-learning-machine idpso-elm-s time-series
Last synced: 14 days ago
JSON representation
Algorithms proposed in the following paper: OLIVEIRA, Gustavo HFMO et al. Time series forecasting in the presence of concept drift: A pso-based approach. In: 2017 IEEE 29th International Conference on Tools with Artificial Intelligence (ICTAI). IEEE, 2017. p. 239-246.
- Host: GitHub
- URL: https://github.com/gustavohfmo/idpso-elm-s
- Owner: GustavoHFMO
- License: gpl-3.0
- Created: 2021-02-10T20:43:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T17:02:15.000Z (over 3 years ago)
- Last Synced: 2023-10-20T20:07:59.375Z (about 1 year ago)
- Topics: concept-drift, data-stream, extreme-learning-machine, idpso-elm-s, time-series
- Language: Python
- Homepage: https://ieeexplore.ieee.org/document/8371949
- Size: 5.49 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# IDPSO-ELM-S: Time series forecasting in the presence of concept drift, A PSO-based approach - [![DOI](https://zenodo.org/badge/337848652.svg)](https://zenodo.org/badge/latestdoi/337848652)
The module [Main.py](https://github.com/GustavoHFMO/IDPSO-ELM-S/blob/master/Main.py) executes the algorithms described below in real and synthetic time series.
## Usage
```
# Cloning the repository
git clone https://github.com/GustavoHFMO/IDPSO-ELM-S.git# Acessing the repository
cd IDPSO-ELM-S# Installing the dependencies
pip install -r requirements.txt# Running the code
python Main.py
```## [IDPSO-ELM-S:](https://github.com/GustavoHFMO/IDPSO-ELM-S/blob/master/algoritmos_online/IDPSO_ELM_S.py)
> OLIVEIRA, Gustavo HFMO et al. Time series forecasting in the presence of concept drift: A pso-based approach. In: 2017 IEEE 29th International Conference on Tools with Artificial Intelligence (ICTAI). IEEE, 2017. p. 239-246.## [IDPSO-ELM-B:](https://github.com/GustavoHFMO/IDPSO-ELM-S/blob/master/algoritmos_online/IDPSO_ELM_B.py)
> OLIVEIRA, Gustavo HFMO et al. Time series forecasting in the presence of concept drift: A pso-based approach. In: 2017 IEEE 29th International Conference on Tools with Artificial Intelligence (ICTAI). IEEE, 2017. p. 239-246.## [ELM-FEDD:](https://github.com/GustavoHFMO/IDPSO-ELM-S/blob/master/algoritmos_online/ELM_FEDD.py)
> R. C. Cavalcante, L. L. Minku, and A. L. Oliveira, “FEDD: Feature Extraction for Explicit Concept Drift Detection in time series,” in Neural Networks (IJCNN), 2016 International Joint Conference on. IEEE, 2016, pp. 740–747.## [ELM-ECDD:](https://github.com/GustavoHFMO/IDPSO-ELM-S/blob/master/algoritmos_online/ELM_ECDD.py)
> R. C. Cavalcante and A. L. Oliveira, “An approach to handle concept drift in financial time series based on extreme learning machines and explicit drift detection,” in Neural Networks (IJCNN), 2015 International Joint Conference on. IEEE, 2015, pp. 1–8.## [ELM-DDM:](https://github.com/GustavoHFMO/IDPSO-ELM-S/blob/master/algoritmos_online/ELM_DDM.py)
> R. C. Cavalcante and A. L. Oliveira, “An approach to handle concept drift in financial time series based on extreme learning machines and explicit drift detection,” in Neural Networks (IJCNN), 2015 International Joint Conference on. IEEE, 2015, pp. 1–8.## Result
![](https://github.com/GustavoHFMO/IDPSO-ELM-S/blob/master/images/idpso_elm_s_execution.png)## License
This project is under a GNU General Public License (GPL) Version 3. See [LICENSE](https://www.gnu.org/licenses/gpl-3.0-standalone.html) for more information.