Skip to content

Research

The library. Every paper below is real and readable in minutes — abstract, plain words, honest results (including the negative ones), and what each one taught me.

fig. 1 — map of the space · solid = builds on · dashed = entangled by a shared idea

Papers & theses

ammar2022bangla · Directed research (CSE498), North South University · 2022

Bangla POS Tagging Using Supervised Learning and Knowledge Distillation

Md. Abu Ammar, Sadia Afrin Tamanna · supervised by Dr. Nabeel Mohammed

[nlp][bangla][bert][knowledge-distillation][class-imbalance]

abstract ▸

Part-of-speech tagging for Bangla — a low-resource language whose main benchmark, Microsoft IL-POST, is severely class-imbalanced — using contextual embeddings from three Bangla BERT models. A decision tree proves less biased by the imbalance than a neural network, motivating an unusual distillation direction: treat the class counts in the tree's leaf nodes as a probability distribution and distill that "dark knowledge" from the tree into the neural student .

[read distilled][pdf][case study]

ammar2022quantum · B.Sc. thesis (CSE499), North South University · 2022

Machine Learning In The Realm Of Quantum: The State-Of-The-Art, Challenges, Future Vision and Applications Of It

Md. Abu Ammar, Sadia Afrin Tamanna · supervised by Dr. Mahdy Rahman Chowdhury

[quantum-ml][quanvolution][cvqnn][pennylane][mnist]

abstract ▸

A comprehensive review of the state of the art in quantum machine learning, paired with hands-on classification experiments: two first-generation hybrid quantum-classical models — a quanvolutional neural network on a gate-based simulator and a continuous-variable quantum neural network on a photonic simulator — trained on MNIST and compared head-to-head against classical baselines on accuracy and convergence.

[read distilled][pdf][case study][try it live]

ammar2023blood · Graduate coursework (CSE583, Digital Image Processing), North South University · 2023

Deep Learning-Based Blood Cell Detection in Microscopic Images for Enhanced Disease Recognition with RetinaNet

Md. Abu Ammar, Sadia Afrin Tamanna

[computer-vision][object-detection][retinanet][medical-imaging][transfer-learning]

abstract ▸

Fine-tuning a pretrained RetinaNet (ResNet backbone + feature pyramid network, focal loss) on the BCCD microscopy dataset to detect red blood cells, white blood cells, and platelets — 364 images, 4,888 annotations, three classes — reaching mAP 0.876 at IoU 0.5 and 55.25% at IoU 0.50:0.95 on the test split.

[read distilled]

ammar2023network · Graduate research report, North South University · 2023

Exploring New Attack Patterns in Computer Networks through Anomaly Detection and Knowledge Distillation

Md. Abu Ammar, Sadia Afrin Tamanna

[network-security][anomaly-detection][knowledge-distillation][cicids2017]

abstract ▸

Signature-based intrusion detection can't see attacks it has no signature for. This work trains four classical supervised models on the CICIDS2017 network-traffic benchmark, selects the strongest (a decision tree) as a teacher, and distills its knowledge into a neural student intended to flag anomalous — potentially novel — traffic patterns without predefined signatures.

[read distilled]

Research projects

code-first work without a manuscript

startup-success-prediction · 2025-09

Startup Success Prediction with Ensemble Classification

[machine-learning][ensembles][scikit-learn]

abstract ▸

Ensemble ML that predicts startup viability from key attributes, for data-driven founder and investor decisions.

[case study][github]

multi-output-cnn · 2025-09

Age, Gender & Race Estimation with a Multi-Output CNN

[computer-vision][cnn][tensorflow][multi-task]

abstract ▸

One shared feature extractor, three specialized heads — simultaneous demographic estimation from facial images on UTKFace.

[case study][github]