I understand it is may be a stupid question. But I do want to clarify if Neural Networks can be used for this challenge, as well, can computer vision techniques be used?
I got it. We can use ANN
LSTMs too
Absolutely; you can apply any of the variants(CNNs, etc.) depending on your selected input data and train a classifier on top of it.
NB: Try to understand the task as well as the features available before selecting the variant of Neural Network.
what about treating it as a semantic segmentation task ? (using sentinel-2 data only)
bigger challenge is to understand the structure of the data, which I really don't understand.
I got it. We can use ANN
LSTMs too
Absolutely; you can apply any of the variants(CNNs, etc.) depending on your selected input data and train a classifier on top of it.
NB: Try to understand the task as well as the features available before selecting the variant of Neural Network.
what about treating it as a semantic segmentation task ? (using sentinel-2 data only)
bigger challenge is to understand the structure of the data, which I really don't understand.