Skip to content
View sebiakods's full-sized avatar

Block or report sebiakods

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
sebiakods/README.md

Sebia Kods

Machine Learning Engineer — Deep Learning · Reinforcement Learning · Healthcare AI

Building applied ML systems from raw data to deployed models, with a research focus on offline reinforcement learning for clinical decision-making.

LinkedIn Email Followers


About

M.Sc. graduate in Fondements et Ingénierie de l'Information et de l'Image (F3I), Université Ferhat Abbas Sétif (2024–2026), following a B.Sc. in Computer Science from the same institution.

My work sits at the intersection of reinforcement learning and healthcare — using clinical time-series data to build models that support real decisions, not just benchmark scores. I care about the full pipeline: data engineering, model development, evaluation, and getting something into a usable form.

Currently seeking entry-level roles in Machine Learning Engineering, AI Engineering, or Applied Research.


Technical Skills

Category Tools
Languages Python · SQL
ML / DL Frameworks PyTorch · TensorFlow · scikit-learn
Data Pandas · NumPy
AI / NLP LangChain · Hugging Face Transformers
Infrastructure Git · REST APIs · Docker (learning)

Research & Projects

Offline Reinforcement Learning for Insulin Dosing

Learned a personalized insulin dosing policy from real ICU time-series data (MIMIC-III), using offline RL to avoid the risk of online exploration in a clinical setting.

  • Built the full data pipeline: cohort extraction, state representation, and reward shaping from raw ICU records
  • Framed dosing as a sequential decision problem rather than a single-step prediction
  • Stack: Python · PyTorch · Offline RL
  • Repository →

Forest Fire Risk Prediction — Algeria

Multi-model system comparing Random Forest, SVM, Logistic Regression, and neural approaches for fire risk classification, backed by a real-time weather API and interactive risk maps.

  • Compared model families head-to-head rather than committing to one algorithm upfront
  • Shipped as a usable tool, not just a notebook — real-time API + map interface
  • Stack: Python · scikit-learn · Flask
  • Repository →

Academic Paper Search Engine

Information retrieval system built from scratch over arXiv papers — inverted indexing, Boolean (AND/OR) search, phrase and proximity search, and TF-IDF ranking.

  • Implemented core IR algorithms directly rather than relying on a search library
  • Stack: Python · NLP · Information Retrieval
  • Repository →

GitHub Activity

Public Repos Followers Total Stars


Currently Exploring

  • Fine-tuning open-source LLMs for domain-specific clinical applications
  • Extending the offline RL work toward a full decision-support prototype
  • Deploying trained models as production-ready APIs

Open to connecting with people working in AI, ML, or healthcare tech.

Pinned Loading

  1. algeria-forest-fire-prediction- algeria-forest-fire-prediction- Public

    Forest fire prediction system for Algeria using Random Forest (96.7% accuracy). Real-time API, interactive maps, and multi-model comparison (Logistic Regression, SVM, Neural Networks). Built with P…

    HTML 1

  2. facial-recognition-system facial-recognition-system Public

    Facial recognition system using Python.

    Python

  3. ir-system-for-academic-papers ir-system-for-academic-papers Public

    Complete information retrieval system for academic papers from arXiv. Features: automatic data fetching, text preprocessing, inverted index, Boolean/AND/OR search, phrase & proximity search, and TF…

    Jupyter Notebook

  4. SMS-Spam-Classifier SMS-Spam-Classifier Public

    Machine Learning SMS Spam Classifier using NLP and SVM

    Jupyter Notebook

  5. IntelliGlu IntelliGlu Public

    AI-powered clinical decision support platform for intelligent ICU glucose monitoring and insulin dosing.

    TypeScript 2

  6. offline-rl-insulin-dosing offline-rl-insulin-dosing Public

    Offline Reinforcement Learning for Personalized Insulin Dosing in Intensive Care Units using the MIMIC-III dataset.

    Python 2