All Projects → yangysc → Wavelet-HFCM

yangysc / Wavelet-HFCM

Licence: other
This repository is the source code for Wavelet-HFCM of the paper 'Time Series Forecasting based on High-Order Fuzzy Cognitive Maps and Wavelet Transform'

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wavelet-HFCM

Time-Series-Analysis-Tutorial
时间序列分析教程
Stars: ✭ 313 (+878.13%)
Mutual labels:  time-series-forecasting
ts4health
Time Series Data Analysis, Visualization and Forecasting with Python for Health and Self
Stars: ✭ 17 (-46.87%)
Mutual labels:  time-series-forecasting
orderbook modeling
Example of order book modeling.
Stars: ✭ 38 (+18.75%)
Mutual labels:  time-series-forecasting
awesome-energy-forecasting
list of papers, code, and other resources
Stars: ✭ 31 (-3.12%)
Mutual labels:  time-series-forecasting
renewcast
Renewcast: Forecasting Renewable Electricity Generation in EU Countries.
Stars: ✭ 28 (-12.5%)
Mutual labels:  time-series-forecasting
CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (-37.5%)
Mutual labels:  time-series-forecasting
Global-Temperature-Change-Prediction
A Data Science project that uses an ARIMA model for Time Series Forecasting, to predict the temperature of any given city across a specific time period.
Stars: ✭ 22 (-31.25%)
Mutual labels:  time-series-forecasting
Gluon Ts
Probabilistic time series modeling in Python
Stars: ✭ 2,373 (+7315.63%)
Mutual labels:  time-series-forecasting
time-series-forecasting-tensorflowjs
Pull stock prices from online API and perform predictions using Long Short Term Memory (LSTM) with TensorFlow.js framework
Stars: ✭ 96 (+200%)
Mutual labels:  time-series-forecasting
dts
A Keras library for multi-step time-series forecasting.
Stars: ✭ 130 (+306.25%)
Mutual labels:  time-series-forecasting
awesome-time-series
Resources for working with time series and sequence data
Stars: ✭ 178 (+456.25%)
Mutual labels:  time-series-forecasting
time series notebooks
My Experiments with Time Series
Stars: ✭ 20 (-37.5%)
Mutual labels:  time-series-forecasting

Purpose

This project is the source code for the paper Time Series Forecasting based on High-Order Fuzzy Cognitive Maps and Wavelet Transform, which is now published in IEEE TFS.

Usage

  • The file Wavelet_HFCM.py is the main program to perform forecasting time series by using Wavelet-HFCM.
  • Defining the basic functions of an FCM, FCMs.py is used in the main program, and there is no need to run it seperately.
  • The outcomes about the effects of two hyper-parameters (the order k and number of nodes Nc)on Wavelet-HFCM are saved into the file Outcome_for_papers/output_sunspot_sp500.xlsx, and their corresponding plots are saved into the directory ./Outcome_for_papers/impact_parameters/ .

Requirements

  • python (3.6)
  • matplotlib (3.0.3)
  • seaborn (0.9.0)
  • pandas (0.24.2)
  • numpy (1.16.3)

Example

Here is an example for MG-chaos data. image

Citation

If you find this work useful, please cite our paper:

@article{yang2018time,
  title={Time-series forecasting based on high-order fuzzy cognitive maps and wavelet transform},
  author={Yang, Shanchao and Liu, Jing},
  journal={IEEE Transactions on Fuzzy Systems},
  volume={26},
  number={6},
  pages={3391--3402},
  year={2018},
  publisher={IEEE}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].