Skip to content
View rubayeaAlketbi's full-sized avatar
🤍
ربِّ اشرح لي صَدري ويسِّر لي أمري
🤍
ربِّ اشرح لي صَدري ويسِّر لي أمري

Highlights

  • Pro

Block or report rubayeaAlketbi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Fraudulent-Transaction-Detection-Using-Decision-Tree Fraudulent-Transaction-Detection-Using-Decision-Tree Public

    This project uses a decision tree model in Python with scikit-learn to detect fraudulent transactions. The dataset includes transaction amount, time, frequency, and day of the week. The model is op…

    Python

  2. Generative-AI-for-Beginners-from-Microsoft Generative-AI-for-Beginners-from-Microsoft Public

    Forked from microsoft/generative-ai-for-beginners

    18 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/

    Jupyter Notebook

  3. Numerical-Methods-for-Solving-Predator-Prey-Models Numerical-Methods-for-Solving-Predator-Prey-Models Public

    This project explores different numerical methods to solve predator-prey models, specifically systems of differential equations. The models describe the dynamics between two species (predator and p…

    Jupyter Notebook

  4. Pytorch-Sentiment-Analysis-Course Pytorch-Sentiment-Analysis-Course Public

    Forked from bentrevett/pytorch-sentiment-analysis

    Tutorials on getting started with PyTorch and TorchText for sentiment analysis.

    Jupyter Notebook

  5. Real-time-Text-Sentiment-Analysis-with-Azure-Functions Real-time-Text-Sentiment-Analysis-with-Azure-Functions Public

    A serverless application that performs real-time sentiment analysis on text messages using Azure Functions.

    Python

  6. Simple-File-Transfer-Network-System Simple-File-Transfer-Network-System Public

    This project implements a Java-based client-server file transfer system. The client lists or uploads text files, while the server handles multiple clients concurrently, logging all requests and man…

    Java