How to make diamond shape pattern in C++

By Alok Singh

In this tutorial, we will learn how to make a diamond shape pattern by asterisks sign in the C++ language. In this task, we will get a number n and we have to print the diamond sha.... Read More

First Machine Learning Project in Python Step-By-Step

By Yash Gandhi

The best way to learn machine learning in Python by making small projects. Here, we take a small example of the machine learning project of linear regression. Before starting the p.... Read More

Outlier detection from Inter-Quartile Range in Machine Learning | Python

By Aumkar M Gadekar

Outlier detection is an important part of many machine learning problems. The quality and performance of a machine learning model depend on the quality of the data. However, datase.... Read More

Implementation of Agglomerative Clustering with Scikit-Learn

By Aumkar M Gadekar

Unsupervised algorithms for machine learning search for patterns in unlabelled data. Agglomerative clustering is a technique in which we cluster the data into classes in a hierarch.... Read More

How to invert the colors of an image in CSS

By Utkarsh Tiwari

Hey Folks, I am up with another tutorial of CSS. In this tutorial, we will learn how to invert the colors of an image in CSS. Well, it can be done easily using software like Photos.... Read More

Linear Discriminant Analysis in Machine Learning with Python

By Yash Gandhi

Some datasets have thousands of features that give more information about data and that’s good but it takes large space and more time for computation of processing. For reducing .... Read More

Magic 8 Ball Program In Python

By Svarnim Agarwal

In this tutorial, we will be writing a Magic 8 Ball program in Python. We will be asking the user to think of the question they wanna ask the Magic 8 Ball and then we will randomly.... Read More

Python Program To Generate A Random Password

By Svarnim Agarwal

In this tutorial, we will be looking at a Python program that is able to generate a random password. We will make a strong password with the combination of alphabets, numbers and s.... Read More

Related Posts