5 interesting things (23/6/2014)

Celery best practices – python celery package is on my “todo list” once I have a relevant task. However, some of the thoughts and ideas which are talked about in this post are more general regarding software engineering. 

https://denibertovic.com/posts/celery-best-practices/

Keep calm and learn d3.js – d3.js is also something which is on my “todo list”. I used it randomly here-and-there but would like to do it better (and also to gain some deeper experience with JS). However, this is a very nice tutorial to start with d3.js.

http://slides.com/kentenglish/getting-started-with-d3-js-using-the-toronto-parking-ticket-data

DBSCAN well explained – unsupervised learning sometimes feels like no man’s land and k-means is almost always the choice when picking a clustering algorithm. This post not only does a great job by explaining the algorithm itself but it also gives great examples and show how to adjust the parameters. 

http://cjauvin.blogspot.ca/2014/06/dbscan-blues.html

Machine learning in Airbnb – This post is a case study of machine learning as it is used in Airbnb. I like reading such posts because it is interesting to learn about the challenges other organizations face and about their solutions and how they use existing tools and packages and adjust and optimize them to their need (in this post – scikit learn and re-writing R export function in c++).

http://nerds.airbnb.com/architecting-machine-learning-system-risk/

Current events – world cup predictions – as I love both sports and machine learning, statistics and so forth there are several posts which try to employ ML techniques to predict world cup results. The most interesting post I read so far is Nate Silver’s post. It takes many features into account and explain them clearly.

http://fivethirtyeight.com/features/its-brazils-world-cup-to-lose/

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s