├── CFNN ├── cfnn_advanced.m ├── cfnn_basic.m └── matlabfinal.mat ├── Flowchart ├── Flowchart.png ├── flowchart.md ├── narx_prediction_model_flowchart.png ├── network_model_cfnn.PNG ├── network_model_nar.PNG ├── network_model_narx.PNG ├── network_model_nio.PNG ├── network_model_rnn.PNG └── wind_speed_prediction_external_inputs.png ├── NAR ├── matlab.mat ├── nar_advanced.m └── nar_basic.m ├── NARX ├── matlab(new with results).mat ├── narx_advanced.m └── narx_basic.m ├── NIO ├── matlab.mat ├── nio_advanced.m └── nio_basic.m ├── README.md ├── RNN ├── matlab2.mat └── rnn_prediction.m └── Results ├── Auto-correlations_cfnn.eps ├── Auto-correlations_narx.eps ├── Auto-correlations_rnn.eps ├── EH_OP.eps ├── IO_OP.eps ├── Performance_20h1d.eps ├── Performance_narx.eps ├── Performance_narx1.eps ├── RA_OP.eps ├── Resultofall.eps ├── Resultofall_z.eps ├── Resultofall_z_ noNIONN.eps ├── Resultofall_z_noNIONN1.eps ├── Results_20h1d.eps ├── er_nio.eps ├── erore_histogramrnn.eps ├── error-histogram_cfnn.eps ├── error-histogram_narx.eps ├── error-histogram_rnn.eps ├── error_histogram_cfnn.eps ├── input-error_cfnn.eps ├── input-error_narx.eps ├── input-error_rnn.eps ├── performance_NAR.eps ├── performance_NAR1.eps ├── performance_NIONN.eps ├── performance_NIONN_2.eps ├── pressure_data_pattern.eps ├── results.md ├── temp_data_pattern.eps ├── wind_speed_pattern.eps ├── wsp_results_comparison_wide_view.eps └── wsp_results_comparison_zoom_view.eps /CFNN/cfnn_advanced.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/CFNN/cfnn_advanced.m -------------------------------------------------------------------------------- /CFNN/cfnn_basic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/CFNN/cfnn_basic.m -------------------------------------------------------------------------------- /CFNN/matlabfinal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/CFNN/matlabfinal.mat -------------------------------------------------------------------------------- /Flowchart/Flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/Flowchart.png -------------------------------------------------------------------------------- /Flowchart/flowchart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/flowchart.md -------------------------------------------------------------------------------- /Flowchart/narx_prediction_model_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/narx_prediction_model_flowchart.png -------------------------------------------------------------------------------- /Flowchart/network_model_cfnn.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/network_model_cfnn.PNG -------------------------------------------------------------------------------- /Flowchart/network_model_nar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/network_model_nar.PNG -------------------------------------------------------------------------------- /Flowchart/network_model_narx.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/network_model_narx.PNG -------------------------------------------------------------------------------- /Flowchart/network_model_nio.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/network_model_nio.PNG -------------------------------------------------------------------------------- /Flowchart/network_model_rnn.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/network_model_rnn.PNG -------------------------------------------------------------------------------- /Flowchart/wind_speed_prediction_external_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Flowchart/wind_speed_prediction_external_inputs.png -------------------------------------------------------------------------------- /NAR/matlab.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NAR/matlab.mat -------------------------------------------------------------------------------- /NAR/nar_advanced.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NAR/nar_advanced.m -------------------------------------------------------------------------------- /NAR/nar_basic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NAR/nar_basic.m -------------------------------------------------------------------------------- /NARX/matlab(new with results).mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NARX/matlab(new with results).mat -------------------------------------------------------------------------------- /NARX/narx_advanced.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NARX/narx_advanced.m -------------------------------------------------------------------------------- /NARX/narx_basic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NARX/narx_basic.m -------------------------------------------------------------------------------- /NIO/matlab.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NIO/matlab.mat -------------------------------------------------------------------------------- /NIO/nio_advanced.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NIO/nio_advanced.m -------------------------------------------------------------------------------- /NIO/nio_basic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/NIO/nio_basic.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/README.md -------------------------------------------------------------------------------- /RNN/matlab2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/RNN/matlab2.mat -------------------------------------------------------------------------------- /RNN/rnn_prediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/RNN/rnn_prediction.m -------------------------------------------------------------------------------- /Results/Auto-correlations_cfnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Auto-correlations_cfnn.eps -------------------------------------------------------------------------------- /Results/Auto-correlations_narx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Auto-correlations_narx.eps -------------------------------------------------------------------------------- /Results/Auto-correlations_rnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Auto-correlations_rnn.eps -------------------------------------------------------------------------------- /Results/EH_OP.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/EH_OP.eps -------------------------------------------------------------------------------- /Results/IO_OP.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/IO_OP.eps -------------------------------------------------------------------------------- /Results/Performance_20h1d.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Performance_20h1d.eps -------------------------------------------------------------------------------- /Results/Performance_narx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Performance_narx.eps -------------------------------------------------------------------------------- /Results/Performance_narx1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Performance_narx1.eps -------------------------------------------------------------------------------- /Results/RA_OP.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/RA_OP.eps -------------------------------------------------------------------------------- /Results/Resultofall.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Resultofall.eps -------------------------------------------------------------------------------- /Results/Resultofall_z.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Resultofall_z.eps -------------------------------------------------------------------------------- /Results/Resultofall_z_ noNIONN.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Resultofall_z_ noNIONN.eps -------------------------------------------------------------------------------- /Results/Resultofall_z_noNIONN1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Resultofall_z_noNIONN1.eps -------------------------------------------------------------------------------- /Results/Results_20h1d.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/Results_20h1d.eps -------------------------------------------------------------------------------- /Results/er_nio.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/er_nio.eps -------------------------------------------------------------------------------- /Results/erore_histogramrnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/erore_histogramrnn.eps -------------------------------------------------------------------------------- /Results/error-histogram_cfnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/error-histogram_cfnn.eps -------------------------------------------------------------------------------- /Results/error-histogram_narx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/error-histogram_narx.eps -------------------------------------------------------------------------------- /Results/error-histogram_rnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/error-histogram_rnn.eps -------------------------------------------------------------------------------- /Results/error_histogram_cfnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/error_histogram_cfnn.eps -------------------------------------------------------------------------------- /Results/input-error_cfnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/input-error_cfnn.eps -------------------------------------------------------------------------------- /Results/input-error_narx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/input-error_narx.eps -------------------------------------------------------------------------------- /Results/input-error_rnn.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/input-error_rnn.eps -------------------------------------------------------------------------------- /Results/performance_NAR.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/performance_NAR.eps -------------------------------------------------------------------------------- /Results/performance_NAR1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/performance_NAR1.eps -------------------------------------------------------------------------------- /Results/performance_NIONN.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/performance_NIONN.eps -------------------------------------------------------------------------------- /Results/performance_NIONN_2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/performance_NIONN_2.eps -------------------------------------------------------------------------------- /Results/pressure_data_pattern.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/pressure_data_pattern.eps -------------------------------------------------------------------------------- /Results/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/results.md -------------------------------------------------------------------------------- /Results/temp_data_pattern.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/temp_data_pattern.eps -------------------------------------------------------------------------------- /Results/wind_speed_pattern.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/wind_speed_pattern.eps -------------------------------------------------------------------------------- /Results/wsp_results_comparison_wide_view.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/wsp_results_comparison_wide_view.eps -------------------------------------------------------------------------------- /Results/wsp_results_comparison_zoom_view.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mijancse/Deep-Neural-Network-based-Approaches-in-Wind-Time-Series-Forecasting/HEAD/Results/wsp_results_comparison_zoom_view.eps --------------------------------------------------------------------------------