Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.83 KB

research_areas.md

File metadata and controls

42 lines (38 loc) · 1.83 KB
layout title
page
Research

Fundamental research thrusts in the lab span theory and algorithms that aim to address the limitations of AI in practice.

Here at the lab, we believe that the most useful concepts in AI and ML reveal themselves through constant exposure to domain-specific challenges and constraints. It is these limitations that force us to get creative and think about how to address the hurdles that stand in the way of widespread adoption of AI technology. Our goal is to assuage these pain points to best meet the needs of potential users of AI technology, 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 our research.

{% for slide in site.research %}

{{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 %}