By Arthur Gretton – 8 min read.
The following discussion relates to the recent paper: "The Cramer Distance as a Solution to Biased Wasserstein Gradients"
The Data Science Renaissance
By Rob Thomas – 7 min read.
"If people knew how hard I worked to get my mastery, it wouldn’t seem so wonderful at all." -Michaelangelo.
GANGogh: Creating Art with GANs
By Kenny Jones – 13 min read.
The work here presented is the result of a semester long independent research performed by Kenny Jones and Derrick Bonafilia (both Williams College 2017) under the guidance of Professor Andrea Danyluk.
The Surprising Longevity Of The Z-Score
By This Tenqyu Life – 5 min read.
It was Tuesday June 6th 1730 late in the evening when Abraham de Moivre stumbled out of a Covent Garden coffee house, still slightly disoriented from one of too many glasses of Gin and hours of teaching and gambling.
Building a Real-Time Object Recognition App with Tensorflow and OpenCV
By Dat Tran – 4 min read.
In this article, I will walk through the steps how you can easily build your own real-time object recognition application with Tensorflow’s (TF) new Object Detection API and OpenCV in Python 3 (specifically 3.5).
How Not to Sort by Popularity
By Juarez Bochi – 8 min read.
Problem: You are a web programmer. You have users. Your users read stuff on your site, but don’t rate them. You want to make a list of popular content that users might want to click. You need some sort of "score" to sort by.