Francesco Gadaleta

Data Science at Home

Cutting through AI bullsh*t

Author

Francesco Gadaleta

Category

Technology

Latest episode

Jun 23, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Rust and machine learning #4: practical tools (Ep. 110) 29.06.2020

In this episode I make a non exhaustive list of machine learning tools and frameworks, written in Rust. Not all of them are mature enough for production environments. I believe that community effort can change this very quickly. To make a comparison with the Python ecosystem I will cover frameworks for linear algebra (numpy), dataframes (pandas), off-the-shelf machine learning (scikit-learn), deep...

Rust and machine learning #3 with Alec Mocatta (Ep. 109) 22.06.2020

In the 3rd episode of Rust and machine learning I speak with Alec Mocatta. Alec is a +20 year experience professional programmer who has been spending time at the interception of distributed systems and data analytics. He's the founder of two startups in the distributed system space and author of Amadeus , an open-source framework that encourages you to write clean and reusable code that works, re...

Rust and machine learning #2 with Luca Palmieri (Ep. 108) 19.06.2020

In the second episode of Rust and Machine learning I am speaking with Luca Palmieri, who has been spending a large part of his career at the interception of machine learning and data engineering. In addition, Luca contributed to several projects closer to the machine learning community using the Rust programming language. Linfa is an ambitious project that definitely deserves the attention of the...

Rust and machine learning #1 (Ep. 107) 17.06.2020

This is the first episode of a series about the Rust programming language and the role it can play in the machine learning field. Rust is one of the most beautiful languages I have ever studied so far. I personally come from the C programming language, though for professional activities in machine learning I had to switch to the loved and hated Python language. This episode is clearly not providin...

Protecting workers with artificial intelligence (with Sandeep Pandya CEO Everguard.ai)(Ep. 106) 15.06.2020

In this episode I have a chat with Sandeep Pandya, CEO at Everguard.ai a company that uses sensor fusion, computer vision and more to provide safer working environments to workers in heavy industry. Sandeep is a senior executive who can hide the complexity of the topic with great talent.   This episode is supported by Pryml.io Pryml is an enterprise-scale platform to synthesise data and deploy app...

Compressing deep learning models: rewinding (Ep.105) 01.06.2020

As a continuation of the previous episode in this one I cover the topic about compressing deep learning models and explain another simple yet fantastic approach that can lead to much smaller models that still perform as good as the original one. Don't forget to join our Slack channel and discuss previous episodes or propose new ones. This episode is supported by Pryml.io Pryml is an enterprise-sca...

Compressing deep learning models: distillation (Ep.104) 20.05.2020

Using large deep learning models on limited hardware or edge devices is definitely prohibitive. There are methods to compress large models by orders of magnitude and maintain similar accuracy during inference. In this episode I explain one of the first methods: knowledge distillation  Come join us on Slack Reference Distilling the Knowledge in a Neural Network https://arxiv.org/abs/1503.02531 Know...

Pandemics and the risks of collecting data (Ep. 103) 08.05.2020

Codiv-19 is an emergency. True. Let's just not prepare for another emergency about privacy violation when this one is over.   Join our new Slack channel   This episode is supported by Proton. You can check them out at protonmail.com or protonvpn.com

Why average can get your predictions very wrong (ep. 102) 19.04.2020

Whenever people reason about probability of events, they have the tendency to consider average values between two extremes.  In this episode I explain why such a way of approximating is wrong and dangerous, with a numerical example. We are moving our community to Slack . See you there!    

Activate deep learning neurons faster with Dynamic RELU (ep. 101) 01.04.2020

In this episode I briefly explain the concept behind activation functions in deep learning. One of the most widely used activation function is the rectified linear unit (ReLU).  While there are several flavors of ReLU in the literature, in this episode I speak about a very interesting approach that keeps computational complexity low while improving performance quite consistently. This episode is s...

WARNING!! Neural networks can memorize secrets (ep. 100) 23.03.2020

One of the best features of neural networks and machine learning models is to memorize patterns from training data and apply those to unseen observations. That's where the magic is.  However, there are scenarios in which the same machine learning models learn patterns so well such that they can disclose some of the data they have been trained on. This phenomenon goes under the name of unintended m...

Attacks to machine learning model: inferring ownership of training data (Ep. 99) 14.03.2020

In this episode I explain a very effective technique that allows one to infer the membership of any record at hand to the (private) training dataset used to train the target model. The effectiveness of such technique is due to the fact that it works on black-box models of which there is no access to the data used for training, nor model parameters and hyperparameters. Such a scenario is very reali...

Don't be naive with data anonymization (Ep. 98) 08.03.2020

Masking, obfuscating, stripping, shuffling.  All the above techniques try to do one simple thing: keeping the data private while sharing it with third parties. Unfortunately, they are not the silver bullet to confidentiality.  All the players in the synthetic data space rely on simplistic techniques that are not secure, might not be compliant and risky for production. At pryml we do things differe...

Why sharing real data is dangerous (Ep. 97) 01.03.2020

There are very good reasons why a financial institution should never share their data. Actually, they should never even move their data. Ever. In this episode I explain you why.    

Building reproducible machine learning in production (Ep. 96) 22.02.2020

Building reproducible models is essential for all those scenarios in which the lead developer is collaborating with other team members. Reproducibility in machine learning shall not be an art, rather it should be achieved via a methodical approach.  In this episode I give a few suggestions about how to make your ML models reproducible and keep your workflow as smooth. Enjoy the show! Come visit us...

Bridging the gap between data science and data engineering: metrics (Ep. 95) 14.02.2020

Data science and data engineering are usually two different departments in organisations. Bridging the gap between the two is essential to success. Many times the brilliant applications created by data scientists don't find a match in production, just because they are not production-ready. In this episode I have a talk with Daan Gerits, co-founder and CTO at Pryml.io  

A big welcome to Pryml: faster machine learning applications to production (Ep. 94) 07.02.2020

Why so much silence? Building a company! That's why :)  I am building pryml , a platform that allows data scientists build their applications on data they cannot get access to.  This is the first of a series of episodes in which I will speak about the technology and the challenges we are facing while we build it.  Happy listening and stay tuned!

It's cold outside. Let's speak about AI winter (Ep. 93) 31.12.2019

In the last episode of 2019 I speak with Filip Piekniewski  about some of the most worth noting findings in AI and machine learning in 2019. As a matter of fact, the entire field of AI has been inflated by hype and claims that are hard to believe. A lot of the promises made a few years ago have revealed quite hard to achieve, if not impossible. Let's stay grounded and realistic on the potential of...

The dark side of AI: bias in the machine (Ep. 92) 28.12.2019

  This is the fourth and last episode of mini series "The dark side of AI". I am your host Francesco and I’m with Chiara Tonini from London. The title of today’s episode is Bias in the machine      C: Francesco, today we are starting with an infuriating discussion. Are you ready to be angry?    F: yeah sure is this about brexit?  No, I don’t talk about that. In 1986 the New York City’s Rockefeller...

The dark side of AI: metadata and the death of privacy (Ep. 91) 23.12.2019

Get in touch with us Join the discussion about data science, machine learning and artificial intelligence on our Discord server   Episode transcript We always hear the word “metadata”, usually in a sentence that goes like this   Your Honor, I swear, we were not collecting users data, just metadata.   Usually the guy saying this sentence is Zuckerberg, but could be anybody from Amazon or Google. “J...

The dark side of AI: recommend and manipulate (Ep. 90) 11.12.2019

In 2017 a research group at the University of Washington did a study on the Black Lives Matter movement on Twitter. They constructed what they call a “shared audience graph” to analyse the different groups of audiences participating in the debate, and found an alignment of the groups with the political left and political right, as well as clear alignments with groups participating in other debates...

The dark side of AI: social media and the optimization of addiction (Ep. 89) 03.12.2019

Chamath Palihapitiya, former Vice President of User Growth at Facebook, was giving a talk at Stanford University, when he said this: “I feel tremendous guilt. The short-term, dopamine-driven feedback loops that we have created are destroying how society works ”. He was referring to how social media platforms leverage our neurological build-up in the same way slot machines and cocaine do, to keep u...

More powerful deep learning with transformers (Ep. 84) (Rebroadcast) 27.11.2019

Some of the most powerful NLP models like BERT and GPT-2 have one thing in common: they all use the transformer architecture. Such architecture is built on top of another important concept already known to the community: self-attention. In this episode I explain what these mechanisms are, how they work and why they are so powerful. Don't forget to subscribe to our Newsletter  or join the discussio...

How to improve the stability of training a GAN (Ep. 88) 18.11.2019

Generative Adversarial Networks or GANs are very powerful tools to generate data. However, training a GAN is not easy. More specifically, GANs suffer of three major issues such as instability of the training procedure, mode collapse and vanishing gradients.   In this episode I not only explain the most challenging issues one would encounter while designing and training Generative Adversarial Netwo...

What if I train a neural network with random data? (with Stanisław Jastrzębski) (Ep. 87) 12.11.2019

What happens to a neural network trained with random data? Are massive neural networks just lookup tables or do they truly learn something?  Today’s episode will be about memorisation and generalisation in deep learning, with Stanislaw Jastrzębski from New York University. Stan spent two summers as a visiting student with Prof. Yoshua Bengio  and has been working on  Understanding and improving ho...

Listen to the Data Science at Home podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.