Posts from Python

Different Data Augmentation techniques in Python

By Anish

In this tutorial, we are going to see the different data augmentation techniques in Python, with the help of a simple example. imgaug in Python Data augmentation is a process, wher.... Read More

Downloading YouTube video using Python to a certain directory

By Anish

In this tutorial, using Python, we will see how you can download a video from YouTube and store it in any directory of your choice. Pytube library in Python to download Youtube vid.... Read More

Usage of if __name__ == ‘__main__’ in Python

By Mohit Tripathi

Hello friends, In this segment, we are going to discuss if_name_== ‘_main_’. In this segment, I will tell you how to use if_name_== ‘_main_’ in your file a.... Read More

Speech Emotion Recognition in Python

By Tushar Goel

Hey ML enthusiasts,  how could a machine judge your mood on the basis of the speech as humans do? In this article, we are going to create a Speech Emotion Recognition, Therefore, .... Read More

Finding the last modified date and time of a file in Python

By Ronak Jethava

So, guys today we will learn how to get or find the last modified date and time of a file in Python. Let’s do it together. We need to pass the file name on the bases of which.... Read More

Pygorithm module in Python

By Avantika Singh

Hello Learners, today we are going to learn about the Pygorithm module in Python in brief. with this small tutorial, we will try to give you an overview of the Pygorithm module. Th.... Read More

Single Point Crossover in Genetic Algorithm using Python

By Prashanth Gowda R S

In this algorithm, we will learn the single-point crossover in the genetic algorithm using python. In genetic algorithms, the crossover is also known as recombination. It will comb.... Read More

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

Related Posts