paper-with-me

홈 › Papers

Using a Bi-directional LSTM Model with Attention Mechanism trained on MIDI Data for Generating Unique Music

2020-11-02 · Ashish Ranjan, Varun Nagesh Jolly Behera, Motahar Reza

Generating music is an interesting and challenging problem in the field of machine learning. Mimicking human creativity has been popular in recent years, especially in the field of computer vision and image processing. With the advent of GANs, it is possible to generate new similar images, based on trained data. But this cannot be done for music similarly, as music has an extra temporal dimension. So it is necessary to understand how music is represented in digital form. When building models that perform this generative task, the learning and generation part is done in some high-level representation such as MIDI (Musical Instrument Digital Interface) or scores. This paper proposes a bi-directional LSTM (Long short-term memory) model with attention mechanism capable of generating similar type of music based on MIDI data. The music generated by the model follows the theme/style of the music the model is trained on. Also, due to the nature of MIDI, the tempo, instrument, and other parameters can be defined, and changed, post generation.

📄 PDF Abstract BibTeX arXiv:2011.00773

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

An Explainable, Attention-Enhanced, Bidirectional Long Short-Term Memory Neural Network for Joint 48-Hour Forecasting of Temperature, Irradiance, and Relative Humidity

2025-08-28 · Georgios Vamvouras, Konstantinos Braimakis, Christos Tzivanidis arxiv

This paper presents a Deep Learning (DL) framework for 48-hour forecasting of temperature, solar irradiance, and relative humidity to support Model Predictive Control (MPC) in smart HVAC systems. The approach employs a s…

Bidirectional LSTM-CRF Attention-based Model for Chinese Word Segmentation

2021-05-20 · Chen Jin, Zhuangwei Shi, Weihua Li, Yanbu Guo

Chinese word segmentation (CWS) is the basic of Chinese natural language processing (NLP). The quality of word segmentation will directly affect the rest of NLP tasks. Recently, with the artificial intelligence tide risi…

Chinese Word SegmentationSegmentation

Full Attention Bidirectional Deep Learning Structure for Single Channel Speech Enhancement

2021-08-27 · Yuzi Yan, Wei-Qiang Zhang, Michael T. Johnson

As the cornerstone of other important technologies, such as speech recognition and speech synthesis, speech enhancement is a critical area in audio signal processing. In this paper, a new deep learning structure for spee…

Audio Signal ProcessingSpeech Enhancementspeech-recognitionSpeech Recognition+1

Metaphor Detection using Ensembles of Bidirectional Recurrent Neural Networks

2020-07-01 · WS 2020 7 · Jennifer Brooks, Abdou Youssef

In this paper we present our results from the Second Shared Task on Metaphor Detection, hosted by the Second Workshop on Figurative Language Processing. We use an ensemble of RNN models with bidirectional LSTMs and bidir…

Learning Natural Language Inference using Bidirectional LSTM model and Inner-Attention

2016-05-30 · Yang Liu, Chengjie Sun, Lei Lin, Xiaolong Wang

In this paper, we proposed a sentence encoding-based model for recognizing text entailment. In our approach, the encoding of sentence is a two-stage process. Firstly, average pooling was used over word-level bidirectiona…

Natural Language InferenceSentence