Pinned Repositories
Autofill
Trigram method was used with a sports corpus to guess the third word given 2 previous words.
ayaamr11
Config files for my GitHub profile.
Back-End-SocialNetwork-API
a simple social media back-end API that provides the main components needed by developers to create a social network website!
Books-webscraping
Scraping books and its details using selenium.
DisasterTweets-NLP
NLP classification for kaggle competition to predict whether a tweet is disaster using TensorFlow.
NumericalOptimization-Ml
Implementation of Linear regression using gradient descent and some modifed Numerical algorithms.
Path-to-Safety-AI
Game developed using prolog - AI.
ToyotaCarsPricing_CaseStudy
Case study for Datacamp's data scientist professional certificate
UnicornCompaniesDashboard
Performed data analysis and data visualization on unicorn companies’ dataset.
Nutrients-Tracker-App
ayaamr11's Repositories
ayaamr11/Autofill
Trigram method was used with a sports corpus to guess the third word given 2 previous words.
ayaamr11/ayaamr11
Config files for my GitHub profile.
ayaamr11/Back-End-SocialNetwork-API
a simple social media back-end API that provides the main components needed by developers to create a social network website!
ayaamr11/Books-webscraping
Scraping books and its details using selenium.
ayaamr11/DisasterTweets-NLP
NLP classification for kaggle competition to predict whether a tweet is disaster using TensorFlow.
ayaamr11/NumericalOptimization-Ml
Implementation of Linear regression using gradient descent and some modifed Numerical algorithms.
ayaamr11/Path-to-Safety-AI
Game developed using prolog - AI.
ayaamr11/ToyotaCarsPricing_CaseStudy
Case study for Datacamp's data scientist professional certificate
ayaamr11/UnicornCompaniesDashboard
Performed data analysis and data visualization on unicorn companies’ dataset.
ayaamr11/cipher-
ayaamr11/Clustering-Algorithms
Apply different clustering technique to the same dataset.
ayaamr11/CustomerSegmentation-clustering
Customer segmentation to define marketing strategy using SKLearn.
ayaamr11/Dictionary-subword-searcher
ayaamr11/DistractedDriverDetection-CV
Detect the state of driver whether he is distracted or not using different computer vision manipulation techniques.
ayaamr11/game9
ayaamr11/Image-Processing
An image processing software like Photo Shop allows you to load an image , apply some changes and save it .
ayaamr11/MIPS-Virtual-Machine
ayaamr11/Neural-Network
An implementation for neural network from scratch where weights between each node is trained using genetic algorithms methods.
ayaamr11/Nutrients-Tracker-App
ayaamr11/Pose-Detection
Trained ML models using Sklearn library to predict the head pose angles on AFLW2000 dataset.
ayaamr11/Resource-Allocation-AI
Prolog application that detects deadlocks.
ayaamr11/Router-Synchronization
It is required to simulate a limited number of devices connected to a router’s Wi-Fi using Java threading and semaphore. Routers can be designed to limit the number of open connections. For example, a Router may wish to have only N connections at any point in time. As soon as N connections are made, the Router will not accept other incoming connection until an existing connection is released. Explain how semaphores can be used by a Router to limit the number of concurrent connections.
ayaamr11/SimpleCalculator
This is a simple calculator using tkinter package in python
ayaamr11/SMSSpamCollect-NLP
Using NaiveBayes classifier to classify SMS to spam or not (Spam filter) using Pyspark.
ayaamr11/vending-machine