May 5, 2016

Modifying NYT ingredient tagger to a sole python implementation

NOTE: This is a jupyter notebook converted to markdown. As such, it does not look quite good. The original notebook can be seen here. .highlight{background: # f8f8f8; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .1em;padding:0em .5em;border-radius: 4px;} .k{color: # 338822; font-weight: bold;} .kn{color: # 338822; font-weight: bold;} .mi{color: # 000000;} .o{color: # 000000;} .ow{color: # BA22FF; font-weight: bold;} .nb{color: # 338822;} .n{color: # 000000;} .s{color: # cc2222;} .se{color: # cc2222; font-weight: bold;} .si{color: # C06688; font-weight: bold;} . Read more

May 5, 2016

How to make your script better

We have all been there. The first time you realize you know enough programming language that you want to make something. One of the best things the Python community has is that it encourages the newcomers to not only build amazing things, but to share them with everyone, and thus the community gets better. However, I have been noticing a pattern in some of these projects. You know which ones I am talking about. Read more

February 21, 2016

Where the f*** can I park?

TL;DR I made a map showing the different residential parking areas in my city. It is the first map of this data that exists, and I am disappointed with the Spanish Government Open Data policies. You can check out the map here. I also shared the code required to create this map as a jupyter notebook here. An introduction, and a bit of ranting. After living in NYC for quite some time, I recently moved to Murcia, Spain to be closer to my family. Read more

February 11, 2016

Quick Note to myself regarding wireless power management in Ubuntu 14.04

Hey Manuel of the future. Next time you format your ubuntu machine, just do this to fix all those annoying wifi issues. Go to /etc/network/interfaces and edit the file like this: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo auto wlan0 iface lo inet loopback (this is assuming your wireless interface is wlan0) Then do as follows (found on an ubuntu forums post from 2011, sigh). Read more

December 5, 2015

A short introduction to Recommendation Systems

In this tutorial, we will dive into recommendation systems. You might not know what recommendation systems are but you see them everywhere on the internet. Everytime you shop on Amazon and you see related products… Or when Netflix recommends you something interesting to watch… The purpose of a recommendation system is to predict a rating that a user will give to an item that they have not yet rated. Read more

Powered by Hugo & Kiss.