python 3

Data Science Python

Jan van der Vegt takes us on a walk through the isolation forest

This video is from PyData. Anomaly detection can help with fraud detection, predictive maintenance and cyber security cases amongst others. Next to this it can help on a meta level for other machine learning projects by detecting outliers during training or inference. One of the approaches to anomaly detection is called Isolation Forests. In this […]

Read More
Data Science Python

Thomas Bierhance: Polars – make the switch to lightning-fast dataframes

In this talk from PyData, get a report on our experiences switching from Pandas to Polars in a real-world ML project. Polars is a new high-performance dataframe library for Python based on Apache Arrow and written in Rust. We will compare the performance of polars with the popular pandas library, and show how polars can […]

Read More
Natural Language Processing

Discovering Inspirational Insights in Motivational Sports Speeches Using Data Science

PyData presents this talk on Discovering Inspirational Insights in Motivational Sports Speeches Using Data Science. nspirational sports speeches have motivated and reinvigorated folks for years. Whether you’re a developer or an athlete, they’ve withstood the journey because even the smartest, the bravest, and the most resilient need some encouragement on occasion. During our time together, […]

Read More
Python Quantum Computing

Grover’s Quantum Search for Data Science and Why should we Care

Tigran Sedrakyan on Grover’s Quantum Search for Data Science and Why should we Care Among the most prominent achievements of the quantum computing field is an algorithm known as Grover’s quantum search. This talk focuses on Grover’s algorithm and its applications to machine learning routines. Prior knowledge required is a basic understanding of linear algebra and […]

Read More
Python

James Powell: So you want to be a Python expert?

Here is James Powell explaining what it takes to be a Python expert.

Read More
AI

A Subset-Based Strategy for Faster AutoML

Teddy Lazebnik, CTO@DataClue recently presented this talk at PyData Tel Aviv. Automated machine AutoML learning frameworks have become important tools in the data scientists’ arsenal. However, when the dataset is large, the overall AutoML running times become increasingly high. In this lecture, we present AutoML optimization strategy that tackles the data size, rather than configuration […]

Read More
AI

Why you Should Care about Data-Centric AI

From PyData London 2022 Marysia Winkels presents: “Models Schm-odels: Why You Should Care About Data-Centric AI” Data Centric AI is the term coined by AI pioneer Andrew Ng for the movement that argues we shift our focus towards iterating on our data instead of models to improve machine learning predictions. But isn’t this what we […]

Read More
AI Natural Language Processing Speech and Voice

Audio Neural Networks without Ground Truth: Avoid Humans in the Loop

From the PyData London 2022 conference Orian Sharoni speaks about Audio Neural Networks without Ground Truth: How to Avoid Humans in the Loop at all Costs. Manual listening tests are great but they’re time consuming, mission specific and expensive. We all want good quality automated testing measurements to better our algorithms but can we truly get […]

Read More