Skip to content
View Mobad225's full-sized avatar

Highlights

  • Pro

Block or report Mobad225

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. Face-Recognition-Eigenfaces- Face-Recognition-Eigenfaces- Public

    This is a basic face recognition program, It is trained on a small dataset and gave good results in identifying the people, PCA and LDA were used to reduce the dimensions and find the most common (…

    Jupyter Notebook 1

  2. Topolgy-Mapping Topolgy-Mapping Public

    Topology mapping is a partitioning technique that maps the simulated nodes to different physical nodes. In this assignment, we will use spectral clustering to partition a given network topology on …

    Jupyter Notebook

  3. Familiarizing-with-concurrency Familiarizing-with-concurrency Public

    Handling races, synchronization and deadlock conditions. By using semaphores, I have solved the Producer-Consumer problem using a protected buffer due to the speed mismatch.

    C++

  4. Image-Panoramas Image-Panoramas Public

    Forms a panorama/Image Mosaic given 2 images to the same place.

    Jupyter Notebook 1

  5. Huffman-Compression Huffman-Compression Public

    C++ Code to compress any file. Reduces files by (average) 39% of their original size. (depends on how many different characters exist in the file)

    C++

  6. Spectral-Clustering Spectral-Clustering Public

    Spectral Clustering using k-way normalized cuts, The k-way normalized cut tries to cut the similarity graph into k partitions, It cares about making the new clusters of close weight, and, of course…

    Jupyter Notebook 2