Skip to content
View anisabd's full-sized avatar

Highlights

  • Pro

Block or report anisabd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anisabd/README.md

👋 Hi, I'm Anis Abdeladim

M.Eng. CS (Intelligent Systems) · Building at the intersection of ML research and real-world systems

📍 Montréal, QC  |  ☁️ AWS ML Engineer Associate (in progress)


Master's student in Intelligent Systems at Polytechnique Montréal with a background in Neuroscience and a focus on applied ML. I enjoy going from a research paper to a working implementation and making the results explainable to the people who need them.

Previously: production forecasting optimization at Artelys Canada, neural decoding research at CoCoLab (UdeM).


🛠️ Tech Stack

ML / AI Python PyTorch TensorFlow scikit-learn XGBoost HuggingFace

Databases PostgreSQL MongoDB Firebase

Web / Mobile React Next.js Flutter TypeScript

Other C++ Java


🚀 Featured Projects

Paper replication · GNN · NLP

Reproduced results from a research paper using graph neural networks to detect misinformation spread across social networks. The graph structure encodes relationships between users, articles, and propagation paths.

PyTorch Geometric GNN NLP Python


Research · Time-series · Supervised Learning

End-to-end ML pipeline to classify MEG neuroimaging data and identify neural signatures associated with facial familiarity. Presented at the Unique Student Symposium 2024 at CERVO Brain Research Center.

MNE-Python Scikit-learn Signal Processing Python


Paper replication · RAG · LLMs

Replication and exploration of the QUASAR retrieval method applied to temporal question answering, tested on datasets requiring time-sensitive reasoning over retrieved documents.

RAG LLM HuggingFace Colab


Fine-tuning · NLP · FinTech

Fine-tuned DeBERTa-v3-base on a combined financial sentiment corpus (Financial PhraseBank + Twitter Financial News), achieving 0.862 macro-F1 — a +14.5 point lift over zero-shot FinBERT. Custom weighted trainer combining class-weighted cross-entropy and label smoothing.

DeBERTa Huggingface FinBERT Python


📌 Currently

  • 🎓 Finishing my M.Eng. at Polytechnique Montréal
  • 📜 Reviewing for the AWS ML Engineer Associate certification exam
  • 🔨 Building and polishing projects
  • 🏃 Training for a marathon

📬 Get in touch

Portfolio LinkedIn Email


Anis's GitHub stats

Popular repositories Loading

  1. faces-decoding faces-decoding Public

    An internship project in collaboration with the CoCoLab on decoding face perception modalities using MEG data and supervised machine learning

    Python

  2. INF8175_Projet INF8175_Projet Public

    Monte Carlo Tree Search agent for the board game Divercité, implementing UCB1 selection, rollout policies, and tree expansion strategies for adversarial decision-making.

    Python

  3. anisabd anisabd Public

  4. quasar-temporal-qa quasar-temporal-qa Public

    Replication and exploration of the QUASAR retrieval method applied to temporal question answering, tested on datasets requiring time-sensitive reasoning over retrieved documents.

    Python

  5. gnn-fakenews-detection gnn-fakenews-detection Public

    Forked from o-benz/gnn-fakenews-detection

    Graph Neural Network-based experiments for detecting fake news using propagation and social context modeling.

    TeX

  6. finsentiment finsentiment Public

    Fine-tuning of DeBERTa-v3 for financial sentiment analysis

    Python