Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 882 Bytes

File metadata and controls

19 lines (15 loc) · 882 Bytes

Poems generator(character based LSTM model)

A model generates Arabic praise poems. It composed of three layers:

• An embedding layer that takes integers indices and turns them into dense vectors of 256 dimensions.
• A LSTM layer with 1024 units.
• A dense layer with size outputs equals to vocab size (46 characters).

Used Libraries and Technologies:

• Tensorflow.
• Keras.
• Numpy.
• BLEU scores.
• LSTM Neural Network.

Used Dataset:

The dataset was collected from praise poems written by Muslim poets born and lived during different eras and countries. The data consisted of 34,466 verses of praise poems. It has been collected manually from the Diwan website. It was collected by collaborating with my team (Asmaa Hakami & Raneem Alqarni).

For more details:

Read our paper here.