Skip to content
View MinahGH's full-sized avatar

Block or report MinahGH

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

Popular repositories Loading

  1. Face-Recognition-on-ORL-Dataset Face-Recognition-on-ORL-Dataset Public

    I am using LDA (Linear discriminant analysis) and PCA (Principal Component Analysis) for face recognition task on ORL dataset.The size of each image in this dateset is 92x112 pixels, with 256 grey …

    Python 1 2

  2. Modulation-Classification Modulation-Classification Public

    Forked from Guehad/Modulation-Classification

    Classifying signals into their proper modulation type using a synthetic dataset, generated with GNU Radio, consisting of 11 modulations. This is a variable-SNR dataset with moderate LO drift, light…

    Jupyter Notebook

  3. Identifying-Offensive-Language-in-Social-Media Identifying-Offensive-Language-in-Social-Media Public

    Forked from Guehad/Identifying-Offensive-Language-in-Social-Media

    This was Task 6 in the Semeval contest of 2019

    Python

  4. Risk-Game Risk-Game Public

    Forked from Guehad/Risk-Game

    implementation of the popular risk game using 6 different AI agents on a US map.

    Java

  5. MRNet-Classification MRNet-Classification Public

    Forked from Guehad/MRNet-Classification

    The MRNet dataset consists of 1,370 knee MRI exams performed at Stanford University Medical Center. The dataset contains 1,104 (80.6%) abnormal exams, with 319 (23.3%) ACL tears and 508 (37.1%) men…

    Jupyter Notebook

  6. Image-Cartoonifier Image-Cartoonifier Public

    This project is about turning images into its cartoonized version. To be able to do this process to we need two main steps: detecting edges in these photos and then combine them with a smoothed ver…

    Python