Skip to content
View NotTheStallion's full-sized avatar
๐ŸŽ
Coding is fun and make it fun for others.
๐ŸŽ
Coding is fun and make it fun for others.

Highlights

  • Pro

Block or report NotTheStallion

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
NotTheStallion/README.md

Hi, I'm Mohamed Aymane KHERRAZ

About Me NotTheStallion


  • ๐ŸŽ“ I'm a final-year Computer Science Engineering student at ENSEIRB-Matmeca, specializing in Artificial Intelligence.
  • ๐Ÿ”ฌ I'm passionate about AI Research, with multiple internships at INRIA and LaBRI focusing on LLMs, Graph Neural Networks, and Reinforcement Learning.
  • โš™๏ธ I thrive on building systems from the ground up and translating research papers into functional code, with recent work on distributed multi-GPU training for preference tuning.
  • ๐Ÿš€ Fun fact: I believe the most elegant solutions often lie at the intersection of robust theory and creative engineering.

๐Ÿ› ๏ธ Technologies & Skills


  • Programming Languages:

    Python C++ C Bash R JavaScript

  • AI/ML & Deep Learning Frameworks:

    PyTorch Hugging Face PyTorch Geometric Scikit-Learn OpenCV

  • Tools & Platforms:

    Docker Linux Git MySQL LaTeX


๐Ÿ“ˆ GitHub Stats

๐Ÿ”ฅ Streak Stats

NotTheStallion


๐Ÿ“ซ Let's Connect!

Pinned Loading

  1. reshard-safetensors reshard-safetensors Public

    This repo helps you understand how safetensors are structured to store different layers of an LLM and re-shard/re-chunk safetensors files even if they don't fit in the GPU.. ( No Autoclass )

    Python 11 4

  2. Computer-vision-in-the-service-of-bacteriology Computer-vision-in-the-service-of-bacteriology Public

    Computer vision in the service of bacteriology refers to the use of computer algorithms and technology to analyze and interpret images of bacteria for the purpose of identifying and characterizing โ€ฆ

    Jupyter Notebook 2

  3. Game-theory_minimax_alpha_beta_prunning Game-theory_minimax_alpha_beta_prunning Public

    This project is about implementing the Minimax alpha beta pruning method (maybe more) of taking a playing decision on a type of games like Othello

    Python 1

  4. Interpolation-and-integration-methods_Cubic-Spline-and-surface-interpolation Interpolation-and-integration-methods_Cubic-Spline-and-surface-interpolation Public

    This project models airflow around an airfoil to generate a pressure map for approximating the wing's lift. It involves refining the airfoil shape, utilizing cubic spline interpolation and integratโ€ฆ

    Jupyter Notebook 3

  5. adversarial-perturbations adversarial-perturbations Public

    Forked from RomainPierre7/adversarial-perturbations

    School AI semester project

    Jupyter Notebook

  6. GeneticNN GeneticNN Public

    This project is about genetic algorithms and specifically genetic neural networks that adapt to a dataset by adding hidden layers or substracting them to make the smallest NN possible.

    Jupyter Notebook