Skip to content
View MoemenGaafar's full-sized avatar
Experimenting
Experimenting

Highlights

  • Pro
Block or Report

Block or report MoemenGaafar

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

  1. World-Happiness-Machine-Learning World-Happiness-Machine-Learning Public

    We train Linear Regression, Neural Networks, and other machine learning models on data from the World Happiness Report to quantitatively define the main factors affecting humans’ subjective sense o…

    Jupyter Notebook 1

  2. Pacman-AI Pacman-AI Public

    Python implementations of various adversarial search techniques applied to the Pacman game. The implementations include a simple reflex agent, a vanilla minimax agent, alpha-beta pruned minimax age…

    Python 1

  3. Housing-Database-App Housing-Database-App Public

    This is a C# application, attached to an SQL database, to be used in the context of a housing project in which companies create housing units for which citizens apply and are selected based on thei…

    C#

  4. alaaalagami/OS-Schedulers-and-Memory-Allocation alaaalagami/OS-Schedulers-and-Memory-Allocation Public

    This is a C simulation of the Highest Priority First, Shortest Job First, Round Robin, and Shortest Remaining Time Next scheduling algorithm and a Buddy Memory Allocation algorithm.

    C

  5. alaaalagami/Huffman-and-Convolutional-Coder alaaalagami/Huffman-and-Convolutional-Coder Public

    A Matlab implementation of the Huffman encoder and decoder and a channel convolutional encoder and viterbi decoder. The main.m file tests the implementation's performance with different SNR levels …

    MATLAB

  6. Reddit-Big-Data-Analytics Reddit-Big-Data-Analytics Public

    In this project, we analyze 55 million comments imported from the Reddit API using Hadoop MapReduce jobs.

    Python