Pinned Repositories
Virtual-Mock-Interview
This is VMI, Virtual Mock Interview.
Binary_Search_Algorithm
Implementing bubble sorting algorithm in C programming language.
Brick-Breakers-Threejs
CatchTheFruit
microblog
Microblog is a web application that allows users to create profiles, write posts, send messages, follow each other, and many other social interactions. The platform supports English, Arabic, French, Spanish, and German.
Multi-user-distributed-text-editor
A text editor that allows real-time collaboration using google's `diff_match_patch`.
neural-network-framework
Build a Micro Neural Network Framework (like Pytorch or Tensorflow) using only Numpy
Payment-Application
Payment application in c programming language
Simple-Perception-Stack-for-Self-Driving-Cars
In this project we are going to create a simple perception stack for self-driving cars (SDCs.). Our only data source will be video streams from cameras for simplicity. We’re mainly going to be analyzing the road ahead, detecting the lane lines, detecting other cars/agents on the road, and estimating some useful information that may help other SDCs stacks.
titanic-survival-classification
Predict passenger survival using multiple machine learning models. This repo covers data cleaning, preprocessing, model training, and evaluation.
ahmedalycess's Repositories
ahmedalycess/Payment-Application
Payment application in c programming language
ahmedalycess/Binary_Search_Algorithm
Implementing bubble sorting algorithm in C programming language.
ahmedalycess/Brick-Breakers-Threejs
ahmedalycess/CatchTheFruit
ahmedalycess/microblog
Microblog is a web application that allows users to create profiles, write posts, send messages, follow each other, and many other social interactions. The platform supports English, Arabic, French, Spanish, and German.
ahmedalycess/Multi-user-distributed-text-editor
A text editor that allows real-time collaboration using google's `diff_match_patch`.
ahmedalycess/neural-network-framework
Build a Micro Neural Network Framework (like Pytorch or Tensorflow) using only Numpy
ahmedalycess/Simple-Perception-Stack-for-Self-Driving-Cars
In this project we are going to create a simple perception stack for self-driving cars (SDCs.). Our only data source will be video streams from cameras for simplicity. We’re mainly going to be analyzing the road ahead, detecting the lane lines, detecting other cars/agents on the road, and estimating some useful information that may help other SDCs stacks.
ahmedalycess/titanic-survival-classification
Predict passenger survival using multiple machine learning models. This repo covers data cleaning, preprocessing, model training, and evaluation.
ahmedalycess/TreasureHunting
ahmedalycess/Fault-detection-system
ahmedalycess/LED_toggle_2
LED toggle using button and timer on ATmega32A micro-controller.
ahmedalycess/mnist_image_recognition
image recognition practice with MNIST dataset loaded from tensorflow.keras
ahmedalycess/parentheses-checker
This is a program to check whether parentheses in a certain string are balanced or not. This project is done using stack. This project is implemented using C programming language.
ahmedalycess/Pong-Threejs
ahmedalycess/Secure-Shared-File-Storage-Using-Hybrid-Cryptography-and-FTP
ahmedalycess/sprints-devops
ahmedalycess/Univeristy_Admission_DTClassifier
Playing with sklearn decision tree classifier on university admission dataset from kaggle.
ahmedalycess/Wagba-ENG-ASU
ahmedalycess/XV6_PAGING
XV6 with FIFO and LRU page replacement algorithms