{% extends "base.html" %} {% load staticfiles %} {% block container %}

Chalearn Looking at people



Machine Learning is the science of building hardware or software that can achieve tasks by learning from examples. The examples often come as {input, output} pairs. Given new inputs a trained machine can make predictions of the unknown output.

Examples of machine learning tasks include:

We organize challenges to stimulate research in this field. The web sites of past challenges remain open for post-challenge submission as ever-going benchmarks.

News


{% if news.count > 0 %} {% for n in news %}

{{ n.title }}

{{ n.description|safe }}


{% endfor %} {% else %}

There are no news

{% endif %}
{% endblock container %}