Back to all categories

Category: Deep Learning

Predicting the Year a Song was Released [PyTorch] Shambhavi Thakur |
In this article, we will first learn about a few distinguishing features of PyTorch. Next, we will use PyTorch to build a deep-learning model that can predict the year a song was released.
Classifying Images Using Pretrained TensorFlow Models Shambhavi Thakur |

Welcome to the first project in the Mastering Deep Learning Through Projects series. In this project, we will use pretrained TensorFlow models to classify images. Our goal is to understand how to use pretrained models and compare their accuracies.

What Is Deep Learning? Shambhavi Thakur |
In this article, we will understand what deep learning is and get an overview of how it is implemented. This article sets the groundwork for subsequent articles where we will work on deep-learning projects.