paper-with-me

홈 › Papers

Music Generation Using an LSTM

2022-03-23 · Michael Conner, Lucas Gral, Kevin Adams, David Hunger, Reagan Strelow, Alexander Neuwirth

Over the past several years, deep learning for sequence modeling has grown in popularity. To achieve this goal, LSTM network structures have proven to be very useful for making predictions for the next output in a series. For instance, a smartphone predicting the next word of a text message could use an LSTM. We sought to demonstrate an approach of music generation using Recurrent Neural Networks (RNN). More specifically, a Long Short-Term Memory (LSTM) neural network. Generating music is a notoriously complicated task, whether handmade or generated, as there are a myriad of components involved. Taking this into account, we provide a brief synopsis of the intuition, theory, and application of LSTMs in music generation, develop and present the network we found to best achieve this goal, identify and address issues and challenges faced, and include potential future improvements for our network.

📄 PDF Abstract BibTeX arXiv:2203.12105

Code (0)

등록된 구현이 없습니다.

Tasks

Music Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

JamBot: Music Theory Aware Chord Based Generation of Polyphonic Music with LSTMs

2017-11-21 · Gino Brunner, Yuyi Wang, Roger Wattenhofer, Jonas Wiesendanger

We propose a novel approach for the generation of polyphonic music based on LSTMs. We generate music in two steps. First, a chord LSTM predicts a chord progression based on a chord embedding. A second LSTM then generates…

LSTM Networks for Music Generation

2020-06-16 · Xin Xu

The paper presents a method of the music generation based on LSTM (Long Short-Term Memory), contrasts the effects of different network structures on the music generation and introduces other methods used by some research…

Music Generation

Attentional networks for music generation

2020-02-06 · Gullapalli Keerti, A N Vaishnavi, Prerana Mukherjee, A Sree Vidya 외

Realistic music generation has always remained as a challenging problem as it may lack structure or rationality. In this work, we propose a deep learning based music generation method in order to produce old style music …

Music Generation

A Novel Bi-LSTM And Transformer Architecture For Generating Tabla Music

2024-04-06 · Roopa Mayya, Vivekanand Venkataraman, Anwesh P R, Narayana Darapaneni

Introduction: Music generation is a complex task that has received significant attention in recent years, and deep learning techniques have shown promising results in this field. Objectives: While extensive work has been…

Music Generation

Enhanced Memory Network: The novel network structure for Symbolic Music Generation

2021-10-07 · Jin Li, Haibin Liu, Nan Yan, Lan Wang

Symbolic melodies generation is one of the essential tasks for automatic music generation. Recently, models based on neural networks have had a significant influence on generating symbolic melodies. However, the musical …

DiversityMusic Generation