satflow icon indicating copy to clipboard operation
satflow copied to clipboard

New Paper: RETRO

Open jacobbieker opened this issue 3 years ago • 1 comments

Detailed Description

https://medium.com/syncedreview/deepminds-retro-retrieval-enhanced-transformer-retrieves-from-trillions-of-tokens-achieving-c54313fec51d

Context

Paper is mostly about language models, but has an interesting idea for searching for similar text to help the model learn, and seems to work well. I believe we talked about that at some point, using similarity search, for satellite predictions, and this seems to say it works for nlp at least.

Possible Implementation

Have a database of similar historical PV data to search from, or satellite images, and use something like faiss for fast search. Then would be able to include historical past and future gsp data as well for those days to help with predictions

jacobbieker avatar Dec 23 '21 15:12 jacobbieker

Related to #65

jacobbieker avatar Dec 23 '21 20:12 jacobbieker