Skip to content

Algorithms proposed in the following master dissertation: OLIVEIRA, Gustavo Henrique Ferreira de Miranda. Previsão de séries temporais na presença de mudança de conceito: uma abordagem baseada em PSO. 2018. Dissertação de Mestrado. Universidade Federal de Pernambuco.

License

Notifications You must be signed in to change notification settings

GustavoHFMO/SISC

Repository files navigation

Previsão de séries temporais na presença de mudança de conceito: uma abordagem baseada em PSO

Usage

# Cloning the repository
git clone https://github.com/GustavoHFMO/SISC.git

# Acessing the repository
cd SISC

# Installing the dependencies
pip install -r requirements.txt

# Running the codes (Description bellow)
python generate_synthetic_series.py
python run_regressors.py
python run_online_algorithms.py
  1. The module generate_synthetic_series.py explains how to generate the synthetic series used in the work. Result:

  1. The module run_regressors.py shows how to run the following regressors trained by swarm algorithms: IDPSO+ELM, PSO+ELM and PSO+MLP. Result:

  1. The module run_online_algorithms.py explain how to executes the algorithms described below in real and synthetic time series.

Proposed in the master dissertation.

Proposed in the master dissertation.

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.

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.

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.

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.

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.

RAKITIANSKAIA, A. S.; ENGELBRECHT, A. P. Training feedforward neural networks with dynamic particle swarm optimisation. Swarm Intelligence, Springer, v. 6, n. 3, p. 233–270, 2012.

License

This project is under a GNU General Public License (GPL) Version 3. See LICENSE for more information.

About

Algorithms proposed in the following master dissertation: OLIVEIRA, Gustavo Henrique Ferreira de Miranda. Previsão de séries temporais na presença de mudança de conceito: uma abordagem baseada em PSO. 2018. Dissertação de Mestrado. Universidade Federal de Pernambuco.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages