Skip to content
View M-Ammar1112's full-sized avatar
Block or Report

Block or report M-Ammar1112

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories

  1. x86-Assembly x86-Assembly Public

    Explore the realm of low-level programming with this TASM (Turbo Assembler) project in the DOSBox environment. This project delves into various essential assembly language tasks, including string a…

    Assembly 3 1

  2. Nevilles_Algorithm Nevilles_Algorithm Public

    This project showcases the implementation of Neville's Algorithm, a numerical technique used for polynomial interpolation. The algorithm provides an efficient way to approximate a polynomial that p…

    Jupyter Notebook 1

  3. Mini_Checkers_Game Mini_Checkers_Game Public

    MINI-Checkers is an exciting game project that includes an AI opponent powered by Minimax with Alpha-Beta Pruning and Breadth-First Search algorithms. Challenge yourself with this classic strategy …

    Python

  4. Dinochromegame_forcasting_model Dinochromegame_forcasting_model Public

    I made an AI involving Actor-Critic RL to forecast binary actions in a sequence (like Dino Chrome game). PyTorch was utilized to assemble and trian the model, accomplishing over 0.98 accuracy. True…

    Jupyter Notebook

  5. ODE_Models ODE_Models Public

    This project features two dynamic simulations: bungee jumping and atmospheric convection models, using Runge-Kutta methods to capture their behavior. Dive into chaotic Lorenz attractor visuals, tra…

  6. MIPS-Assembly-Language MIPS-Assembly-Language Public

    Explore MIPS Assembly with essential arithmetic scripts, including addition, subtraction, division, power calculation, factorial computation, and a unique backward addition algorithm

    Assembly