All Projects → hci-lab → LearningMetersPoems

hci-lab / LearningMetersPoems

Licence: other
Official repo of the article: Yousef, W. A., Ibrahime, O. M., Madbouly, T. M., & Mahmoud, M. A. (2019), "Learning meters of arabic and english poems with recurrent neural networks: a step forward for language understanding and synthesis", arXiv preprint arXiv:1905.05700

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LearningMetersPoems

Manhattan-LSTM
Keras and PyTorch implementations of the MaLSTM model for computing Semantic Similarity.
Stars: ✭ 28 (+55.56%)
Mutual labels:  lstm, gru, natural-language-understanding
myDL
Deep Learning
Stars: ✭ 18 (+0%)
Mutual labels:  dnn, lstm, gru
Pytorch Kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Stars: ✭ 2,097 (+11550%)
Mutual labels:  dnn, lstm, gru
Haste
Haste: a fast, simple, and open RNN library
Stars: ✭ 214 (+1088.89%)
Mutual labels:  lstm, gru
Rnn Text Classification Tf
Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification
Stars: ✭ 114 (+533.33%)
Mutual labels:  lstm, gru
Load forecasting
Load forcasting on Delhi area electric power load using ARIMA, RNN, LSTM and GRU models
Stars: ✭ 160 (+788.89%)
Mutual labels:  lstm, gru
Gdax Orderbook Ml
Application of machine learning to the Coinbase (GDAX) orderbook
Stars: ✭ 60 (+233.33%)
Mutual labels:  lstm, gru
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+18888.89%)
Mutual labels:  lstm, gru
Rnn ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
Stars: ✭ 220 (+1122.22%)
Mutual labels:  lstm, gru
dnn-lstm-word-segment
Chinese Word Segmention Base on the Deep Learning and LSTM Neural Network
Stars: ✭ 24 (+33.33%)
Mutual labels:  dnn, lstm
Vad
Voice activity detection (VAD) toolkit including DNN, bDNN, LSTM and ACAM based VAD. We also provide our directly recorded dataset.
Stars: ✭ 622 (+3355.56%)
Mutual labels:  dnn, lstm
Pytorch Rnn Text Classification
Word Embedding + LSTM + FC
Stars: ✭ 112 (+522.22%)
Mutual labels:  lstm, gru
See Rnn
RNN and general weights, gradients, & activations visualization in Keras & TensorFlow
Stars: ✭ 102 (+466.67%)
Mutual labels:  lstm, gru
Eeg Dl
A Deep Learning library for EEG Tasks (Signals) Classification, based on TensorFlow.
Stars: ✭ 165 (+816.67%)
Mutual labels:  lstm, gru
Dialogue Understanding
This repository contains PyTorch implementation for the baseline models from the paper Utterance-level Dialogue Understanding: An Empirical Study
Stars: ✭ 77 (+327.78%)
Mutual labels:  lstm, natural-language-understanding
Trafficflowprediction
Traffic Flow Prediction with Neural Networks(SAEs、LSTM、GRU).
Stars: ✭ 242 (+1244.44%)
Mutual labels:  lstm, gru
voice-conversion
an tutorial implement of voice conversion using pytorch
Stars: ✭ 26 (+44.44%)
Mutual labels:  dnn, lstm
Ailearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Stars: ✭ 32,316 (+179433.33%)
Mutual labels:  dnn, lstm
Rnn Notebooks
RNN(SimpleRNN, LSTM, GRU) Tensorflow2.0 & Keras Notebooks (Workshop materials)
Stars: ✭ 48 (+166.67%)
Mutual labels:  lstm, gru
Tensorflow Lstm Sin
TensorFlow 1.3 experiment with LSTM (and GRU) RNNs for sine prediction
Stars: ✭ 52 (+188.89%)
Mutual labels:  lstm, gru

Introduction

  1. This repo is our early research on meter classification of Arabic and English poems using deep recurrent neural networks.

  2. To the best of our knowledge, this research on meter classification of Arabic poems using deep recurrent neural networks (in particular) and machine learning (in general) is unprecedented.

  3. To the best of our knowledge, as well, the dataset used for this research, which comprises more than 1.5 million of verses, is the first and largest publicly available dataset that is ready for computational research and is unprecedented as well.

History

  • 2017, Sep. This research project started as a team of six students (under the supervision of Dr. Waleed A. Yousef):

    • five undergraduates (Omar Ibrahim, Taha Madbouly, Ali Elkassas, Ali Osama, and Abdallah Elbohy), at the Faculty of Computers and Information, Helwan University (FCIH), who were pursuing their graduation project as a partial fulfillment of their B.Sc.
    • one graduate student (Moustafa Mahmoud), at Nile University (NU), who was pursuing his thesis as a partial fulfillment of his M.Sc.
  • 2018, Jun. The graduation project was defended before the official committee of FCIH.

  • 2018, Jul. The first dataset of this research project was published on the gh-pages of the private repo of the project, but available with a shared link.

  • 2018, Dec. The project's main manuscript, including a link to the dataset, was submitted to IEEE, TNNLS.

  • 2019, Apr. The master thesis was defended before the official committee of the NU.

  • 2019, May. The project's main manuscript was posted on arxiv.

  • 2021, Mar. The private repo of the project was duplicated, with preserving the full development history, and made public, which is this present repo.

Resources

Folder Structure

.
├── Arabic_Poetry
├── English_Poetry
├── Poems_Scaping_Scripts
├── RNN_Implementation
└── Webpage

Citation

Please, cite this work (either the paper or the dataset) as:

@Article{Yousef2019LearningMetersArabicEnglish-arxiv,
  author =       {Yousef, Waleed A. and Ibrahime, Omar M. and Madbouly, Taha M. and Mahmoud,
                  Moustafa A.},
  title =        {Learning Meters of Arabic and English Poems With Recurrent Neural Networks: a Step
                  Forward for Language Understanding and Synthesis},
  journal =      {arXiv preprint arXiv:1905.05700},
  year =         2019,
  url =          {https://github.com/hci-lab/LearningMetersPoems}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].