Skip to content

Instantly share code, notes, and snippets.

View kevindavenport's full-sized avatar

Kevin Davenport kevindavenport

View GitHub Profile
@kevindavenport
kevindavenport / computational_photography_final_project.ipynb
Last active November 22, 2015 18:56
computational_photography_final_project
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
on open dropped_dir
tell application "Terminal"
set dirname to do shell script "perl -e \"print quotemeta ('" & POSIX path of item 1 of dropped_dir & "');\""
do script "cd " & dirname & "; ipython notebook --pylab; exit"
end tell
end open
@kevindavenport
kevindavenport / FB_quicklook.ipynb
Last active December 26, 2015 02:29
Quick look at Kaggle's Facebook Competition Data with Python, Pandas, R, and Numpy.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / gist:1d7498344db73db389e4
Last active March 24, 2016 03:44
Human_Activity_Recognition.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / entropy_kldavenport.ipynb
Last active March 24, 2016 03:49
A Practical Introduction to Information Entropy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / Dynamic-Time-Series-Modeling.ipynb
Last active February 18, 2018 22:41
Dynamic Time-Series Modeling
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / Computability, Complexity & Algorithms Part 1.ipynb
Last active August 7, 2018 18:07
Computability, Complexity & Algorithms Part 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.