Skip to content
View adam1098765432's full-sized avatar
  • New London, WI
  • 04:35 (UTC -05:00)

Block or report adam1098765432

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. NathanLaCrosse/Chess-Vision-Project NathanLaCrosse/Chess-Vision-Project Public

    This repository explores using computer vision techniques to identify chess positions.

    Python

  2. NathanLaCrosse/Pixel-Recurrent-Neural-Networks NathanLaCrosse/Pixel-Recurrent-Neural-Networks Public

    Python

  3. Culvers-Clustering Culvers-Clustering Public

    A Python script that uses K‑means to cluster Culver’s restaurant locations by latitude/longitude and then visualizes both the cluster assignments and centroids overlaid on a US states map.

    Python

  4. Dry-Bean-Classification Dry-Bean-Classification Public

    This project demonstrates the application of a Support Vector Machine (SVM) with a radial basis function (RBF) kernel to classify dry beans in a dataset. The dataset contains various features extra…

    Python

  5. Music-Release-Date-Predictor Music-Release-Date-Predictor Public

    This project uses Ridge Regression to predict the release year of music tracks based on a set of features. The model attempts to find the best fit line that minimizes the cost function while also a…

    Python

  6. EliCurl/Procedural-Board-Generation-with-Finite-Automata EliCurl/Procedural-Board-Generation-with-Finite-Automata Public

    Procedurally generates Mario Party-Style game boards using Nondeterministic Finite Automata (NFAs) to model tile transitions and classifications. Supports parameterized generation for reproducible,…

    TypeScript