Skip to content
View ItsRamiz's full-sized avatar

Highlights

  • Pro

Block or report ItsRamiz

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

Ramiz Srour - B.Sc. Computer Science

👨‍💻 Software Engineer with strong development skills and hands-on experience in extensive collaborative and cross-university projects. I’m planning to pursue an MSc in the next years. 🚀
Over the years, I’ve worked on a variety of projects across different fields, but I’m particularly drawn to Computer Vision and Reinforcement Learning and Game Development. 🔍 I enjoy working in fast-paced environments with tech enthusiasts, diving deep into complex problems. Continuously learning new things to stay at the forefront of technology. 🤓

🛠️ Coding Languages & Tools

Python Java C++ C# C Bash

Docker Jenkins Kubernetes Linux AWS Slack Jira GitHub VMs

🔗 Connect With Me

LinkedIn
Email
Instagram

Hobbies & Interests

🎸 Guitarist 🏄‍♂️ Surfing 🏋️ Gym 🥾 Hiking

📈 GitHub Stats

Top Languages

Pinned Loading

  1. eXplainableAI eXplainableAI Public

    A collaborative project between The Technion and University of Haifa, this tool predicts and analyzes agent behavior in virtual and real-world environments, generating video outputs based on user-p…

    Python 1

  2. ATARI-BOT ATARI-BOT Public

    Reinforced learning ATARI bot that learns and masters ATARI based games using Deep Q-Network (DQN) agent which includes Q learning update rule, backproping through a neural network function approxi…

    Jupyter Notebook

  3. E-COMMERCE-Client-Server- E-COMMERCE-Client-Server- Public

    Developed a full-stack online shop using the OCSF Java framework, featuring registration & login, order management, customer service, admin customization, and periodic statistical reports. Technolo…

    Java 1

  4. LANGUAGE-PROCCESSING-MODEL LANGUAGE-PROCCESSING-MODEL Public

    Advanced language processing model designed for document correction, auto-completion, cleaning, and classification, excelling in handling corrupted or incomplete large-scale documents. Outperforms …

    Python

  5. TheoryCompilation TheoryCompilation Public

    a compiler for a Pascal-like programming language with support for multiple data types, multi-dimensional arrays, conditional statements, loops, functions, complex object structures, scope manageme…

    C++

  6. AVL-Tree AVL-Tree Public

    AVL-Tree in C that achieved the fastest run-time in our class. This self-balancing binary search tree ensures optimal performance for insertions, deletions, lookups and much more, maintaining a log…

    C