AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Feedback neural networks, also known as recurrent neural networks (RNNs), contain loops that allow signals to propagate back into previous layers. This recurrence enables the network to maintain an internal state or memory of previous inputs, making it suitable for processing sequential data. Unlike feedforward networks, these models can exhibit dynamic temporal behavior and are essential for tasks involving time-series analysis or context-dependent patterns.

Summary

A neural network architecture where connections form directed cycles, allowing information to persist over time.

Key Concepts

Use Cases