Skip to content
View fritzwill's full-sized avatar
Block or Report

Block or report fritzwill

Report abuse

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

Report abuse

Pinned Loading

  1. flask-app-in-docker flask-app-in-docker Public

    Simple implementation of working flask app with a database. Utilizes docker for each microservice

    Python 2 1

  2. simplified-memcache simplified-memcache Public

    Thread-safe cache for in-memory key-value store that can be used in C++ programs

    C++ 1

  3. music-genre-recognition-cnn music-genre-recognition-cnn Public

    Creates a Convolutional Neural Net that recognizes the genre of music by analyzing slices of a song's spectrogram

    CSS 1

  4. apriori-algorithm apriori-algorithm Public

    The Apriori algorithm detects frequent subsets given a dataset of association rules. This Python 3 implementation reads from a csv of association rules and runs the Apriori algorithm

    Python 2 1

  5. nba-playoff-pred-R nba-playoff-pred-R Public

    Cluster-specific logistic regression models for whether an NBA team will make the playoffs given the current statistics of that team. Specifically uses population averaged models (PA) based on gene…

    R