ECMWFCode4Earth / ml_drought

Machine learning to better predict and understand drought. Moving github.com/ml-clim
https://ml-clim.github.io/drought-prediction/
89 stars 18 forks source link

Add an unsupervised warm up for the models #140

Open gabrieltseng opened 4 years ago

gabrieltseng commented 4 years ago

Inspired by tile2vec, pretrains the models by training the models to make embeddings that are far away from each other more different than embeddings that are close to one another.

It's a less rigid way of communicating the latlon information to the models

tommylees112 commented 4 years ago

This is super cool Gabi! Thanks so much. Just reviewing now