I am a graduate from the Artificial Intelligence Master's programme at the University of Amsterdam. Over the years I have developed an interest in understanding the nature of intelligence, whether it be by learning about the human mind or by bringing complex behaviour in machines to life.

My passions revolve around science, technology, and philosophy. One of my favourite experiences in life is that of having my world-view changed after being exposed to new ideas. Through this website, I hope to inspire readers to learn more about these topics, the same way my peers and teachers inspire me.

- LinkedIn
- GitHub
- FaceBook

Projects


Exploration through curiosity in reinforcement learning

Curiosity allows us to explore our environment and learn new skills. This idea has been investigated in the context of reinforcement learning in the past to create broader exploration strategies. An agent self-generates intrinsic rewards that aim to represent the novelty of the input its senses are currently perceiving. The key to this approach is learning a mental model of the environment and trying to prioritize exploring regions that are currently hard to understand.

In my Master's thesis, I investigated different approaches to structuring an agent's abstract representation of the environment. Introducing structure based on temporal correlations allows for more intuitive exploration behaviour.

Investigating how state representations affect learning in reinforcement learning

We are at a point in time where machines are capable of learning how to interact with the world around them. Developments in deep learning have allowed such agents to develop complex behaviours directly from raw visual perception. However, designing optimal input representations for these agents is a non-trivial task. Some of these might require layers of abstract representations to be learned before any meaningful behavior emerges, while others provide the agent with more direct access to relevant information for the task at hand.

I investigated this topic during my Bachelor's thesis, which later developed into a publication paper at ICAART 2019.

Improving brain vessel segmentation in stroke patients

When someone has a stroke a CT scan is performed to determine the extent of the damage inflicted to the brain tissue. Deep learning applications have proven to perform this task in seconds, rather than minutes/hours in human experts. However, data in medical applications is scarce, limiting the potential of such approaches.

During this internship, I managed to create an algorithm that generates realistic vessel structures. These can be used to create synthetic data that increases the amount of available training examples, and in turn, improve the performance of the trained algorithms. A whole discussion on this can be found on the paper I wrote on the topic.

Applying optimization techniques to the energy market

It is occasionally the case that there is a surplus of renewable energy. In such situations turbines have to be temporarily shut down due to the lack in demand. Having accurate forecasts on energy production is only part of the solution to such issues. Ideally, a dynamic market should adjust pricing so as to maximize the amount of renewable energy being used. This is however not a trivial problem, as renewable sources have the downside of being unpredictable.

During this project, we worked on applying reinforcement learning algorithms to energy load balancing tasks. Our hopes are that developing such technologies will allow for more efficient markets.