← Back to posts

Master’s thesis finished!

8/14/2025 • Berlin, DE

Master’s thesis finished!

I've just submitted my Master’s thesis on fake-news detection using NLP and deep learning. I built an end-to-end pipeline text cleaning, tokenization and sequence preparation feeding an LSTM classifier.

On a labeled news dataset, the model reached ~99% accuracy with precision/recall close to 1.0, indicating strong generalization for short statements and headlines. Beyond the metrics, the goal is practical: a lightweight, interpretable baseline to help journalists, moderators and researchers triage content before deeper fact-checking.

NLPMScPython