Mountain View

Visiting the CLIN 2017 conference – Computational Linguistics in the Netherlands

On 9 and 10 February, the 2017 edition of CLIN (Computational Linguistics in the Netherlands) was held. As I work a lot with neural machine translation, automatic post editing, and translation quality estimation, this conference was very interesting to me! This post is a write-up of the most interesting talks I attended. At the moment neural methods are hot, also…

Explaining Neural Machine Translation to GALA members

Yesterday I presented an introduction to neural networks to GALA members: the Globalization and Localization Association. With the recent breakthrough of Neural Machine Translation (NMT) more and more people like to try this new technology. To effectively use NMT, you have to know how it works. This way you can understand what the advantages are compared to other translation methods, and…

Advent of code/testing 2016

This year I participated in the “Advent of Code” challenge. Every day two small programming questions were posted on adventofcode.com that (depending on your skill) could be solved within 30 minutes to 1-2 hours. During this challenge I tried something new: test-driven development. This post is a writedown of how this went and what I learned. During the first few challenges I noticed…

Looking back at my first datathon

In March last year I participated with a team of AI students in the first datathon (hackathon focussed on machine learning) in the Netherlands. The challenge during this hackathon was making the most out of data to improve sustainable fishing. In only 24 hours we went from no idea at all to a working prototype. Currently the world catches more…

Building a “Smart IoT bed”: part 3 of 5

Recently I finished a cool electronics project: internet connected lights under my bed. In five steps I will guide you from project to project, each time adding functionality to what we made. In the first two parts we tinkered with hardware and now have an internet connected device! This time we will create a user friendly interface: an Android app. Creating…

Explaining Google’s zero shot translation

Google announced that it can do a zero-shot translation from Korean to Japanese and from Japanese to Korean. They do this without ever training on these language pairs, and without first translating to another language. Most people I spoke to did not get why this was so interesting. In this post I will explain what this means, and what this…