Rob's Github Pages

Hello and welcome to my github pages. I created these pages to highlight and navigate the various projects I have worked on over the years. Some are school projects, some work related and most are done for fun. Some projects are set to private due to rights restrictions or due to being an assignment for a school class. If you would like access to a private repository, request it.

Directory

  • Newest Added Projects
    • New : Quick Evaluation of the MNIST data set that comes with keras. I implement a Neural Network and then a Convolutional Neural Network. Its in a easy to follow tutorial format.
    • In progress: This is the classic Spam Ham Detection problem. I start off using a bag of words model using then move into other varitions, to improve detection.