This page captures what I’m up to currently, and some of the projects I’ve worked on in the past.


Current Projects


MOOCs

Not necessarily a development project, but most of my free time goes to taking classes on Coursera. Thus far, I have enjoyed:
Functional Programming Principles in Scala
Algorithms: Design and Analysis, Part 1
Algorithms: Design and Analysis, Part 2
Machine Learning


Algorithm and Data Structure Implementations

To familiarize myself with more algorithms and data structures I’ve decided to implement as many of them as possible for fun. You can find some of them here:
https://github.com/mattnedrich/DataStructuresCSharp
https://github.com/mattnedrich/AlgorithmsCSharp
https://github.com/mattnedrich/algorithms/tree/master/python


Reddit API Wrapper

I’m developing a partial wrapper around the Reddit API that allows users to access data from Reddit programmatically test:
https://github.com/mattnedrich/RedditAccessLibrary



Past Projects


Research

I worked on two large projects in graduate school

  • HCI for Visual Surveillance - project description here
  • Scene Entry and Exit Discovery - project description here


Photo Mosaic Creator

I’ve developed a photo mosaic creator. It allows an image to be created from a pool of other images. Eventually, I plan on cleaning it up and putting it on github.