Posts by Megha J Panicker
Author Biographical Info: Not available
Online music Gallery is a simple webpage or web pages that have different songs in store for you. You play the song that you wish to listen to. It might have pictures or other graphics. It is expected that you are aware of the basic HTML and CSS. NOTE- This is just a simple demo […] Read More
The linearity of expectation simply means that the expectation or probability of a sum of random variables is equal to the sum of expectation (or probability) of the individual ran.... Read More
CIFAR-10 dataset is a collection of images used for object recognition and image classification. CIFAR stands for the Canadian Institute for Advanced Research. There are 60,000 ima.... Read More
In this tutorial, we are going to solve the Word Break Problem using Backtracking and the programming language we’re using is Python. Here the problem is that we are given a .... Read More
Data Analysis is the process of extracting valuable information for data. In python, we have a number of tools to do that. We will first import the numpy library, this library has .... Read More
In this tutorial, we will see how to rescale the pixel intensities of image. Colour images are arrays of pixel values of RED, GREEN, and BLUE. These RGB values range from 0 –.... Read More