Skip to content
View Faycal214's full-sized avatar
:octocat:
:octocat:

Block or report Faycal214

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.

Content in all repositories owned by your account will be closed.
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
Faycal214/README.md

"I like problems that can be written down, modeled, optimized, and then solved."


whoami

I'm Faycal Billel Alikacem, a Master's student in Stochastic Modeling & Forecasting with a background in Operational Research and Applied Mathematics.

My work lives at the intersection of mathematics, algorithms, optimization, and artificial intelligence.

I enjoy going beyond using a model as a black box — understanding the mathematics behind it, formulating the problem, implementing the method, and comparing the results experimentally.

Mathematics
    │
    ├── Probability & Stochastic Processes
    ├── Statistics & Time Series
    └── Optimization & Graph Theory
            │
            ▼
       Algorithms
            │
            ├── Exact Methods
            ├── Heuristics
            ├── Metaheuristics
            └── Learning-based Methods
                    │
                    ▼
              Intelligent Systems

research.exe

What I'm interested in

Artificial Intelligence

Machine Learning · Deep Learning Reinforcement Learning · NLP Transformers · Representation Learning

Applied Mathematics

Stochastic Processes · Simulation Statistical Modeling · Time Series Forecasting · Monte Carlo Methods

Optimization & OR

Linear Programming · MILP Combinatorial Optimization Network Optimization · Metaheuristics

Graphs & Networks

Graph Algorithms · Graph Models Network Design · Routing Graph-based Optimization & Learning


toolbox

Languages & Scientific Computing

Machine Learning & Deep Learning

Reinforcement Learning

Optimization & Operations Research

Statistics, Econometrics & Forecasting

Engineering & Research Workflow


featured_work

A Python toolkit for stochastic processes, probability models, and simulation.

Python Stochastic Modeling Simulation

Optimization models for telecommunication network problems, with a focus on mathematical programming.

Pyomo Optimization Networks

A hybrid approach combining reinforcement learning and adaptive large neighborhood search for vehicle routing.

RL Metaheuristics OR

Exploring forecasting by combining market time series with textual information.

Time Series Transformers NLP

Breaking down Transformer architectures by implementing the underlying mechanisms from the ground up.

Deep Learning NLP Transformers

Exploring optimal transport as a mathematical tool for domain adaptation in machine learning.

Optimal Transport Machine Learning Applied Mathematics


currently_exploring

▸ Optimization for real-world network problems
▸ Mathematical programming & solver-based methods
▸ Time-series modeling & forecasting
▸ Graph algorithms & graph-based learning
▸ Deep learning architectures
▸ Reinforcement learning
▸ AI + Optimization for decision making
▸ Research-oriented implementations

how_i_work

I like projects where there is a genuine problem behind the code.

Problem
  ↓
Mathematical formulation
  ↓
Baseline / exact model
  ↓
Algorithm design
  ↓
Implementation
  ↓
Experiments
  ↓
Comparison & analysis
  ↓
Reproducible results

The objective is not simply to make something run.

It is to understand why it works, when it fails, and how it can be improved.


github_activity




🐍 My Contributions 🐍


snake eating my contributions



Building at the intersection of mathematics, optimization and intelligence.

Pinned Loading

  1. RL-algorithms RL-algorithms Public

    🚀 Reinforcement learning from scratch — including value-based and policy-based methods, alongside search-driven approaches from evolutionary strategies like Genetic Algorithms to adaptive technique…

    Python 1

  2. stochx stochx Public

    A lightweight Python library for turning stochastic-process mathematics, time-series methods, and state-space models into executable, validated, and testable objects

    Python 1

  3. Multimodal-Market-Forecasting-with-News Multimodal-Market-Forecasting-with-News Public

    A multimodal machine learning system that combines financial time series and news headlines to forecast multiple target prices with a PyTorch-based model and a production-style inference API.

    Jupyter Notebook

  4. Reinforcement-Learning-Challenge-Optimizing-Bandwidth-Allocation-for-Satellite-Broadband-Users Reinforcement-Learning-Challenge-Optimizing-Bandwidth-Allocation-for-Satellite-Broadband-Users Public

    This repository features my solution for the DevFest '24 Challenge by @GDGAlgiers , where I used Proximal Policy Optimization (PPO) to optimize bandwidth allocation based on user demands over 24 ho…

    Python 18 2

  5. Optimal-Transport-Domain-Adaptation Optimal-Transport-Domain-Adaptation Public

    Unsupervised Domain Adaptation (MNIST -> USPS) using a 'From Scratch' implementation of the Sinkhorn Optimal Transport Algorithm.

    Python 3

  6. RL-Enhanced-ALNS-for-VRPTW RL-Enhanced-ALNS-for-VRPTW Public

    This project was developed as part of a VRPTW challenge during a hackathon organized by @SchoolofAI-Algiers, where I contributed as both participant and mentor

    Python 1