All Articles

Quantum Mechanics Unveiled: A Comprehensive Student's Guide to the Subatomic World Shambhavi Thakur |
Explore the fascinating world of quantum mechanics, a fundamental branch of physics that describes the universe at microscopic scales. Learn about quantum particles, wave-particle duality, quantum entanglement, superposition, uncertainty principle, and quantization of energy and how they shape our understanding of the subatomic world.
Functions and Modules in Python: Writing Reusable and Organized Code Shambhavi Thakur |

Are you tired of writing the same Python code over and over again? Do you copy and paste the same lines of code from one script to another, resulting in a confusing mess of files and functions?

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.
What Is Machine Learning? Shambhavi Thakur |
In this article, we will learn what machine learning is. We will also understand how machine learning is implemented and learn about the categories into which machine learning is divided. This article sets the groundwork for subsequent articles where we will work on machine-learning projects.
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.