predict_pv_yield icon indicating copy to clipboard operation
predict_pv_yield copied to clipboard

Ongoing thread: Research results & design ideas

Open JackKelly opened this issue 4 years ago • 2 comments

Keeping track of some basic research results:

Inferring PV yield for t0 ("now") (not predicting the future):

Getting about 6% normalised MAE where the network input is 128x128 pixels of satellite data (all channels) plus an embedding of the PV system ID. Simple CNN.

Getting about 8% NMAE where network input is 2x2 pixels of NWP data (all 10 surface parameters in UKV) plus an embedding of the PV system ID. Just a fully connected net.

Neither net gets datetime features, or clear sky irradiance, or geo location, or anything like that. So lots of room for improvement!

JackKelly avatar Jul 06 '21 08:07 JackKelly

Getting down to about 5 % NMAE "predicting" the future using the actual satellite imagery for the next hour.

Similar results so far using a CNN and a simple Perceiver model (which only sees a single timestep at a time).

With the Perceiver, getting very similar results for 64x64 satellite imagery vs 32x32 imagery (except the large image takes longer to train and uses more GPU RAM!)

But we're not yet letting The Perceiver flex its muscles (by combining multiple "modalities"). Some design ideas for how to use The Perceiver more properly here: https://github.com/openclimatefix/perceiver-pytorch/issues/1

JackKelly avatar Jul 29 '21 10:07 JackKelly

See #68 for latest ML architecture idea

JackKelly avatar Aug 20 '21 13:08 JackKelly