openclimatefix / power_perceiver

Machine learning experiments using the Perceiver IO model to forecast the electricity system (starting with solar)
MIT License
7 stars 1 forks source link

Implement first ML model (based on Perceiver IO). It just handles one timestep at a time. It takes an HRV satellite image and predicts PV power for all the PV systems near the middle of the image. #35

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago
JackKelly commented 2 years ago

OK, good news, I'm pretty sure this super-simple model is learning something useful.

Here's a (cherrypicked!) example (from the training set):

image

And it is producing different predictions for each PV system within an example:

image

And the PV system embedding is changing for each PV system:

image

I'll update the plan above

JackKelly commented 2 years ago

This is done. And the "transformer encoder" actually works really well :slightly_smiling_face: