Pinned Repositories
Air-Passengers-Time-Series
This a time series data project that applies all the concepts
arabic_dialects_classification
NLP project about classifying the Arabic dialects into five classes.
Codeforces_Problems
This is a repo for all the problems that I have solved (& still solving :D) on Codeforces
FaceBoxes_Tensorflow
Head_Pose_Estimation
A project about estimating the head pose using pitch, yaw, and roll
Lane_Line_Detection
ML_optimization_algorithms
This is an implementation of different optimization algorithms such as: - Gradient Descent (stochastic - mini-batch - batch) - Momentum - NAG - Adagrad - RMS-prop - BFGS - Adam Also, most of them are implemented in vectorized form for multi-variate problems
Multi-Cancer-Identification-and-Segmentation
This is a project for brain and breast cancer classification and segmentation
PCI_Target_Device
A verilog software project to create a synthesizable PCI Target Device which was able to read or write data from memory according to the given signal from the master. With different scenarios and constraints using test bench that acts as a Master Device to test these scenarios.
travelling_salesman_problem
Heba-Atef99's Repositories
Heba-Atef99/FaceBoxes_Tensorflow
Heba-Atef99/ML_optimization_algorithms
This is an implementation of different optimization algorithms such as: - Gradient Descent (stochastic - mini-batch - batch) - Momentum - NAG - Adagrad - RMS-prop - BFGS - Adam Also, most of them are implemented in vectorized form for multi-variate problems
Heba-Atef99/Multi-Cancer-Identification-and-Segmentation
This is a project for brain and breast cancer classification and segmentation
Heba-Atef99/travelling_salesman_problem
Heba-Atef99/Air-Passengers-Time-Series
This a time series data project that applies all the concepts
Heba-Atef99/arabic_dialects_classification
NLP project about classifying the Arabic dialects into five classes.
Heba-Atef99/Blockchain
Heba-Atef99/c_programming
This is a repo of assignments using C
Heba-Atef99/Cats_VS_Dogs
A kaggle classification problem
Heba-Atef99/Codeforces_Problems
This is a repo for all the problems that I have solved (& still solving :D) on Codeforces
Heba-Atef99/DES
The Data Encryption Standard (DES) is a symmetric-key block cipher published by the National Institute of Standards and Technology (NIST). DES is an implementation of a Feistel Cipher. It uses 16 round Feistel structure. The block size is 64-bit. Though, key length is 64-bit, DES has an effective key length of 56 bits, since 8 of the 64 bits of the key are not used by the encryption algorithm (function as check bits only).
Heba-Atef99/Distributed-Monitoring-System
Heba-Atef99/E-commerce-Website
Heba-Atef99/Go-Back-N
Heba-Atef99/GPS_Tracking_System
Heba-Atef99/Head_Pose_Estimation
A project about estimating the head pose using pitch, yaw, and roll
Heba-Atef99/Kenken-Game
The goal of this project is to create a software that solves the KENKEN puzzle. This is a constrain satisfaction problem (CSP), and we implement and analyze the performance of the three algorithms of CSP: 1. Backtracking Backtracking with forward checking Backtracking with arc consistency
Heba-Atef99/Lane_Line_Detection
Heba-Atef99/Memory_Allocation
Heba-Atef99/XML_Editor
Heba-Atef99/extract_national_id
Heba-Atef99/Heba-Atef99
Heba-Atef99/ID-Documents-Verification-System
ITI Graduation Project - ID & Documents Verification System
Heba-Atef99/ml-coursera-python-assignments
Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
Heba-Atef99/MPI
Heba-Atef99/Refugee_Analysis
This is a data visualization project about refugees all around the world
Heba-Atef99/Signature-Detection
This is a signature detection project using FasterRCNN.
Heba-Atef99/Signature-Verification
This is a signature verification project to classify whether the signature is real or forged using Siamese Network.
Heba-Atef99/Tiny_Language_Scanner_Parser
Heba-Atef99/web_scraping
These are three tasks about web scraping