Sh-31
Fresh-graduate Computer Science Student | ML Engineer | Python developer
Faculty of Computers and Information Fayoum UniversityEgypt
Pinned Repositories
Image_Processing
Basic-python-programs-
Some Basic Application & Games in python
class-ractangele
Project of ractangele with c++ -obb
Complex-Arithmetic
Calculate :Sum,Sub,multiply,division,abslout value of Complex number.
Credit-Card-Fraud-Detection
This repository contains the code for a Credit Card Fraud Detection project using a highly unbalanced Kaggle dataset of 284,807 transactions with only 492 frauds. To address the imbalance the project implements voting classifier and a neural network with focal loss in PyTorch, achieving an F1-score of 0.86 and PR_AUC of 0.85 for the positive class.
GazaScript
Basic Compiler Using Flex and Bison
ImgCap
ImgCap is an image captioning model designed to automatically generate descriptive captions for images. It has two versions CNN + LSTM model and CNN + LSTM + Attention mechanism model.
MPI
Their two aims for this repo. First learning about MPI (standardized and portable message-passing standard designed to function on parallel computing architectures). Second Implement parallel a image processing algorithms.
NeuraLearn-ML-Server-QG-RAG-Pipeline
NeuraLearn Academy is a educational platform designed to enhance learning experience by integrating advanced technologies. Our goal is to create platform similar to Udemy or Coursera but with a unique twist leveraging the power of Large Language Models (LLMs) to optimize education through intelligent feedback , question generation and summarization
Tennis-Analysis-System
Tennis-Analysis-System is a system that analyzes tennis matches and provides player statistics and mini court visualizations.
Sh-31's Repositories
Sh-31/NeuraLearn-ML-Server-QG-RAG-Pipeline
NeuraLearn Academy is a educational platform designed to enhance learning experience by integrating advanced technologies. Our goal is to create platform similar to Udemy or Coursera but with a unique twist leveraging the power of Large Language Models (LLMs) to optimize education through intelligent feedback , question generation and summarization
Sh-31/Credit-Card-Fraud-Detection
This repository contains the code for a Credit Card Fraud Detection project using a highly unbalanced Kaggle dataset of 284,807 transactions with only 492 frauds. To address the imbalance the project implements voting classifier and a neural network with focal loss in PyTorch, achieving an F1-score of 0.86 and PR_AUC of 0.85 for the positive class.
Sh-31/GazaScript
Basic Compiler Using Flex and Bison
Sh-31/ImgCap
ImgCap is an image captioning model designed to automatically generate descriptive captions for images. It has two versions CNN + LSTM model and CNN + LSTM + Attention mechanism model.
Sh-31/MPI
Their two aims for this repo. First learning about MPI (standardized and portable message-passing standard designed to function on parallel computing architectures). Second Implement parallel a image processing algorithms.
Sh-31/Basic-python-programs-
Some Basic Application & Games in python
Sh-31/class-ractangele
Project of ractangele with c++ -obb
Sh-31/Complex-Arithmetic
Calculate :Sum,Sub,multiply,division,abslout value of Complex number.
Sh-31/DSP
This a practical lab tutorial repository for digital signal processing
Sh-31/input-output-overloding
input-output overloding-(distance )
Sh-31/Tennis-Analysis-System
Tennis-Analysis-System is a system that analyzes tennis matches and provides player statistics and mini court visualizations.
Sh-31/Machine-Learning-Collection
A resource for learning about Machine learning & Deep Learning
Sh-31/Neural-Networks-Zero-to-Hero-Tutorial-by-Andrej-Karpathy
Repository for exercises and projects related to the "Neural Networks Zero to Hero" tutorial by Andrej Karpathy. This repository is designed to complement the tutorial and provide hands-on practice to reinforce the concepts covered.
Sh-31/NYC-Taxi-Trip-Duration
This project aims to predict the total ride duration of taxi trips in New York City as part of the NYC Taxi Duration Prediction competition on Kaggle. The model uses data provided by the NYC Taxi and Limousine Commission, including information such as pickup time, geo-coordinates, number of passengers, and other variables.
Sh-31/Operator-Overloading-oob
Code show some of overloading binary operater