Skip to content
View Sam-B-Y's full-sized avatar
  • Duke University
  • 22:09 (UTC -05:00)

Block or report Sam-B-Y

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. ML-AirBnB-Price-Predictions ML-AirBnB-Price-Predictions Public

    Kaggle Competition: Predicting the pricing of AirBnBs in New York based on location, listing and seller information. Used LightGBM and Random Forest to rank in the top 20%.

    Jupyter Notebook

  2. TDA-Soccer-Passing-Networks TDA-Soccer-Passing-Networks Public

    Analyzing the relationship between the homology of passing networks and the number of goals scored by teams during the 2015/2016 season.

    Jupyter Notebook

  3. Quadratic-Sieve Quadratic-Sieve Public

    A C++ implementation of the Quadratic Sieve algorithm for integer factorization, optimized with OpenMP parallelization.

    C++

  4. CV-Corn-Disease-Detection CV-Corn-Disease-Detection Public

    Using Computer Vision with PyTorch to detect 3 types of diseases in corn leaf pictures, and OpenCV to segment backgrounds and avoid overfitting.

    Jupyter Notebook 7 1

  5. US-Highway-Shortest-Path US-Highway-Shortest-Path Public

    This program finds the shortest path between two cities - using exclusively highways - in the US, and draws the path onto a map.

    Python