Ahmed Mamdouh Mohamed (@AhmadMamduhh)
  • Stars
    star
    20
  • Global Rank 640,541 (Top 23 %)
  • Followers 3
  • Following 3
  • Registered over 6 years ago
  • Most used languages
    Python
    50.0 %
    Kotlin
    37.5 %
    JavaScript
    6.3 %
    C++
    6.3 %
  • Location 🇪🇬 Egypt
  • Country Total Rank 1,381
  • Country Ranking
    Kotlin
    140
    Python
    220
    C++
    577
    JavaScript
    2,109

Top repositories

1

PCA_Implementation

An implementation for the Principle Component Analysis algorithm using Python and NumPy. Visualization are also available using the Matplotlib library.
Python
2
star
2

Simple-Linear-Regression

It contains my implementation of a simple linear regression algorithm that predicts the salary given the years of experience
Python
2
star
3

MNIST_DeepLearning

Using TensorFlow library to build a deep neural network trained on the MNIST dataset.
Python
2
star
4

Data-Mining-Project

This is a project which implements classification on the Wisconsin breast cancer data set, regression on the diamonds data set and clustering on the iris data set. In classification: KNN, Decision Tree, Naive Bayes, Neural Network, Random Forest are the algorithms used. In regression: KNN regression, Decision Tree, Linear Regression, Polynomial Regression, Neural Network and Random Forest are the algorithms used. In clustering, K-Means is the algorithm used. The data is pre-processed prior to being used in any of the above algorithms.
Python
2
star
5

Evolved_Anubis_IDE

This is a repository which contains all the evolved files regarding the Anubis IDE. The extra functionalities added are the C# programming language support (color and syntax highlighting).
Python
2
star
6

Currency_Converter_Application

An android application which allows its users to convert currencies.
Kotlin
1
star
7

Matching_Cards_Game_Application

An android mobile application memory training game which is mainly designed for children entering the world of preschool and beginning their paths as students but it also works with users at any age when they are learning a new language. The goal is to design a fun touchscreen application that teaches users the names of animals and birds.
Kotlin
1
star
8

City-Weather-Forecast-App

An application which allows the user to find the current temperature of any city around the world by simply providing its name.
Kotlin
1
star
9

django3-password-generator-website

This is a website for generating random passwords. It is developed using Python and the Django framework.
Python
1
star
10

MatchingCards_Game

A web application game which is basically similar to the famous ShutterFly memory test game
JavaScript
1
star
11

wordcount

Python
1
star
12

AndroidBoosterWeekTwo

An android application which uses the recycler view to view a list of movies.
Kotlin
1
star
13

ParallelMatrixMultiplicationRepo

Multiplying two 30x30 matrices using OpenMP, MPI and a hybrid implementation. All implementations are written in C++.
C++
1
star
14

Calculator_Application

This is a basic calculator android application which allows the user to add, subtract, multiply and divide numbers. The application has a dark layout mode and a light layout mode.
Kotlin
1
star
15

MINIMAX-and-ALPHABETA-algorithms-Implementation

Two Python files containing my implementation for the famous MINIMAX and ALPHABETA algorithms which are used for adversarial search and game playing in Artificial Intelligence related applications.
Python
1
star
16

Movies_Gallery_App

An application which connects with the TMDB API to get the latest top rated and popular movies along with their details and display them in a clean fashion.
Kotlin
1
star