Deci AI presents

The Deep Learning Podcast

Discover the stories, challenges, and innovations that are shaping the future of AI from some of the brightest minds in research, application, and industry. The Deep Learning Podcast, powered by Deci, talks about all things deep learning—from computer vision to generative AI.

Subscribe on

Latest Episode

The Deep Learning Podcast
The Deep Learning Podcast
Harnessing AI Agents with Abi Aryan
Loading
/

Recent Episodes

Harnessing AI Agents with Abi Aryan

Harnessing AI Agents with Abi Aryan

Discover how large language models are revolutionizing industries like e-commerce, insurance, media, and entertainment

Listen →
Deep Learning, Computer Vision, and More with Eugene Khvedchenia

Deep Learning, Computer Vision, and More with Eugene Khvedchenia

Deep dive into machine learning, software development, and deep learning with a Kaggle Master

Listen →
Graph Neural Networks with Kyle Kranen

Graph Neural Networks with Kyle Kranen

Understand graph neural networks and overcome challenges in handling complex relationships within data

Listen →
Music Generation Using AI with Dr. Tristan Behrens

Music Generation Using AI with Dr. Tristan Behrens

Dive into the intriguing world of creativity driven by AI

Listen →
Machine Learning Interpretability with Serg Masis

Machine Learning Interpretability with Serg Masis

Discover insights into machine learning interpretability and its role in responsible and effective AI applications

Listen →
Reinforcement Learning with Susan Shu Chang

Reinforcement Learning with Susan Shu Chang

Delve into the practical applications of reinforcement learning in real-world scenarios

Listen →
Model Deployment, Search, and Career with Mark Moyou 

Model Deployment, Search, and Career with Mark Moyou 

Navigate the complexities of transitioning from research to real-world applications

Listen →
Deep Learning for Structured Data with Mark Ryan

Deep Learning for Structured Data with Mark Ryan

Dive into deep learning techniques for tabular data, exploring the challenges, possibilities, and real-world applications

Listen →

Join the Deep Learning Daily
Community on Discord​

The Deep Learning Daily Discord community is a dedicated space for meeting deep learning experts. Here you can ask and answer questions, have open-ended conversations and stay up to date on everything deep learning.

Share
Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")

model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")