Posts by Megha J Panicker

Author Biographical Info: Not available

Online Music Gallery Using HTML and CSS

Online Music Gallery Using HTML and CSS

By Megha J Panicker | April 19, 2022

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

Explain Linearity of Expectation using a program in Python

By Megha J Panicker

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

Image Classification in TensorFlow CIFAR-10 in Python

By Megha J Panicker

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

Solve Word Break Problem using Backtracking in Python

By Megha J Panicker

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

Math Operations for Data Analysis in Python

By Megha J Panicker

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

Rescale pixel intensities of an image in Python

By Megha J Panicker

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

Related Posts