Skip to content
View youssef-saaed's full-sized avatar
Block or Report

Block or report youssef-saaed

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

Pinned Loading

  1. ML_Algorithms_From_Scratch ML_Algorithms_From_Scratch Public

    This repository contains implementations of various machine learning algorithms from scratch (KNN, MSE Linear Regression, SVM, Neural Networks, Logistic Regression). Each algorithm is implemented i…

    Python

  2. Slash-EG-Product-Image-Classifier Slash-EG-Product-Image-Classifier Public

    This image classifier is trained to categorize images of various product categories. The classifier is built using transfer learning with the VGG16 pre-trained model architecture.

    Python

  3. Hotel-Reservation-System Hotel-Reservation-System Public

    The Hotel Management System is a web-based application designed to optimize hotel operations efficiently. It leverages ASP.NET Razor Pages for the backend and Microsoft SQL Server (MSSQL) for the d…

    HTML

  4. AnonMSGs AnonMSGs Public

    AnonMSGs is a web application for sending and receiving messages, both anonymously and non-anonymously (if logged in). It supports anonymous text and voice messages. Users can connect by adding fri…

    HTML

  5. UDPFileTransferProject UDPFileTransferProject Public

    This project implements a file transfer protocol built on UDP with Reliable Data Transfer (RDT) 3.0 and Go-Back-N pipelining. For security, HMAC algorithm is used.

    Python

  6. BooleanArray BooleanArray Public

    A C++ class for storing boolean values efficiently using a single bit instead of byte per value

    C++ 3