Skip to content
View mcdickenson's full-sized avatar

Highlights

  • Pro

Block or report mcdickenson

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. em-gaussian em-gaussian Public

    Python code for Expectation-Maximization estimate of Gaussian mixture model

    Python 74 56

  2. cs-notation cs-notation Public

    Describing and explaining CS notation to make research papers more accessible.

    8

  3. python-washu-2014 python-washu-2014 Public

    Course resources for "Intro to Python," Washington University, Summer 2014.

    Python 5 21

  4. cs590ml cs590ml Public

    Code, homework, presentation, and readings for CS 590.01: Advanced Machine Learning. Taught by Katherine Heller, Duke, Spring 2014.

    TeX 5 1

  5. Extract replies to a tweet into a CSV Extract replies to a tweet into a CSV
    1
    import csv
    2
    import tweepy
    3
    
                  
    4
    # get credentials at developer.twitter.com
    5
    auth = tweepy.OAuthHandler('API Key', 'API Secret')
  6. Blur faces in imagery with Google Cl... Blur faces in imagery with Google Cloud Vision
    1
    import cv2
    2
    import io
    3
    import json
    4
    import numpy as np
    5
    import os