Recurrent Neural Network
Acronym
A Recurrent Neural Network, or RNN, is a type of neural network that's really good at processing sequences of data, like text or time series, because it has an internal memory.
Variational Autoencoder
Technique
A Variational Autoencoder, or VAE, is a type of neural network that learns to compress data into a smaller representation and then reconstruct it, often used for generating new, similar data.