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

Block or report elmahsieh

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. LogisticRegressionTraining LogisticRegressionTraining Public

    This project involves training a machine learning model and plotting its learning curves to analyze training and testing accuracies, utilizing Java for model execution and Python for data visualiza…

    Java

  2. BayeisanNetworkInference BayeisanNetworkInference Public

    This project implements both exact and approximate inference techniques for Bayesian Networks using enumeration and rejection sampling, respectively. It processes Bayesian Network structures in XML…

    Java

  3. UDN_NewsScrapper_GPT_Categorizer UDN_NewsScrapper_GPT_Categorizer Public

    This project automates the scraping of news articles from the United Daily News (UDN) website, filters and processes them using specified keywords and OpenAI's GPT for Named Entity Recognition (NER…

    Jupyter Notebook

  4. HuffmanCoding HuffmanCoding Public

    The provided Java code defines a HuffmanSubmit class that implements the Huffman coding algorithm for file compression and decompression. It includes methods for building the Huffman tree, encoding…

    Java

  5. StreetMap StreetMap Public

    This project uses graph theory to represent and navigate maps, providing a graphical user interface for visualization and employing Dijkstra's algorithm for finding the shortest paths between inter…

    Java

  6. LetsWatchMovies LetsWatchMovies Public

    Let'sWatchTV is an application for exploring movies, pulling data from APIs for upcoming and top-rated movies and a local JSON file for popular movies. It features a home screen with navigation opt…

    Kotlin