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: 21 Apr, 2025

Loss Functions and optimizers and its type?

With modelling, there’s a particular goal that the model needs to achieve. It’s just as important to achieve the best...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 21 Apr, 2025

Python functions, Parameters, Arguments, args and kwargs

Python functions A function is a construct that helps us perform some action using a block of code (the body...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

List comprehensions, break-continue, exception handling in Python

As we have learned for loop to walk through a sequence, and do something with each item, at least read...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Top 40 Data Science Interview Questions and Answers

1 – What is F1 score? F1 score is a measure of the accuracy of a model. It is defined...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

What is histogram equalizer? How does it work?

Histogram Equalizer is a computer vision technique that adjusts the luminosity levels of an image to make it more visually...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

The Future of AI & How It will Transform the World?

The future of AI technology is bright. It will affect our lives in many ways and it will change the...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Machine Learning Interview questions Part -3

1 – Explain the difference between Variance and R squared error? Variance is a statistical measure of the dispersion of...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

How to Convert text into features?

In this chapter, we’re going to cover introductory to advanced feature engineering (text to features) styles. By the end of...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Image processing using Machine Learning

We begin this chapter by examining a number of of the foremost image process algorithmic rule, then march on to...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Advance image processing using OpenCV

Blending two images Suppose you have two images and you want to blend them so that features of both images...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Image processing with Scikit-image

Scikit image is a module that is used to do introductory image processing. Before we start let’s look at the description of...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

How to use if else, while and for loops in python?

The if and else clause are used to structure our code with checks for conditions. The if statement is followed...

Read More β†’