Skip to content
View YazenSH's full-sized avatar

Highlights

  • Pro

Organizations

@KAUST-Academy

Block or report YazenSH

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Customer-SegmentationCustomer-SegmentationPublic

    This project utilizes unsupervised machine learning, specifically PCA, to analyze a bank's customer data for segmentation. By reducing dimensionality while preserving variance, PCA uncovers pattern…

    Jupyter Notebook

  2. Semantic-NetworkSemantic-NetworkPublic

    This project demonstrates how semantic networks represent knowledge, particularly in a hospital domain. Employing NetworkX and Matplotlib, it visualizes relationships. Its menu-based interface ena…

    Python

  3. CPCS324-Project--Horspool-Prim-Kruskal-DijkstraCPCS324-Project--Horspool-Prim-Kruskal-DijkstraPublic

    Java project implementing data structures (HashSet, Hashtable, HashMap, min-heap, union-find, min-priority queue) and algorithms. Options include Horspool vs. Brute force comparison, Prim's algorit…

    Java

  4. CPCS241-MovieRentDatabaseSystemCPCS241-MovieRentDatabaseSystemPublic

    The system is essentially a database for renting films. I used procedures and functions in this project to make inserting data for non-database users more simpler.

    PLSQL

  5. Solving-Mazes---DFS-BFSSolving-Mazes---DFS-BFSPublic

    This project uses DFS and BFS algorithms to solve mazes efficiently. DFS explores deeply along each branch, while BFS systematically explores all paths level by level. By comparing the performance …

    Python