-
Zewail City
- Cairo, Egypt
- in/amr-yasser-1027542a4
Highlights
- Pro
-
-
-
isolation-adversarial-search Public
A robust Python implementation of the Isolation board game featuring adversarial search agents (Minimax and Alpha-Beta Pruning). Includes iterative deepening, heuristic optimizations, comprehensive…
python artificial-intelligence game-theory matplotlib heuristics adversarial-search minimax-algorithmPython MIT License UpdatedDec 14, 2025 -
-
project-network-analysis Public
Interactive Project Network Analysis Dashboard using CPM (Critical Path Method) with network diagrams, float/slack calculations, and Gantt chart visualization for project management education and a…
HTML MIT License UpdatedDec 6, 2025 -
primal-dual-ipm Public
Scientific implementation and evaluation of primal-dual interior point methods for linear programming, including Mehrotra’s predictor-corrector algorithm, with an accompanying PDF report detailing …
-
-
revised-simplex-report Public
Scientific report and Python implementation of the Revised Simplex Method for solving linear programming problems, including worked examples, numerical diagnostics, and performance comparison with …
-
Solutions, notes, and summaries for the Introduction to Artificial Intelligence course, inspired by UC Berkeley’s CS 188. Covers search algorithms, logic, probability, reinforcement learning, and m…
-
statistical-inference Public
Course materials, R labs and notes for a Statistical Inference course (MLE, confidence interval, hypothesis testing, and related methods).
Jupyter Notebook MIT License UpdatedOct 15, 2025 -
genai-lab Public
A collection of experiments, ideas, and techniques in Generative AI, Agentic AI, and LLM systems.
3 UpdatedSep 11, 2025 -
ai-api-engineering Public
A hands-on learning hub for API work as an AI Engineer: REST examples, OpenAI API recipes, agentic-AI experiments, Postman collections, and educational .md notes.
-
learning-roadmaps Public
A curated collection of learning and career roadmaps: complete guides, learning sequences, templates, and contribution tooling.
-
customer-churn-prediction Public
End-to-end customer churn prediction project: dataset preparation, experiments with scikit-learn, CI/CD, and deployment examples.
-
deep-dive-python Public
A personal record of Python concepts I explore — from everyday features to advanced techniques. Includes examples, explanations, and deep dives into the language’s inner workings.
-
mlflow-lifecycle-demo Public
A hands-on MLflow project demonstrating experiment tracking, model training, and lifecycle management using Scikit-learn, XGBoost, and Dagshub integration.
-
-
deep-learning-journal Public
A personal collection of Jupyter notebooks, scripts, and resources documenting my exploration and learning in Deep Learning. From foundational neural network concepts to advanced transformer archit…
-
DataGovernanceWorkflow Public
Comprehensive data governance pipeline for SSH honeypot logs—covering data profiling, cleansing, quality assurance, encryption, classification, and GDPR/CCPA/HIPAA compliance. Built with Pandas, Pa…
-
A complete pipeline for network intrusion detection comparing label encoding and one‑hot encoding, with SMOTE resampling, feature selection, and ensemble modeling using scikit‑learn and XGBoost, al…
-
intrusion-detection-kaggle Public
End-to-end pipeline for multi-class cyber-attack detection using per-flow network features: data profiling, deduplication, skew-correction, outlier treatment, feature engineering, imbalance handlin…
-
Zewail-City Public
A comprehensive archive of coursework, projects, and code developed during my studies at Zewail City University of Science and Technology. Organized by course, each folder houses assignments, pract…
-
Revision notes and MCQs for DSAI 201 – Data Mining and Information Retrieval. Includes lecture summaries, algorithm overviews, and practice questions to support course preparation and review.
-
A centralized system for managing ambulance services across multiple hospitals, utilizing data structures to optimize ambulance allocation and improve emergency response times.
-
Event-Management Public
A polished, responsive frontend application leveraging ASP.NET Core Razor Pages for comprehensive event management. Provides secure, role-based authentication for attendees, volunteers, organizers,…
-
surveyapp-razorpages Public
A survey web application built with ASP.NET Core 8.0 Razor Pages, enabling users to submit their name and select hobbies through a responsive, server-rendered form.
-
citation-network-app Public
An interactive web app that fetches the top 20 related papers from Google Scholar (via SerpAPI), builds a citation graph, and renders it in pages of 10 nodes each.
-
An interactive web-based dashboard for visualizing multinational electronics sales data. This project for the DSAI 203 course integrates a Python/Flask backend with an amCharts frontend to provide …
-
pagerank-power-method Public
Modular Python implementation of the PageRank algorithm via the power method, with discrete‑math foundations, end‑to‑end code, and experimental validation.
-
oop-learning-repo Public
A repository for learning Object‑Oriented Programming in Python and C++17. Features Python projects (Student Management, Banking System, Library Management) and a C++ console‑based Library Manageme…