USGS-R / river-dl

Deep learning model for predicting environmental variables on river systems
Creative Commons Zero v1.0 Universal
21 stars 15 forks source link

Try GRU instead of LSTM #76

Closed jsadler2 closed 3 years ago

jsadler2 commented 3 years ago

The question has been asked to me about using a GRU (gated recurrent unit) instead of an LSTM. From what I can tell from my googling is that GRU's are becoming more popular and are rivaling LSTM's for performance. They have a simpler structure with 1 fewer gate than LSTM's, so they should train faster. I think sometime, it'd be worth a try (maybe on the single segment model to begin with).