Convolutional Neural Network
A Convolutional Neural Network (CNN) is a deep learning architecture that uses learnable convolutional filters to automatically extract spatial features from grid-like data, most commonly images, making it the foundational architecture for computer vision.
4 resources across 1 library
Glossary Terms(4)
Convolutional Neural Network
A Convolutional Neural Network (CNN) is a deep learning architecture that uses learnable convolutional filters to automatically extract spatial features from g…
Recurrent Neural Network
A Recurrent Neural Network (RNN) is a neural network architecture designed for sequential data, where connections loop back so that the network's hidden state…
Long Short-Term Memory (LSTM)
Long Short-Term Memory (LSTM) is a type of recurrent neural network architecture that uses a gated memory cell to selectively retain, forget, and output inform…
Gated Recurrent Unit (GRU)
A Gated Recurrent Unit (GRU) is a simplified variant of the LSTM recurrent neural network architecture that uses fewer gates and merges the cell and hidden sta…