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.
ANSWER
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
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
SEE COMPLETE ANSWER CLICK THE LINK