5 interesting things (1/12/2015)

Improving My CLI’s Autocomplete with Markov Chains – Markov chains are the basis for many auto-complete algorithms we know and use on daily basis, e.g keyboards on mobile devices. In this case it is a developer hack to improve auto-complete in a development tool. It is always nice when theory comes to life.

http://nicolewhite.github.io/2015/10/05/improving-cycli-autocomplete-markov-chains.html

10 more lessons learned from building Machine Learning systems – slides of a presentation by Xavier Amatriain, VP Engineering at Quora (previously Director Algorithms Engineering @Netflix). Very insightful presentation (I would of loved to hear the full one). The name refers to a lecture by Amatriain called “10 lessons learned from building Machine Learning systems”  exactly a year before).

http://www.slideshare.net/xamat/10-more-lessons-learned-from-building-machine-learning-systems

http://www.slideshare.net/xamat/10-lessons-learned-from-building-machine-learning-systems

Beyond One-Hot: an exploration of categorical variables – It is not all about numbers.. in many cases features are not numeric. If we are lucky – features will be binary – has \ does not have a symptom, spam \ not spam or ordinal – amount of pain a patient experiences, etc. But sometimes it is neither – e.g a state, color, etc. What then? this post compare several techniques to deal with categorical variables. While it is very basic it well explained (although examples would have helped) and it can give a great intuition for someone who faces those problems for the first time.

http://willmcginnis.com/2015/11/29/beyond-one-hot-an-exploration-of-categorical-variables/

Bandit Algorithms for Bullying – Getting More Lunch Money – this post explains bandit algorithm using very common, easy to understand example. However, I would build the post a bit different. There is a lot of text telling the story comparing to the scientific parts. In my opinion the scientific parts should be emphasized a bit more (bold text, bullets, etc.)

http://1oclockbuzz.com/2015/11/24/bandit-algorithms-for-bullying-getting-more-lunch-money/

C.H.I.P vs Pi zero – The new Pi zero made a lot of buzz in the last week offering a computer for 5$. However, Pi zero is not the only player in the field of sub 10$ computers. This post compares Pi zero and C.H.I.P spec and abilities. There are many comments saying the comparison is biased towards C.H.I.P (ignoring shipping costs, unfair comparison of cable costs, reputation, etc.) but overall I think it is worth reading.

http://makezine.com/2015/11/28/chip-vs-pi-zero/

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 )

Facebook photo

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

Connecting to %s