You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project applying neural networks to audio data, in particular, attempting to train an LSTM to recognize and reproduce music based on raw music samples. Uses FFT/Phase Vocoder for input followed by an autoencoder and then an LSTM with a mixture density cost function to model the sequence of data.