Pinned Repositories
best_Buy_website
Bikeshare_Data_Analysis
Python code to import US bike share data and answer interesting questions about it by computing descriptive statistics.
clustering
Computer vission project to cluster using K-means and hierarichal clustering
Edge-Detection
Implementing Edge detections algorithm in python using 2 techniques(Variance of integral images and co-occurence Matrices)
Evaluate-News-NLP
Udacity Nanodegree Project using Webpack and making fetch requests to a Natural Language Processing API to analyse newspaper articles
fend
General Front End Nanodegree Content Resources
fend-webpack-content
Webpack Content in the Front End Developer Nanodegree program
fend-webpack-sass
Webpack & Sass in the Front End Developer Nanodegree program
kasrBerlin
reactnd-contacts-app
AhmedSobeih's Repositories
AhmedSobeih/best_Buy_website
AhmedSobeih/Evaluate-News-NLP
Udacity Nanodegree Project using Webpack and making fetch requests to a Natural Language Processing API to analyse newspaper articles
AhmedSobeih/fend
General Front End Nanodegree Content Resources
AhmedSobeih/fend-webpack-content
Webpack Content in the Front End Developer Nanodegree program
AhmedSobeih/fend-webpack-sass
Webpack & Sass in the Front End Developer Nanodegree program
AhmedSobeih/kasrBerlin
AhmedSobeih/reactnd-contacts-app
AhmedSobeih/Bikeshare_Data_Analysis
Python code to import US bike share data and answer interesting questions about it by computing descriptive statistics.
AhmedSobeih/clustering
Computer vission project to cluster using K-means and hierarichal clustering
AhmedSobeih/Edge-Detection
Implementing Edge detections algorithm in python using 2 techniques(Variance of integral images and co-occurence Matrices)
AhmedSobeih/Genetic_Algorithms
Implementing genetic Algorithms for two functions to get the best fitness for each one as as assignment in Computatioanl intelligence course in German University in Cairo
AhmedSobeih/Gesture-Recognition-Using-CNN
Designing CNN for Hand Gesture Recognition along with skin segmentation and data augmentation
AhmedSobeih/Neural_Network_Implementation
Neural Network Implementation from scratch using Matrices Approach
AhmedSobeih/TMDb-movies-analysis
Udacity Data analysis Nanodegree project to do analysis on TMDb-movies dataset
AhmedSobeih/Tomasulo-Algorithm
Tomasulo Algorithm implemented using java