Kabelsalat

http://philmassie.github.com

Serverless ML

Bring your models to life with AWS Lambdas.

Wrangling data and training models can feel a little... disconnected. In this post I'll walk through deploying an ML model in the cloud. It's quick, easy and free (I think).

PU Learning

Positive/unknown class machine learning approaches

A challenge that keeps presenting itself at work is one of not having a labelled negative class in the context of needing to train a binary classifier. Typically, the issue is paired with horribly imbalanced data sets and pressed for time, I have often taken the simplistic route of sub-sampling the unknown set and treating them as unknowns. Obviously this isn’t ideal as the unknown set is contaminated and as a result the classifiers dont train that well.