Master Generative AI
One Article at a Time

Explore hands-on tutorials, deep dives, and expert insights in generative AI, machine learning, and creative coding — simplified for real-world impact.

Latest Articles

Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

End to End Project Multiple Disease Detection using ML

Project 1: Heart Disease Detection Machine Learning is used across numerous spheres around the world. The healthcare industry is no...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Arrays Functions and Functional Programming in Python

This post is dedicated to some of the commonly used numpy function to do with arrays in python. 1 –...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Array Methods in Python

Arrays are used to store multiple values in one single variable. Array can be handled in Python by a module...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

K-nearest Neighbor for Machine Learning

Analogy behind KNN: tell me about your friend (who your neighbors are) and I will tell you who you are....

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Decision Tree for Machine Learning

Tree based algorithms are a popular family of related non-parametric and supervised methods for both classification and regression. The decision...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

End to End Project Laptop Price Prediction using Machine Learning

Machine learning relies on AI to predict the future based on past data. If you’re a data science enthusiast or...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Logistic Regression for Machine Learning

Logistic Regression is one of the most used Machine learning algorithms among industries and academia. It is a supervised learning...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Uber Data Analysis Project using Python

Uber is a company based in San Francisco that handles over 118 million users and 5 million drivers, making it...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Date-Time Module in Python

The data-time is a built-in module supplies classes for manipulating dates and times. datetime.now use the now() method to access...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Sales Analysis Project using Python

In this post, I use Python, Pandas & Matplotlib to analyze and answer business questions about 12 months worth of...

Read More →
Placeholder
Naveen 📅 Last Updated: 21 Apr, 2025

Multiple Constructors in Python

Multiple constructors are required when we want to have a different behavior of an object to perform the different actions...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Zomato Data Analysis Project using Python

Zomato is one of the most useful apps for foodies who want to taste the best cuisines of every part...

Read More →