Using Confusion Matrix in Machine Learning in Python

By Ashutosh Khandelwal

This article is aimed at understanding how to use the Confusion Matrix in Python in various learning algorithms such as Logistic Regression, Support Vector Machines, Decision Trees.... Read More

Find the nth Term in Dragon Curve Sequence in C++

By Pranav Prakasan

  This article discusses a method to find the nth term of the Dragon Curve Sequence. The first term of the sequence is ‘1’. The sequence is formed by alternatively.... Read More

Different operators in PHP

By Rosy Biswal

Here we will learn about different operators in PHP. We use these operators in calculations and comparisons. Different types of operators that we use on variables are: Arithmetic o.... Read More

std::include() function in C++

By Rosy Biswal

Here we will learn more about std::include() function in C++. This function recognizes the matched numbers in both containers. The objective is achieved by “include”, d.... Read More

Draw an Analog Clock using HTML and CSS

By Mayank Bhandari

In this tutorial, we will be working on “Drawing an Analog Clock” using HTML and CSS.  In this, we will be using SVG ( Scalable Vector Graphics ). SVG can be used to d.... Read More

itertools.cycle() in Python

By D Ajay

Hello Coder, this tutorial deals with a program to demonstrate the usage of cycle() method from itertools package. Learn itertools.cycle() in Python with examples. Let’s star.... Read More

C++ program to sort an array according to the order defined by another array

By Titichh Mishra

Hi there. Today we going to see how to sort an array in an order defined by another array in C++. The advantage of this is that you can create custom sorting algorithms. This is an.... Read More

Add two numbers without using Arithmetic Operators in C++

By Meghana Thatikonda

In this tutorial, we will learn how to add two numbers without using any arithmetic operators along with its implementation in C++. Add two numbers without using Arithmetic Operato.... Read More

Related Posts