Play a video in reverse mode using OpenCV Python

By Harsh Goel

In this tutorial, we will get to know the method detecting to play a video in reverse mode using OpenCV Python. Here, we will learn about video streaming and playing in reverse mod.... Read More

Custom layers in TensorFlow

By Vanshikha Sharma

In this tutorial, We will learn what custom layers are and how can we implement custom layers in TensorFlow. When you are writing machine learning code you either want to implement.... Read More

Keras data generators and how to use them in TensorFlow

By Soham Das

If you have ever tried to train a neural network, you probably have encountered a situation where you try to load a dataset but there is not enough memory in your machine. This pro.... Read More

Check if a string exists in a PDF file in Python

By Anamika Roy

Hello Everyone! We are going to learn about how to check if a string exists in a PDF file in Python, in this tutorial. Strings play an important role in Python. It is used in Proje.... Read More

Get the current date without time in Java

By Sanam Sahoo

Hello, Coders!! In this tutorial, we will discuss the methods of getting the current date without time in Java. The previous versions do have not any way to get a date without the .... Read More

Python program to find the shortest safe route in a path with landmines

By Seepak Kumar

In this Python tutorial, we will go through the program to find the length of the shortest safe route possible from a safe cell in the first column of the matrix to a safe cell in .... Read More

Python program to find Smallest Derangement of Sequence in Heap

By Seepak Kumar

In this tutorial, we will go through a program to compute the lexicographically smallest (earliest in dictionary order) derangement of a sequence in Python. Given a sequence: S = 1.... Read More

Pick a random element from an array in C++

By Sanam Sahoo

In this C++ tutorial, we will learn how we can write a program to pick a random element every time from an array in C++. Let’s briefly discuss the C++ functions that will hel.... Read More

Related Posts