Gwenn Englebienne


Contact Information

Dr Gwenn Englebienne
University of Amsterdam FNWI
Science Park 107
1098XG Amsterdam

Tel: +31 20 525 7564
email: G dot Englebienne at uva dot nl


Research Interests

I am interested in Machine Learning in general and Bayesian probabilistic modelling in particular. I am fascinated by how to represent knowledge, manipulate it, and act on it — and how our endeavour to let machines do this tells us something about ourselves. The main focus of my work is on approximative inference in the case of complex models, very large datasets, deep architectures, computer vision, etc.

Projects

I have been, or am currently working on the following projects:
NICCAS
This project focusses on tracking people with widely distributed camera's. It is a cooperation between the UvA and Eaglevision.
COGNIRON:
Within the context of the COGNIRON project we have aimed to achieve automatic, non intrusive monitoring of the health state of elderly people, by analysing patterns in simple binary sensor data (such as binary sensors on doors, electric appliances, etc.

Teaching

I teach the Machine Learning: Pattern Recognition master's course at the UvA. This is a 6-credit compulsory course for AI master's students, which provides an intruduction to Machine Learning and Pattern Recognition, with a focus on probabilistic modelling. Subjects covered include Neural Networks, parametric and non-parametric modelling, Graphical Models, Bayesian inference, etc.

Students

I am co-supervising the following PhD students at the moment:

Academic Efforts

Publications

2009 2008 2007

Reviewing activities

I have been reviewing papers for the Machine Learning and Pattern analysis and Machine Intelligence journals, as well as various conferences.

Other things

A short CV can be found here. In brief, I started off as an Engineer in Electronics, worked for a few year as an embedded software developer, did another masters in computer science at the University of Manchester where I stayed on for a Ph.D. under the supervision of Magnus Rattray and Tim Cootes. I am now a postdoc researcher in the Intelligent Autonomous Systems (IAS) group at the University of Amsterdam.

GPLed code

RPC, the reverse polish notation calculator

This program was written to scratch a long-standing itch of mine, namely that I couldn't find a decent simple calculator for Linux. I've tried a few, and all had aspects I didn't want to live with. (Some require the use of a mouse to access certain functions, some don't allow the easy re-use of the result of the last calculation you did, some don't have undo/redo functionality, etc.) So in the end I wrote this.

It's a console-based, very light-weight calculator using the reverse polish notation for its input, providing a history of the calculations leading up to the latest result, with infinite undo/redo stack, and with edit history.

It's far from perfect and in fact I don't think it's very likely to be liked... But it sucks less than any other simple calculator program out there, including even 'bc -l'. ;-)

The source code of the latest version (0.5.3) is available here [tar.gz][tar.bz2]