Skip to content

Instantly share code, notes, and snippets.

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
View computational_photography_final_project.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View gist:7058218
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.
View FB_quicklook.ipynb
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
View gist:1d7498344db73db389e4
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
View entropy_kldavenport.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View atlanta_search.json
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Examining Your Presence on Twitter with Python.ipynb
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
View Dynamic-Time-Series-Modeling.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View pure_python_decision_trees.ipynb
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
View Computability, Complexity & Algorithms Part 1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.