Skip to content
View elmahsieh's full-sized avatar

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.

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

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. WebScrapper_GPT_Organizer_UDN_News WebScrapper_GPT_Organizer_UDN_News 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

  3. AOU_Full_HIPPS_Final_Dr.Dreisbach AOU_Full_HIPPS_Final_Dr.Dreisbach Public

    Final version of AOU Full HIPPS code before upload to official repository

    Python

  4. 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

  5. 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

  6. 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