Character-level music generation using LSTM-based RNNs trained on symbolic music data.
Implemented an LSTM-based recurrent neural network to generate symbolic music in ABC notation. Used PyTorch to train embeddings, LSTM layers, and softmax output to predict sequential notes. Demonstrated temporal dependency learning and sequence prediction accuracy through iterative sampling.