Recent Posts

My first REST API documentation

I’ve documented low-level hardware APIs, but never REST APIs – I learned a ton working in Swagger for a Watson service API. Looking back, it breaks down into...

Baby steps toward a Bayes classifer

Actually, the blog title is a misnomer–I started trying to code up a naive Bayes classifer while studying chapter 6 of the Python NLTK book, but I didn’t ge...