Skip to content
View JulienDesdo's full-sized avatar

Block or report JulienDesdo

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

LinkedIn TryHackMe Medium

0wI

Engineering student @ SeaTech Β· Former CI/CD intern @ FORVIA
Cloud & DevOps Β· Systems & Infrastructure Β· AI background & Security exposure

A curated selection of my repositories, grouped by theme (AI/RL, tooling, and a few older projects that still show how I build/debug systems).

My Projects

AI & Reinforcement Learning

  • Cars_DQLN β€” Deep Q-Learning on a custom 2D racing environment (Gym-like)
    β†’ sensors (ray casting), DQN training/testing, full theory in THEORY.md

  • AI-math-lab β€” AI/ML math fundamentals lab β€” optimization, SVM, MLP training (Adam), and Monte Carlo experiments (with reports).

  • kaggle-notebooks β€” notebooks

Tools / Fixes / Utilities

  • CLI-Toolbox β€” mixed tooling: Python, Bash, PowerShell, R utilities for automation/debug/admin

  • PingApp-Java-Fixed β€” refactor of a small Java ping GUI (threading + UI cleanup + docs)

Other

{o,o}
|)__)
-" "-

🌐 Other languages: French

Pinned Loading

  1. CLI-Toolbox CLI-Toolbox Public

    🧰 Collection personnelle de scripts utiles pour l'administration, le debug et l'automatisation en ligne de commande.

    Python

  2. Cars_DQLN Cars_DQLN Public

    2D racing simulator with a DQN agent (custom Gym-like env) using ray-based sensors for observation.

    HTML

  3. AI-math-lab AI-math-lab Public

    AI/ML math fundamentals lab β€” optimization, SVM, MLP training (Adam), and Monte Carlo experiments (with reports).

    Jupyter Notebook

  4. PacmanV1 PacmanV1 Public

    πŸ‘‹ Hi there! This is my first project in C++. It was a project for class. They asked to design a pacman game (no graphics) with dialog box (that's why we used MFC).

    C++