NARX Neural Network - Adding a constraint

2 Ansichten (letzte 30 Tage)
Nauman Shah
Nauman Shah am 21 Apr. 2015
Beantwortet: Greg Heath am 22 Apr. 2015
Hi
I'm working with NARX NN and predicting the weighted average ,high and low prices of electricity market based on forecast.
The correlation that I'm with Weighted average is good, however for low and high it isn't which is understandable as it's a spot market price and very speculative.
However, the problem I'm facing is that even in training and testing, the high price does get lower than the weighted average (many times) and even lower than low price a few times, which is practically impossible.
My question is, is there a way to add a numeric constraint of sorts that, for instance, if I use the predicted weighted average as an input for the high price (or low for that matter) it should remain above the weighted average for high or below the weighted average for low.
Any thoughts?

Akzeptierte Antwort

Greg Heath
Greg Heath am 22 Apr. 2015
Scale target prices to [ 0 1 ]
Estimate
1. average >=0
2. high - average >=0
3. average - low >= 0
Use 'logsig' to prevent negative outputs.
Hope this helps.
Thank you for formally accepting my answer
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by