Synopsis
Data Skeptic is a data science podcast exploring machine learning, statistics, artificial intelligence, and other data topics through short tutorials and interviews with domain experts.
Episodes
-
-
Interpretability Tooling
13/03/2020 Duration: 42minPramit Choudhary joins us to talk about the methodologies and tools used to assist with model interpretability.
-
Shapley Values
06/03/2020 Duration: 20minKyle and Linhda discuss how Shapley Values might be a good tool for determining what makes the cut for a home renovation.
-
Anchors as Explanations
28/02/2020 Duration: 37minWe welcome back Marco Tulio Ribeiro to discuss research he has done since our original discussion on LIME. In particular, we ask the question Are Red Roses Red? and discuss how Anchors provide high precision model-agnostic explanations. Please take our listener survey.
-
-
Adversarial Explanations
14/02/2020 Duration: 36minWalt Woods joins us to discuss his paper Adversarial Explanations for Understanding Image Classification Decisions and Improved Neural Network Robustness with co-authors Jack Chen and Christof Teuscher.
-
ObjectNet
07/02/2020 Duration: 38minAndrei Barbu joins us to discuss ObjectNet - a new kind of vision dataset. In contrast to ImageNet, ObjectNet seeks to provide images that are more representative of the types of images an autonomous machine is likely to encounter in the real world. Collecting a dataset in this way required careful use of Mechanical Turk to get Turkers to provide a corpus of images that removes some of the bias found in ImageNet. http://0xab.com/
-
Visualization and Interpretability
31/01/2020 Duration: 35minEnrico Bertini joins us to discuss how data visualization can be used to help make machine learning more interpretable and explainable. Find out more about Enrico at http://enrico.bertini.io/. More from Enrico with co-host Moritz Stefaner on the Data Stories podcast!
-
Interpretable One Shot Learning
26/01/2020 Duration: 30minWe welcome Su Wang back to Data Skeptic to discuss the paper Distributional modeling on a diet: One-shot word learning from text only.
-
Fooling Computer Vision
22/01/2020 Duration: 25minWiebe van Ranst joins us to talk about a project in which specially designed printed images can fool a computer vision system, preventing it from identifying a person. Their attack targets the popular YOLO2 pre-trained image recognition model, and thus, is likely to be widely applicable.
-
Algorithmic Fairness
14/01/2020 Duration: 42minThis episode includes an interview with Aaron Roth author of The Ethical Algorithm.
-
Interpretability
07/01/2020 Duration: 32minInterpretability Machine learning has shown a rapid expansion into every sector and industry. With increasing reliance on models and increasing stakes for the decisions of models, questions of how models actually work are becoming increasingly important to ask. Welcome to Data Skeptic Interpretability. In this episode, Kyle interviews Christoph Molnar about his book Interpretable Machine Learning. Thanks to our sponsor, the Gartner Data & Analytics Summit going on in Grapevine, TX on March 23 – 26, 2020. Use discount code: dataskeptic. Music Our new theme song is #5 by Big D and the Kids Table. Incidental music by Tanuki Suit Riot.
-
-
The Limits of NLP
24/12/2019 Duration: 29minWe are joined by Colin Raffel to discuss the paper "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer".
-
Jumpstart Your ML Project
15/12/2019 Duration: 20minSeth Juarez joins us to discuss the toolbox of options available to a data scientist to jumpstart or extend their machine learning efforts.
-
Serverless NLP Model Training
10/12/2019 Duration: 29minAlex Reeves joins us to discuss some of the challenges around building a serverless, scalable, generic machine learning pipeline. The is a technical deep dive on architecting solutions and a discussion of some of the design choices made.
-
Team Data Science Process
03/12/2019 Duration: 41minBuck Woody joins Kyle to share experiences from the field and the application of the Team Data Science Process - a popular six-phase workflow for doing data science.
-
Ancient Text Restoration
01/12/2019 Duration: 41minThea Sommerschield joins us this week to discuss the development of Pythia - a machine learning model trained to assist in the reconstruction of ancient language text.
-
Annotator Bias
23/11/2019 Duration: 25minThe modern deep learning approaches to natural language processing are voracious in their demands for large corpora to train on. Folk wisdom estimates used to be around 100k documents were required for effective training. The availability of broadly trained, general-purpose models like BERT has made it possible to do transfer learning to achieve novel results on much smaller corpora. Thanks to these advancements, an NLP researcher might get value out of fewer examples since they can use the transfer learning to get a head start and focus on learning the nuances of the language specifically relevant to the task at hand. Thus, small specialized corpora are both useful and practical to create. In this episode, Kyle speaks with Mor Geva, lead author on the recent paper Are We Modeling the Task or the Annotator? An Investigation of Annotator Bias in Natural Language Understanding Datasets, which explores some unintended consequences of the typical procedure followed for generating corpora. Source code for the p