My friend Rémi Leblond has recently uploaded to ArXiv our preprint on an asynchronous version of the SAGA optimization algorithm.
PyData DC 2016 Talk
I just got back from PydataDC, where I learned a lot, had fun, and met a bunch of awesome people! I’ll definitely write about it more later, but I wanted to share my slides here since I told the attendees they could find them on my website. I got good feedback on the talk, and I’m so glad that my message resonated with some people!
WordPress to Jekyll: A 30x Speedup
About a month ago, I switched this blog from WordPress hosted on Bluehost to Jekyll on GitHub Pages. I suspected moving to a static website would be faster than generated HTML via PHP, and it is certainly cheaper (GitHub Pages is “free”). But it wasn’t until I needed a dataset for doing some dataset visualization development that I realize how much of an improvement it has been!
Multiple Raffle Strategy
Have you ever been to an event where there is a multiple raffle? The premise is simple: There are a plurality of prizes and you enter a raffle by placing your ticket into that drawing (typically a gold-fish bowl) of your choice. At the end of the evening, each drawing is performed independently. The winning ticket from each drawing gets that prize.
Likes Out! Guerilla Dataset!
– Zack de la Rocha
Cognitive Machine Learning: Prologue
· Read in 5 minutes · 980 words · All posts in series ·
Nonparametric Density Estimation Parzen Windows And Beyond
Smoothed Histograms
Sensor Fusion Tutorial
What is this sensor fusion thing?
Champagne Bottles
This article is about Champagne bottle sizes, but first a little background on Champagne.
How-to: Do Scalable Graph Analytics with Apache Spark
Get started with scalable graph analysis via simple examples that utilize GraphFrames and Spark SQL on HDFS.