Skip to content

Instantly share code, notes, and snippets.

View kevindavenport's full-sized avatar

Kevin Davenport kevindavenport

View GitHub Profile
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 / 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.
@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 / 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.
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 / 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.