HyperAIHyperAI

Command Palette

Search for a command to run...

Recurrent Neural Network (RNN)

Date

a year ago

Recurrent Neural Network (RNN) is an artificial neural network suitable for processing sequence data. It was proposed by Michael I. Jordan in 1986 and simplified by Jeffrey L. Elman in 1990 to form the current RNN model containing a single self-connected node. RNN can transmit information cyclically in the network through its unique internal ring connection, realizing the storage and processing of sequence information.

The working principle of RNN is to store the information of the previous time step through the state of the hidden layer, so that the output of the network depends on the current input and the previous state. This design allows RNN to take into account the time series characteristics of data when processing sequential data such as text, voice and video.

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Recurrent Neural Network (RNN) | Wiki | HyperAI