Skip to content
View Yassin-Ben-Mansour's full-sized avatar

Block or report Yassin-Ben-Mansour

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. KNN-From-Scratch KNN-From-Scratch Public

    A pure Python implementation of the k‑Nearest Neighbors algorithm, built without scikit‑learn. Demonstrates distance metrics, neighbor search, classification workflow, and evaluation on sample data…

    Jupyter Notebook

  2. Linear-Regression-From-Scratch Linear-Regression-From-Scratch Public

    Educational implementation of Linear Regression algorithm. The code is fully commented and focuses on understanding the math, the algorithm, and how predictions are computed.

    Jupyter Notebook

  3. Physics-Lab--Data-Analysis Physics-Lab--Data-Analysis Public

    Made data analysis with python for a physics lab, which was about energy, work and forces. After the data acquisition inside the lab, I used python associated with various libraries like numpy, pan…

    Jupyter Notebook

  4. Series-Expansion--fr-Developpements-Limites- Series-Expansion--fr-Developpements-Limites- Public

    Made a python app with GUI using QT designer to calculate the most common Series expansion (for sin, cos, exponential, ln,..) and return the format of the Series expansion at 0. To help student bet…

    Python