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

OOPs in Python

Object-oriented programming (OOP) is a programming paradigm based on the concept of objects which contains data or attributes and code...

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

Computer Vision for Beginners – Part 5

What is Edge detection? Edge detection is a computer vision technique that uses the edges of an image to find...

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

Computer Vision for Beginners – Part 4

In this article, I will be discussing about various algorithms of image feature detection, description using OpenCV. Introduction What do...

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

Computer Vision for Beginners – Part 3

You may be already familiar with the word β€˜contour.’ I’ve used this term several times in previous posts. A contour line...

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

Computer Vision for Beginners – Part 2

Today we’re going to talk about how to manipulate images. These are preprocessing steps. When it comes to detecting edges...

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

Computer Vision for Beginners – Part 1

Image Processing is used to perform some operations on images in order to animate them, develop videos, or generate graphics....

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

What is doc2vec and word2vec in NLP?

Doc2vec is a technique that extracts semantic information from documents and then uses that information to classify the documents. By...

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

What is GD, Batch GD, SGD, Mini-Batch GD?

What is Gradient Descent, Batch Gradient Descent, Stochastic Gradient Descent, Mini-Batch Gradient Descent? Gradient Descent This algorithm is a general...

Read More β†’
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 β†’