Translations:Recurrent Neural Networks/41/en

    From Marovi AI
    • Language modelling — predicting the next word in a sequence.
    • Machine translation — encoder-decoder architectures for sequence-to-sequence translation (Sutskever et al., 2014).
    • Speech recognition — transcribing audio to text (often combined with CTC loss).
    • Sentiment analysis — classifying the sentiment of text.
    • Time-series forecasting — predicting future values of financial or sensor data.
    • Music generation — generating sequences of notes.