Everyone loves music. No matter what our mood or preference, there is a song out there for all of us. With that in mind, in this chapter, we’ll generate a song using a neural network called Gated Recurrent Unit (GRU). Don’t worry, you don’t need to be an expert musician to generate music using deep learning.
GRU Overview
GRUs aim to solve vanishing gradient problems that come with a standard recurrent neural network (RNN). The vanishing gradient problem occurs in deep neural networks when the gradient becomes increasingly small, which prevents the weight from ...