| title | DataTalks.Club Podcast |
|---|---|
| description | DataTalks.Club weekly podcast episodes with data science experts, ML engineers, and AI researchers. Listen on Apple Podcasts, Spotify, YouTube. |
| image | images/cover.jpg |
| layout | page |
Listen to conversations with data science experts, machine learning practitioners, and AI researchers. Subscribe to stay updated with the latest episodes.
{% assign all_seasons = site.podcast | map: 'season' | uniq | sort | reverse %}
Register for upcoming podcast events in events.
{% for season_num in all_seasons %} {% assign season_episodes = site.podcast | where: 'season', season_num | sort: 'episode' | reverse %}
-
{% for episode in season_episodes %}
- {{ episode.title }} with {% include authors.html authors=episode.guests %} {% endfor %}