Pinned Repositories
AmericanSignLanguage
Classification of ASL Dataset from kaggle using transfer learning with multiple famous CNN model architectures, using Keras.
Car-Rental
All credits go to King Nawar
cipher
[College Project]
Client-Server-Sim
Client-Server Simulation using socket.py
connect-four-minimax
[College Project] Connect-4 game using minimax and alpha-beta pruning algorithms using a special heuristic for evaluating scores for AI developed in python/pygame.
DBLab2
Django-Demo-Project
Facial-Recognition
Facial Recognition using PCA, LDA and KNN
Restaurant-Reservation-System
[College Project]
Simple-Fitness-Tracker
[College Project]
OmarKhaled1504's Repositories
OmarKhaled1504/connect-four-minimax
[College Project] Connect-4 game using minimax and alpha-beta pruning algorithms using a special heuristic for evaluating scores for AI developed in python/pygame.
OmarKhaled1504/AmericanSignLanguage
Classification of ASL Dataset from kaggle using transfer learning with multiple famous CNN model architectures, using Keras.
OmarKhaled1504/Car-Rental
All credits go to King Nawar
OmarKhaled1504/cipher
[College Project]
OmarKhaled1504/Client-Server-Sim
Client-Server Simulation using socket.py
OmarKhaled1504/DBLab2
OmarKhaled1504/Django-Demo-Project
OmarKhaled1504/Facial-Recognition
Facial Recognition using PCA, LDA and KNN
OmarKhaled1504/Restaurant-Reservation-System
[College Project]
OmarKhaled1504/Simple-Fitness-Tracker
[College Project]
OmarKhaled1504/double-hashing
implementing simple double hashing using python
OmarKhaled1504/FluShot-Learning-Competiition-by-DrivenData
This is my submission for Flu Shot Learning: Predict H1N1 and Seasonal Flu Vaccines hosted by Driven Data https://www.drivendata.org/competitions/66/flu-shot-learning/page/210/
OmarKhaled1504/FullyConvolutionalTransformer
OmarKhaled1504/LeetCode-Problems
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
OmarKhaled1504/MagicTelescopeML
[College Project] Applying ML classification techniques (Decision Tree, AdaBoost, K-Nearest Neighbors, Random Forests, and Naïve Bayes) on the MAGIC gamma telescope dataset using Scikit Learn/Python.
OmarKhaled1504/modulation-Classification
Modulation Classification on a dataset consists of 11 types of modulations(noise) using a CNN , RNN and LSTM models
OmarKhaled1504/multithreaded-matrices-multiplication
Multithreaded matrix multiplication, calculating each element in the resultant matrix through a thread, and each row, then comparing execution time between the two methods. using posix threads.
OmarKhaled1504/multithreaded-merge-sort
Multithreaded merge sort using posix threads for each list split.
OmarKhaled1504/RBTDictionary
[College Assignment] Implementing Red Black Trees dat structure for inserting, searching in a dictionary, also getting the size and height of the tree.
OmarKhaled1504/root-finder
[College Project] A root finder program which takes as an input the equation, the technique to use and its required parameters (e.g. interval for the bisection method). Implemented methods include: Bisection, False-position, Fixed point, Newton-Raphson, Secant
OmarKhaled1504/Shell
A simple shell program to execute Linux commands.
OmarKhaled1504/simple-dungeon-game
simple dungeon game as a python practice
OmarKhaled1504/Simple-Phonebook
[College Project]
OmarKhaled1504/sorting-algorithms
implementing 3 O(n^2) sorting algorithms: Selection, Bubble, and Insertion, and 3 O(n log n) algorithms: Merge, Quick, and Heap, using python.
OmarKhaled1504/speech-emotion-recognition
Speech Emotion Recognition on CREMA dataset using a CNN model