-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add videos page to community section (#18)
* add videos page to community section
- Loading branch information
Showing
6 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: PyWhy Causality in Practice | ||
slug: pywhy-video | ||
layout: page | ||
description: >- | ||
PyWhy community Discord and meeting schedule. | ||
summary: >- | ||
PyWhy Causality in Practice is a new talk series focusing on causality and machine learning, especially from a practical perspective. We'll have tutorials and presentations about PyWhy libraries but also talks by external speakers working on causal inference. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: LLMs for causal inference | ||
slug: pywhy-video | ||
layout: page | ||
description: >- | ||
PyWhy Causality in Practice - LLMs for causal inference | ||
summary: >- | ||
Emre Kiciman, Senior Principal Researcher at Microsoft, talks about pywhy-llm, a new experimental library that focuses on using large language models for causality. | ||
<br> | ||
<br> | ||
<iframe width="800" height="450" src="https://www.youtube.com/embed/1D5P7RVhHFU?si=LfA2XXHIhlsxJDBD" | ||
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; | ||
clipboard-write; encrypted-media; gyroscope; picture-in-picture; | ||
web-share" allowfullscreen></iframe> | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: page | ||
permalink: community/videos.html | ||
--- | ||
|
||
{% include articles.html collection="community_videos" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
--- | ||
layout: page | ||
permalink: community/discord.html | ||
redirect_from: community.html | ||
--- | ||
|
||
{% include articles.html collection="community" %} |