
Arabic Text Classification with LSTM
Built a multi-class text classification model to categorize Arabic news articles using LSTM. The pipeline included advanced preprocessing (diacritics removal, tokenization, padding), class balancing, and model training with early stopping. Achieved strong performance with 73% accuracy showing effectiveness in handling imbalanced text data.