paper-with-me

홈 › Papers

Text-based LSTM networks for Automatic Music Composition

2016-04-18 · Keunwoo Choi, George Fazekas, Mark Sandler

In this paper, we introduce new methods and discuss results of text-based LSTM (Long Short-Term Memory) networks for automatic music composition. The proposed network is designed to learn relationships within text documents that represent chord progressions and drum tracks in two case studies. In the experiments, word-RNNs (Recurrent Neural Networks) show good results for both cases, while character-based RNNs (char-RNNs) only succeed to learn chord progressions. The proposed system can be used for fully automatic composition or as semi-automatic systems that help humans to compose music by controlling a diversity parameter of the model.

📄 PDF Abstract BibTeX arXiv:1604.05358

Code (4)

keunwoochoi/LSTMetallica 공식 구현
keunwoochoi/lstm_real_book 공식 구현
AnguloFlorian/jazz-arpeggiator pytorch
mattiasu96/TrapGenerator tf

Tasks

Diversity

Similar Papers 제목 키워드 기반

Music transcription modelling and composition using deep learning

2016-04-29 · Bob L. Sturm, João Felipe Santos, Oded Ben-Tal, Iryna Korshunova

We apply deep learning methods, specifically long short-term memory (LSTM) networks, to music transcription modelling and composition. We build and train LSTM networks using approximately 23,000 music transcriptions expr…

Deep LearningDescriptiveMusic Transcription

Bach in 2014: Music Composition with Recurrent Neural Network

2014-12-10 · I-Ting Liu, Bhiksha Ramakrishnan

We propose a framework for computer music composition that uses resilient propagation (RProp) and long short term memory (LSTM) recurrent neural network. In this paper, we show that LSTM network learns the structure and …

Polyphonic Music Composition with LSTM Neural Networks and Reinforcement Learning

2019-02-05 · Harish Kumar, Balaraman Ravindran

In the domain of algorithmic music composition, machine learning-driven systems eliminate the need for carefully hand-crafting rules for composition. In particular, the capability of recurrent neural networks to learn co…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Differential Music: Automated Music Generation Using LSTM Networks with Representation Based on Melodic and Harmonic Intervals

2021-08-23 · Hooman Rafraf

This paper presents a generative AI model for automated music composition with LSTM networks that takes a novel approach at encoding musical information which is based on movement in music rather than absolute pitch. Mel…

Music Generation

Everybody Compose: Deep Beats To Music

2023-06-09 · Conghao Shen, Violet Z. Yao, Yixin Liu

This project presents a deep learning approach to generate monophonic melodies based on input beats, allowing even amateurs to create their own music compositions. Three effective methods - LSTM with Full Attention, LSTM…

Position