Abhishek Sharma

Started my Data Science journey in my 2nd year of college and since then continuously into it because of the magical powers of ML and continuously doing projects in almost every domain of AI like ML, DL, CV, NLP.

MNIST Handwritten Number Recognition

MNIST Handwritten Number Recognition – using Deep Neural Networks – with source code – 2025

In today’s blog, we will be performing MNIST Handwritten Number Recognition, using Deep Neural Networks. It means that we will be actually coding a deep neural network. It is going to be a very fun project, so without any further due, Let’s do it… Step 0 – Create conda environment Step 1 – Importing required […]

MNIST Handwritten Number Recognition – using Deep Neural Networks – with source code – 2025 Read More »

topic modelling

Topic Modeling using Latent Dirichlet Allocation – easiest way – with source code – 2025

So guys in today’s blog we will see how we can perform topic modeling using Latent Dirichlet Allocation. What we do in Topic Modeling is try to club together different objects(documents in this case) on the basis of some similar words. This means that if 2 documents contain similar words, then there is a very

Topic Modeling using Latent Dirichlet Allocation – easiest way – with source code – 2025 Read More »

Monkey Breed Classification using Transfer Learning

Monkey Breed Classification using Transfer Learning – with source code – easiest code explanation – easy implementation – 2025

In today’s blog, we will be using Transfer learning to implement our today’s project which is Monkey Breed Classification. Transfer Learning is simply when we are using an already trained model for our current use case. In this case, we will be using Mobilenet, pre-trained on Imagenet. So without any further due, Let’s do it…

Monkey Breed Classification using Transfer Learning – with source code – easiest code explanation – easy implementation – 2025 Read More »

MNIST Handwritten Number Recognition with live predictor

MNIST Handwritten number recognition using Keras – with live predictor – with source code – 2025

When starting with Machine Learning, MNIST Handwritten number recognition comes as the first project in everyone’s mind because of its simplicity, abundant data, and magical results. It can also be thought of as the ‘Hello World of ML world. So, In today’s blog, we will see how to implement it. You might be thinking, everyone

MNIST Handwritten number recognition using Keras – with live predictor – with source code – 2025 Read More »

Age Detection using CNN

Age Detection using CNN with Keras – with source code – easiest way – easy implementation – 2025

So guys, in today’s blog we will be implementing Age Detection using CNN with the help of Keras. This is going to be a very fun project, So without any further due, Let’s do it… Step 1 – Import all required libraries. Step 2 – Read the input images and extract their labels. How to

Age Detection using CNN with Keras – with source code – easiest way – easy implementation – 2025 Read More »

Cats and Dogs Classifier

Cats and Dogs Classifier – easiest way – with source code – easy explanation – 2025

In today’s blog, we will be building a Cats and Dogs Classifier using Convolutional Neural Networks. This is going to be a very fun blog, so without any further due, Let’s do it… Step 1 – Importing required libraries for Cats and Dogs Classifier. Step 2 – Initializing some constants. Step 3 – Loading input

Cats and Dogs Classifier – easiest way – with source code – easy explanation – 2025 Read More »

Scroll to Top