Skip to content
View jcarlson212's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report jcarlson212

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 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. Chaos-Theory Chaos-Theory Public

    Website that has cool simulations of Chaotic differential equations, along with some stuff about strange attractors and fractional Hausdorff dimension (some measure theory is needed to understand t…

  2. AutoMLForAneurysmRupture AutoMLForAneurysmRupture Public

    A collection of assets used to train AutoML models on Azure and AWS and some local BHO training code used as a baseline.

    Jupyter Notebook

  3. ray-project/ray ray-project/ray Public

    Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

    Python 39.3k 6.9k

  4. Path-Finding-Visualizer Path-Finding-Visualizer Public

    Shows search algorithms and sorting algorithms visually using React.

    JavaScript 1 1

  5. Auction_Site Auction_Site Public

    Website made with Django that allows users to make auctions, bid for auctions, etc...

    Python

  6. RMQSegTree RMQSegTree Public

    Supports minimum and maximum queries (but not both, although one could make two RMQ's) in log(n) time. The build time is O(n). It should be noted that there is a way to achieve O(1) time using a da…

    C++