Skip to content

Latest commit

 

History

History
87 lines (72 loc) · 3.22 KB

examples.md

File metadata and controls

87 lines (72 loc) · 3.22 KB
layout permalink title
home
/examples/
Seldonian \| Examples
Example use cases

Here we provide example applications of the Seldonian Toolkit, separated by topic. We provide fully runnable code for many examples in Google Colab notebooks. We hope to have frequent additions to this page. At the bottom of the page, we also outline a few use cases of the toolkit that we could envision being used in industry.

<div class="container inset-box border border-dark border-2 p-3 my-2">
    <h5>Computer vision</h5>

    <ol>
        <li>
            <a href="{{ "/examples/facial_recognition/" | relative_url}}">Example: Gender bias in facial recognition</a>
        </li>
    </ol>
</div>

<div class="container inset-box border border-dark border-2 p-3 my-2">
    <h5>Natural Language Processing </h5>

    <ol>
        <li>
            <a href="{{ "/examples/lie_detection/" | relative_url}}">Example: Fairness for lie detection</a>
        </li>
    </ol>
</div>

<div class="container inset-box border border-dark border-2 p-3 my-2">
    <h5>Reinforcement learning </h5>

    <ol>
        <li>
            <a href="{{ "/examples/diabetes/" | relative_url }}">Improving type 1 diabetes treatment</a>
        </li>
    </ol>
</div>

<div class="container inset-box border border-dark border-2 p-3 my-2">
    <h5>Financial/lending </h5>

    <ol>
        <li>
            <a href="{{ "/tutorials/fair_loans_tutorial/" | relative_url}}">Fairness for Automated Loan Approval Systems</a>
        </li>
    </ol>
</div>


<div class="container inset-box border border-dark border-2 p-3 my-2">
    <h5 id="compwinners">Student competition winners </h5>
    <p> Two winners were selected from participants in the first Seldonian Toolkit student <a href="{{ "/contest/" | relative_url }}">competition</a>:  </p>

    <ol>
        <li>
            <a href="{{ "/examples/comp_winner_lacy" | relative_url }}">Fairness for Breast Cancer Recurrence Prediction</a> by Derek Lacy.
        </li>
        <li>
            <a href="{{ "/examples/comp_winner_yerawar" | relative_url }}">Fairness in Student Course Completion Based on Student Data</a> by Sahil Yerawar, Pranay Reddy, and Varad Pimpalkhute.
        </li>
    </ol>
</div>

<div class="container inset-box border border-dark border-2 p-3 my-2">
    <h5>Potential business use cases </h5>

    <ol>
        <li>
            Fairness for insurance, mortage and other lending practices that use ML
        </li>
        <li>
            Fairness for automated hiring and university admittance systems 
        </li>
        <li>
            Guaranteed low false negative rates for medical diagnostic software (such as tumor classification from x-ray images)
        </li>
        <li>
            Unbiased facial recognition software for criminal identification (e.g., from CCTV screenshots)
        </li>
    </ol>
</div>