Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 1.72 KB

application_areas.md

File metadata and controls

39 lines (37 loc) · 1.72 KB
layout title
page
Application Areas

At the Auton Lab, we believe that the most useful concepts in AI and ML reveal themselves through frequent exposure to domain-specific challenges and constraints. It is these limitations that motivate us to engage creatively and think about how to address the hurdles that stand in the way of widespread, beneficial adoption of AI technology. Our goal is to assuage these pain points to best meet the needs of potential users of AI, whether they be subject matter experts, developers of AI systems, or general users. To get a flavor for the type of work happening at the lab, here is a selection of five broad application areas where we are applying and proving our research.

{% for slide in site.applications %}

{{slide.title}}

{{slide.title}}


{{slide.summary}}

Highlighted Work

{% for pro in slide.projects %} {% assign rem = forloop.index | modulo: 2 %} {% if rem == 1 %}
{% else %}
{% endif %}
{{pro.name}}
{% if pro.image %}
{{pro.name}}
{% endif %}
{{pro.blurb}}
{% endfor %}
 
{% endfor %}