Skip to content
View dboston1's full-sized avatar
  • Cerner
  • Kansas City

Block or report dboston1

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Advanced-Document-Similarity Advanced-Document-Similarity Public

    Calculates reading level (Coleman-Laiu index), performs word stemming (Porter algorithm), and calculates document similarity using TFIDF (used by early web browsers).

    C++

  2. Reddit-Sentiment-Analysis Reddit-Sentiment-Analysis Public

    Program that performs textual analysis of Reddit data (approx. 300 GB) preprocessed by another team member. Uses Hadoop's Mapreduce to classify comments as either positive or negative based on cert…

    Java 4

  3. Basic-Login-GUI Basic-Login-GUI Public

    Mostly just experimenting with Tkinter in order to learn more about GUI programming.

    Python

  4. Java-Projects Java-Projects Public

    Collection of shorter java projects (mostly interesting coding challenges I've found online)

    Java

  5. RaspPi-Image-Recognition RaspPi-Image-Recognition Public

    Utilizes a self-trained caffe neural network (SqueezeNet v1.0) to classify images.

    Python

  6. Scala-Page-Rank Scala-Page-Rank Public

    My introduction to Scala. Estimates PageRank values of Wikipedia articles using Wikipedia dump data.

    Scala