Skip to content
View Samir-Guenchi's full-sized avatar

Highlights

  • Pro

Block or report Samir-Guenchi

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

Samir Guenchi

Deep Learning Researcher & AI Systems Engineer ENSIA - National Higher School of Artificial Intelligence
Algiers, Algeria


About

Architecting research-grade deep learning models, distributed optimization algorithms, and scalable AI backend systems. Currently focused on bounded gradient quantization, epistemic uncertainty estimation, and deploying production-ready ML infrastructure. I bridge the gap between rigorous mathematical theory and high-throughput PyTorch implementations.

class SamirGuenchi:
    def __init__(self):
        self.role = "Deep Learning Researcher & AI Systems Engineer"
        self.institution = "ENSIA (Class of 2027)"
        self.location = "Algiers, Algeria"
        self.id = 194
        self.focus = [
            "Distributed Optimization (DDP)",
            "Epistemic Uncertainty Estimation", 
            "Multi-Agent LLM Orchestration",
            "High-Throughput Backend Architecture"
        ]
        
    def current_work(self):
        return {
            "research": ["MoQAdam Optimizer", "QuantumPath Neural Networks (QPNN-v2)"],
            "applied_ai": "SPIRAL-RAG v3 & Clinical Sequence Modeling (SleepStagerNetV4)",
            "systems": "AI-Automated E-commerce Ecosystems (Node.js/TypeScript)",
            "leadership": "Coach for the Algerian Olympiad in Informatics (AOI)"
        }
    
    def philosophy(self):
        return "Theories that scale > Math that stays on paper."

Technical Skills

AI & Machine Learning

Python TensorFlow PyTorch scikit-learn Hugging Face LangChain

Programming Languages

C++ Python Dart SQL LaTeX

Development Tools

Linux Git Docker Jupyter VS Code

Mobile & Web Development

Flutter Firebase FastAPI Streamlit

Specializations

  • Arabic Natural Language Processing
  • Retrieval-Augmented Generation (RAG) Systems
  • Competitive Programming & Algorithm Design
  • Machine Learning Security
  • Medical AI & Healthcare Applications

Research Manuscripts (In Preparation)

A novel distributed PyTorch optimizer replacing AdamW for bandwidth-bottlenecked Multi-GPU (DDP) training.

  • Formulated Variance-Normalized Quantization and SNR-Gated Residual Feedback.
  • Engineered Decoupled Moment Updates to preserve unbiased variance estimation, reducing state memory footprint to 2.5P.

A quantum-inspired neural network architecture for principled epistemic uncertainty estimation and OOD detection.

  • Engineered Complex Path Representations (CPR) and Orthogonal Interference Mixing.
  • Architected to reduce parameter count by ~70% (12.6M vs. 44.8M) compared to deep ensembles while targeting improved ECE calibration metrics.

Applied Research & Production Systems

GPU-accelerated clinical sequence modeling pipeline aiming to approach expert inter-rater agreement (targeting Cohen's κ ≥ 0.81).

  • Designed a Differentiable STFT + Cross-Attention fusion module to gate spectral evidence against time-domain embeddings.
  • Integrates Supervised Contrastive Loss (SupCon) and FlexMatch adaptive pseudo-labeling.

An experimental RAG pipeline processing 8,600+ Algerian legal documents across 4 languages with Semantic Authority Classification.

  • Implemented a Multi-Agent Legal Debate reasoning pipeline using Llama-3.3 and Gemini 2.0 Flash to synthesize complex regulatory interpretations.

Cross-platform AI ecosystem (React, React Native, FastAPI) for multilingual drug addiction awareness.

  • Architected an LLM orchestrator utilizing MarBERT for intent classification and OOD detection.
  • Deployed a scientific RAG (ChromaDB) and an empathetic support model (Qwen2.5-7B + LoRA/PEFT).

Production E-Commerce Ecosystems

Architected and deployed highly scalable platforms currently operating in production for active retail businesses.

  • Automation Suite: Engineered NLP sentiment analysis for product trends, LLM customer auto-replies, and 1-click omnichannel social media publishing.
  • Mahal Dahaoui: Live marketplace (MongoDB/React) with real-time state synchronization via Socket.IO.
  • Djellaba El Basma: 3-tier system (React/Node/React Native) scaling to 170+ deployments.

Leadership & Competitions

  • Coach, Algerian Olympiad in Informatics (AOI): Mentoring elite national competitors in advanced data structures, graph theory, and dynamic programming (2025).
  • Competitive Programming: 300+ advanced algorithmic problems solved across Codeforces and LeetCode.
  • Hackathons & Datathons: * 2023 Data Science Datathon (Predictive modeling for Yassir & Société Générale).
  • ETCODE 2023 & Mobile Ideathon.
  • Covid-19 Rapid Prototyping Workshop (ENSIA & IPSIL).

Education

Institution: ENSIA Program: Computer Science & AI Engineering
Location: Algeria
Focus Areas: NLP, Machine Learning, Algorithm Design

Additional Role: National Programming Olympiad Coach


Current Objectives

Seeking Research Internships in well-resourced ML labs to access the computational clusters required to benchmark my ongoing algorithmic research (MoQAdam & QPNN-v2) and contribute to foundational ML systems. Research:

  • Arabic RAG architectures
  • Morphological tokenization systems
  • Multilingual NLP infrastructure

Development:

  • Production ML systems deployment
  • Open-source Arabic language tools
  • Security-focused ML applications

Education:

  • Training national olympiad candidates
  • Algorithm optimization techniques
  • Competitive programming methodology

Seeking:

  • Research collaborations in Arabic NLP
  • ML/NLP engineering internships
  • Open-source contribution opportunities
  • Hackathons and ML competitions

Contact

Professional:

Competitive Programming:


Statistics

GitHub Streak

Last Updated: MAY 2026

Pinned Loading

  1. Amal Amal Public

    A Cross-Platform Multilingual LLM & Retrieval-Augmented Generation System for Drug Addiction Awareness, Prevention, and Recovery Support

    TypeScript 1

  2. ecommerce ecommerce Public

    A modern, interactive e-commerce system

    TypeScript

  3. Ramy-Sentiment-Intelligence Ramy-Sentiment-Intelligence Public

    Ramy Sentiment Intelligence: AI-powered Product Review Analysis for the Algerian Market.

    Python

  4. Automated-Sleep-Stage-Classification-from-Single-Channel-EEG Automated-Sleep-Stage-Classification-from-Single-Channel-EEG Public

    This repository presents a research-grade, GPU-accelerated pipeline for automated polysomnographic (PSG) sleep stage classification from a single-channel EEG signa

    Jupyter Notebook

  5. Ministry-Regulation Ministry-Regulation Public

    An intelligent Arabic Q&A system using Retrieval-Augmented Generation (RAG) to provide accurate responses to Ministry regulations.

    Python 1

  6. MoQAdam-Moment-Normalized-Quantization-Adam MoQAdam-Moment-Normalized-Quantization-Adam Public

    Distributed training with provably bounded, automatically annealing gradient quantization.

    Jupyter Notebook