Francesco <frag> Gadaleta

Data Science at Home

Artificial Intelligence, Machine Learning, Algorithms. Hype not included. datascienceathome.substack.com

Author

Francesco <frag> Gadaleta

Category

Technology

Latest episode

Jan 11, 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

[RB] Complex video analysis made easy with Videoflow (Ep. 75) 29.08.2019

In this episode I am with Jadiel de Armas, senior software engineer at Disney and author of Videflow, a Python framework that facilitates the quick development of complex video analysis applications and other series-processing based applications in a multiprocessing environment.  I have inspected the videoflow repo on Github and some of the capabilities of this framework and I must say that it’s r...

[RB] Validate neural networks without data with Dr. Charles Martin (Ep. 74) 27.08.2019

In this episode, I am with Dr. Charles Martin from Calculation Consulting a machine learning and data science consulting company based in San Francisco. We speak about the nuts and bolts of deep neural networks and some impressive findings about the way they work.  The questions that Charles answers in the show are essentially two: Why is regularisation in deep learning seemingly quite different t...

How to cluster tabular data with Markov Clustering (Ep. 73) 20.08.2019

In this episode I explain how a community detection algorithm known as Markov clustering can be constructed by combining simple concepts like random walks, graphs, similarity matrix. Moreover, I highlight how one can build a similarity graph and then run a community detection algorithm on such graph to find clusters in tabular data. You can find a simple hands-on code snippet to play with on the A...

Waterfall or Agile? The best methodology for AI and machine learning (Ep. 72) 14.08.2019

The two most widely considered software development models in modern project management are, without any doubt, the Waterfall Methodology and the Agile Methodology. In this episode I make a comparison between the two and explain what I believe is the best choice for your machine learning project. An interesting post to read (mentioned in the episode) is How businesses can scale Artificial Intellig...

Training neural networks faster without GPU (Ep. 71) 06.08.2019

Training neural networks faster usually involves the usage of powerful GPUs. In this episode I explain an interesting method from a group of researchers from Google Brain, who can train neural networks faster by squeezing the hardware to their needs and making the training pipeline more dense. Enjoy the show!   References Faster Neural Network Training with Data Echoing https://arxiv.org/abs/1907....

Validate neural networks without data with Dr. Charles Martin (Ep. 70) 23.07.2019

In this episode, I am with Dr. Charles Martin from Calculation Consulting a machine learning and data science consulting company based in San Francisco. We speak about the nuts and bolts of deep neural networks and some impressive findings about the way they work.  The questions that Charles answers in the show are essentially two: Why is regularisation in deep learning seemingly quite different t...

Complex video analysis made easy with Videoflow (Ep. 69) 16.07.2019

In this episode I am with Jadiel de Armas, senior software engineer at Disney and author of Videflow, a Python framework that facilitates the quick development of complex video analysis applications and other series-processing based applications in a multiprocessing environment.  I have inspected the videoflow repo on Github and some of the capabilities of this framework and I must say that it’s r...

Episode 68: AI and the future of banking with Chris Skinner [RB] 09.07.2019

In this episode I have a wonderful conversation with Chris Skinner. Chris and I recently got in touch at The banking scene 2019, fintech conference recently held in Brussels. During that conference he talked as a real trouble maker - that’s how he defines himself - saying that “People are not educated with loans, credit, money” and that “Banks are failing at digital”. After I got my hands on his l...

Episode 67: Classic Computer Science Problems in Python 02.07.2019

Today I am with David Kopec, author of Classic Computer Science Problems in Python, published by Manning Publications. His book deepens your knowledge of problem solving techniques from the realm of computer science by challenging you with interesting and realistic scenarios, exercises, and of course algorithms. There are examples in the major topics any data scientist should be familiar with, for...

Episode 66: More intelligent machines with self-supervised learning 25.06.2019

In this episode I talk about a new paradigm of learning, which can be found a bit blurry and not really different from the other methods we know of, such as supervised and unsupervised learning. The method I introduce here is called self-supervised learning. Enjoy the show!   Don't forget to subscribe to our Newsletter at  amethix.com  and get the latest updates in AI and machine learning. We do n...

Episode 65: AI knows biology. Or does it? 23.06.2019

The successes of deep learning for text analytics, also introduced in a recent post about sentiment analysis and published here are undeniable. Many other tasks in NLP have also benefitted from the superiority of deep learning methods over more traditional approaches. Such extraordinary results have also been possible due to the neural network approach to learn meaningful character and word embedd...

Episode 64: Get the best shot at NLP sentiment analysis 14.06.2019

The rapid diffusion of social media like Facebook and Twitter, and the massive use of different types of forums like Reddit, Quora, etc., is producing an impressive amount of text data every day.  There is one specific activity that many business owners have been contemplating over the last five years, that is identifying the social sentiment of their brand, by analysing the conversations of their...

Episode 63: Financial time series and machine learning 04.06.2019

In this episode I speak to Alexandr Honchar, data scientist and owner of blog  https://medium.com/@alexrachnog Alexandr has written very interesting posts about time series analysis for financial data. His blog is in my personal list of best tutorial blogs. We discuss about financial time series and machine learning, what makes predicting the price of stocks a very challenging task and why machine...

Episode 62: AI and the future of banking with Chris Skinner 28.05.2019

In this episode I have a wonderful conversation with Chris Skinner. Chris and I recently got in touch at The banking scene 2019, fintech conference recently held in Brussels. During that conference he talked as a real trouble maker - that’s how he defines himself - saying that “People are not educated with loans, credit, money” and that “Banks are failing at digital”. After I got my hands on his l...

Episode 61: The 4 best use cases of entropy in machine learning 21.05.2019

It all starts from physics. The entropy of an isolated system never decreases… Everyone at school, at some point of his life, learned this in his physics class. What does this have to do with machine learning? To find out, listen to the show.   References Entropy in machine learning  https://amethix.com/entropy-in-machine-learning/ This is a public episode. If you would like to discuss this with o...

Episode 60: Predicting your mouse click (and a crash course in deeplearning) 16.05.2019

Deep learning is the future. Get a crash course on deep learning. Now! In this episode I speak to Oliver Zeigermann, author of Deep Learning Crash Course published by Manning Publications at  https://www.manning.com/livevideo/deep-learning-crash-course Oliver (Twitter:  @DJCordhose ) is a veteran of neural networks and machine learning. In addition to the course - that teaches you concepts from pr...

Episode 59: How to fool a smart camera with deep learning 07.05.2019

In this episode I met three crazy researchers from KULeuven (Belgium) who found a method to fool surveillance cameras and stay hidden just by holding a special t-shirt. We discussed about the technique they used and some consequences of their findings. They published their paper on Arxiv and made their source code available at  https://gitlab.com/EAVISE/adversarial-yolo Enjoy the show!   Reference...

Episode 58: There is physics in deep learning! 30.04.2019

There is a connection between gradient descent based optimizers and the dynamics of damped harmonic oscillators. What does that mean? We now have a better theory for optimization algorithms. In this episode I explain how all this works. All the formulas I mention in the episode can be found in the post  The physics of optimization algorithms Enjoy the show.   This is a public episode. If you would...

Episode 57: Neural networks with infinite layers 23.04.2019

How are differential equations related to neural networks? What are the benefits of re-thinking neural network as a differential equation engine? In this episode we explain all this and we provide some material that is worth learning. Enjoy the show!   Residual Block     References [1] K. He, et al., “Deep Residual Learning for Image Recognition”, 2016 IEEE Conference on Computer Vision and Patter...

Episode 56: The graph network 16.04.2019

Since the beginning of AI in the 1950s and until the 1980s, symbolic AI approaches have dominated the field. These approaches, also known as expert systems, used mathematical symbols to represent objects and the relationship between them, in order to depict the extensive knowledge bases built by humans. The opposite of the symbolic AI paradigm is named connectionism, which is behind the machine le...

Episode 55: Beyond deep learning 09.04.2019

The successes that deep learning systems have achieved in the last decade in all kinds of domains are unquestionable. Self-driving cars, skin cancer diagnostics, movie and song recommendations, language translation, automatic video surveillance, digital assistants represent just a few examples of the ongoing revolution that affects or is going to disrupt soon our everyday life. But all that glitte...

Episode 54: Reproducible machine learning 09.03.2019

In this episode I speak about how important reproducible machine learning pipelines are. When you are collaborating with diverse teams, several tasks will be distributed among different individuals. Everyone will have good reasons to change parts of your pipeline, leading to confusion and definitely a number of options that soon explode. In all those cases, tracking data and code is extremely help...

Episode 53: Estimating uncertainty with neural networks 23.01.2019

Have you ever wanted to get an estimate of the uncertainty of your neural network? Clearly Bayesian modelling provides a solid framework to estimate uncertainty by design. However, there are many realistic cases in which Bayesian sampling is not really an option and ensemble models can play a role. In this episode I describe a simple yet effective way to estimate uncertainty, without changing your...

Episode 52: why do machine learning models fail? [RB] 17.01.2019

The success of a machine learning model depends on several factors and events. True generalization to data that the model has never seen before is more a chimera than a reality. But under specific conditions a well trained machine learning model can generalize well and perform with testing accuracy that is similar to the one performed during training. In this episode I explain when and why machine...

Episode 51: Decentralized machine learning in the data marketplace (part 2) 08.01.2019

In this episode I am completing the explanation about the integration fitchain-oceanprotocol that allows secure on-premise compute to operate in the decentralized data marketplace designed by Ocean Protocol . As mentioned in the show, this is a picture that provides a 10000-feet view of the integration.     I hope you enjoy the show! This is a public episode. If you would like to discuss this with...

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.