Jeff Abrahamson collects advanced degrees while roaming the globe doing computer science and writing software. He currently hangs his (virtual) hat at Google London, where he is called site reliability engineer. In autumn 2014 he embarks on a new chapter in his professional life based mostly in France.
Want to know about the road shows? Check out purple.com/talks.
Find out more about Jeff Abrahamson.
Talks I've Given
-
WTF is Deep Learning?
Featuring Jeff Abrahamson
Neither machine learning nor deep learning are new topics, but they have both seen remarkable advancement in the last decade. As is often the case in a rapidly advancing field, new vocabulary is born. Join Jeff Abrahamson for this month's Deep Learning talk.
deep-learning machine-learning -
Lost in Space: Binary Search Trees beyond 1D and CRDTs
Featuring Jeff Abrahamson
BST's are a great general-purpose tool for locating points on the line. In higher dimensions, we have to do more work. In this talk,we'll look at a handful of algorithms that let us search for points,ranges of points, and nearest points, all in higher dimensions -- just like with...
crdt binary-tree kdtree big-o