Price Forecasting Using Neural Networks

Illustration
deepandra_partap_044 - 2021-05-14T15:53:19+00:00
Question: Price Forecasting Using Neural Networks

Hello All, I am working on a project for Electricity Price Forecasting of some regions in INDIA. Has anyone earlier worked in it before? Can anybody provide some assistance. What I have done till now is; I have collected last one year price data of West(India) Region and the factors that affect the price. Kindly let me know how to proceed further.

Expert Answer

Profile picture of Kshitij Singh Kshitij Singh answered . 2025-11-20

 For N examples of the I factors and corresponding prices

 [I N ] = size(input)

 [1 N ] = size(target)

 help fitnet
 doc fitnet
*********************CORRECTION:
 
This is a time-series problem which should be apprroached via
 
 timedelaynet (delayed input, no output feedback)

 or

 narxnet (delayed input and delayed output feedback)
To help determine which approach to use, calculate
 
 
a. the significant input delays from the cross-correlation function of inputs and output
 b. the significant output delays from the output autocorrelation function.
I have posted many examples. Search
 
 
 greg timedelaynet nncorr

and

 greg narxnet nncorr


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!