Bidirectional sequence models
I know about such neural networks as LSTM and GRU, which are good for working with sequence data. But recently I learned about Bidirectional wrapper of these models in Keras. What is this wrapper for and where should be used?