Skip to content
View julesrostand1998's full-sized avatar

Block or report julesrostand1998

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. Traveling-Salesman-Problem Traveling-Salesman-Problem Public

    Solving the Traveling Salesman Problem in python

    Python

  2. Explainability_ViT Explainability_ViT Public

    Codes to interpret the predictions of the ViT (knowing which parts of the image helped make the prediction

    Python

  3. Car-tracking-system---OpenCV Car-tracking-system---OpenCV Public

    Developping a car tracking system using unsupervised techniques in OpenCV

    Python

  4. Prim-and-Kruskal-Algorithms Prim-and-Kruskal-Algorithms Public

    Coding in C++ the implementations of Prim and Kruskal algorithms for finding the Minimum Spanning Tree of a connected, undirected, weighted graph

    C++

  5. Quantum-mechanics-simulation Quantum-mechanics-simulation Public

    Matlab implementation of two phenomena of quantum mechanics: Quantum superposition and quantum tunneling

    MATLAB

  6. Reinforcement-Learning-A Reinforcement-Learning-A Public

    I have implemented the Monte-Carlo REINFORCE policy gradient algorithm in a complex environment. The setting is a basketball court built using OpenAI Gym, where the goal is to train a robot to scor…

    Python