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

Outlier Detection methods in Machine Learning

Objective An outlier is an individual point of data that is distant from other points in the dataset. It is...

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

Missing Values Treatment methods in Machine Learning

Delete Missing Value Rows Missing values can be handled by  deleting the rows or columns having null values. If columns...

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

NumPy for Data Science – Part 3

Arithmetic Operations in NumPy Arrays In NumPy there are multiple functions which we can use to perform the arithmetic operation,...

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

NumPy for Data Science – Part 2

Create NumPy Arrays with Random Numbers Data Types in NumPy Arrays Shape and Reshaping In NumPy Arrays Shape of an...

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

NumPy for Data Science – Part 1

What is NumPy Array? An array is a grid of values and it contains information about the raw data, how...

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

Restaurant Recommendation System using Machine Learning

In this article we are going to discuss about the Restaurant Recommendation System. it is an application that recommends similar...

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

Hotel Sentiment Analysis using NLP

Whenever we are trying to find hotels for vacation or travel, we always prefer a hotel known for its services....

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

Difference between Pandas .at and .iat Function

.at The .at and .iat index accessors are analogous to .loc and .iloc. The difference being that they will return...

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

Top 10 Pandas Functions

1 – To Read CSV and Excel files. These Functions will be used in almost every Project, They are used...

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

Difference between Pandas .iloc and .loc function

The optimized data access methods are accessed by indexing off of the .loc and .iloc attributes. These two attributes allow...

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

Hierarchical clustering for Machine Learning

Hierarchical clustering is another unsupervised machine learning algorithm, which is used to group the unlabeled datasets into a cluster. Hierarchical...

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

Difference between Data Science and Machine Learning

Data Science Data science is a field that studies data and how to extract meaning from it, using a series...

Read More →