RNNs
  • Recurrent Neural Networks and LSTM
  • Forecasting
  • Sequence Data
  • Recurrent Neural Networks
    • Architecture of RNN
    • Training an RNN
    • Vanishing Gradient
  • Long Short Term Memory (LSTM)
    • Architecture of LSTM
    • Walk through of LSTM
  • Gated Recurrent Unit
    • GRU
    • Architecture of GRU
  • Activation Functions
    • Various Activation Functions
  • Regularization of Neural Networks
    • Various Methods in Regularization
  • Applications of RNNs
    • Various Applications of RNN
    • RNNs Movie
  • Forecasting Stock Trends using RNNs
    • Objective
    • Alpha Vantage API
    • Stock Trends Prediction using LSTM.
    • Bidirectional RNN
    • Stock Trends Prediction using Bidirectional RNNs
  • Conclusion
    • Conclusion
    • References
  • License
    • License
Powered by GitBook
On this page

Was this helpful?

  1. Applications of RNNs

Various Applications of RNN

Lets look at some of areas where RNNs are used extensively

Text generation

Since language is sequentially organized with grammar and proper semantics, we highly rely on RNN predictive algorithms.

Text generation can be utilized for multiple purposes

  • Text summarization

Condensing the original text into a distillation of critical points, widely used in project management during onboarding

  • Document generation

Commonly used in banking and insurance for creating forms as per client's requests

  • Report generation

Sentiment Analysis

In NLP, sentiment analysis is very widely used concept. For example assigning ratings to movies based on comments provided by people

Image classification and Image captioning

Used for classifying an image to a class, by learning through a set of features to the neural network and providing a caption to a given input image

Handwritten digit recognition and speech recognition

Google alexa, Amazon echo, Apple siri are examples of speech recognition where machine understands the language and performed actions accordingly.

Let us look at another interesting application of RNN - RNNs Movie

PreviousVarious Methods in RegularizationNextRNNs Movie

Last updated 5 years ago

Was this helpful?