Concept

Convolutional Recurrent Neural Network (CRNN)

A Convolutional Recurrent Neural Network (CRNN) is a combination of a Convolutional Neural Network (CNN) and a Recurrent Neural Network (RNN). -CNN are specialized networks for processing data that use a specialized, linear mathematical operation, also known as a convolution. -RNN is specialized for processing a sequence of inputs x(1),...,x(τ)x^{(1)}, . . . , x^{(τ)} and each time adds additional layers of comprehension on top of the previous inputs. -The goal of a CRNN is to take advantage of CNNs for local feature extraction and RNNs for temporal summarization of the extracted features.

0

0

Updated 2021-08-18

Tags

Data Science

Learn After