Skip to content

Adding myself as a speaker -- sorry this was late! #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/speakers/matthew-beatty.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,18 +327,18 @@ <h1 class="has-text-centered">Speakers</h1>
</div>

<div class="column is-one-third">
<div class="card" id="jules-damji">
<div class="card" id="matthew-beatty">
<div class="card-image">
<figure class="image is-square">
<img src="images/speakers/jules-damji.png" alt="Jules S. Damji">
<img src="images/speakers/matthew-beatty.jpg" alt="Matt Beatty">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Jules S. Damji</p>
<p class="subtitle is-6"><a href="https://twitter.com/2twitme">@2twitme, Databricks</a></p>
<p class="subtitle is-6"><a href="schedule.html#abstract-jules-damji"><em>MLflow: Infrastructure for a Complete Machine Learning Life Cycle</em></a></p>
<p class="title is-4">Matt Beatty</p>
<p class="subtitle is-6"><a href="https://twitter.com/2twitme">@beatty_mg</a></p>
<p class="subtitle is-6"><a href="schedule.html#abstract-matthew-beatty"><em>Data Bias Lessons from Learning to Detect the Spread of Hate Speech Online</em></a></p>
</div>
</div>
</div>
Expand Down
20 changes: 9 additions & 11 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h1 id="tuesday" class="has-text-centered">Tuesday 4/30</h1>

<div class="columns">
<div class="column is-narrow schedule-time">11:30am</div>
<div class="column" id="jules-damji"><strong><a href="schedule.html#abstract-jules-damji">Jules S. Damji &dash; MLflow: Infrastructure for a Complete Machine Learning Life Cycle</a></strong></div>
<div class="column" id="matthew-beatty"><strong><a href="schedule.html#abstract-matthew-beatty">Matt Beatty &dash; Data Bias Lessons from Learning to Detect the Spread of Hate Speech Online</a></strong></div>
</div>

<div class="columns">
Expand Down Expand Up @@ -1142,31 +1142,29 @@ <h5><a href="schedule.html#hannes-hapke"><em>Tuesday, 4/30 @ 10:45am</em></a></h
<hr/>
<div class="columns">
<div class="column is-one-third">
<div class="card" id="abstract-jules-damji">
<div class="card" id="abstract-matthew-beatty">
<div class="card-image">
<figure class="image is-square">
<img src="images/speakers/jules-damji.png" alt="Jules S. Damji">
<img src="images/speakers/matthew-beatty.jpg" alt="Matt Beatty">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Jules S. Damji</p>
<p class="subtitle is-6"><a href="https://twitter.com/2twitme">@2twitme, Databricks</a></p>
<p class="title is-4">Matt Beatty</p>
<p class="subtitle is-6"><a href="https://twitter.com/2twitme">@beatty_mg</a></p>
</div>
</div>
</div>
</div>
</div>

<div class="column is-two-thirds">
<h3><a href="schedule.html#jules-damji"><em>MLflow: Infrastructure for a Complete Machine Learning Life Cycle</em></a></h3>
<h5><a href="schedule.html#jules-damji"><em>Tuesday, 4/30 @ 11:30am</em></a></h5>
<p>ML development brings many new complexities beyond the traditional software development lifecycle. Unlike in traditional software development, ML developers want to try multiple algorithms, tools, and parameters to get the best results, and they need to track this information to reproduce work. In addition, developers need to use many distinct systems to productionize models. To address these problems, many companies are building custom “ML platforms” that automate this lifecycle, but even these platforms are limited to a few supported algorithms and to each company’s internal infrastructure.</p>
<h3><a href="schedule.html#matthew-beatty"><em>Data Bias Lessons from Learning to Detect the Spread of Hate Speech Online</em></a></h3>
<h5><a href="schedule.html#matthew-beatty"><em>Tuesday, 4/30 @ 11:30am</em></a></h5>
<p>Machine learning is one of the most important trends in tech today, but several applications cause concern, such as its potential impact on employment or its use for purposes that we might consider unethical. Another, and the topic of this talk, is the problem of machine bias. 'Machine Bias’ means that a machine learning model might find the wrong patterns, because if the sample training data isn’t representative, the output won’t be either. Meanwhile, the mechanics of ML might make this hard to spot. The most obvious and immediately concerning place that this issue can come up is in human diversity, and there are plenty of reasons why data about people might come with embedded biases.</p>

<p>In this session, we introduce <a href="mlflow.org">MLflow</a>, a new open source project from Databricks that aims to design an open ML platform where organizations can use any ML library and development tool of their choice to reliably build and share ML applications. MLflow introduces simple abstractions to package reproducible projects, track results, and encapsulate models that can be used with many existing tools, accelerating the ML lifecycle for organizations of any size.</p>

<p>With a short demo, you see a complete ML model life-cycle example, you will walk away with: MLflow concepts and abstractions for models, experiments, and projects How to get started with MLFlow Using tracking Python APIs during model training Using MLflow UI to visually compare and contrast experimental runs with different tuning parameters and evaluate metrics.</p>
<p>This talk will explore data bias issues in the speaker's research on detecting the spread of hate speech online. You will learn about a topical application of machine learning techniques to classify different types of hand-labeled content online and will learn how to recognize and handle issues with biased data affecting your model's results.</p>
</div>
</div>

Expand Down