All Medium Articles
What is word embeddings? It is the representation of words into vectors. These vectors capture important information about the words such that the words sharing… Read More
The gain chart and lift chart are two measures that are used for Measuring the benefits of using the model and are used in business… Read More
Given an array arr[] of n elements, write a function to recursively search a given element x in arr[]. Illustration: Input : arr[] = {25,… Read More
The upper star triangle pattern means the base has to be at the bottom and there will only be one star to be printed in… Read More
Here we are getting a step ahead in printing patterns as in generic we usually play with columnar printing in the specific row keep around… Read More
Pascal’s triangle is a triangular array of the binomial coefficients. Write a function that takes an integer value n as input and prints the first… Read More
SSH or secure shell is a network protocol established between two computers on a network to communicate with each other and share data. This protocol… Read More
Given an array arr[] consisting of N positive integers, the task is to count the number of subarrays whose Bitwise OR of its elements even.… Read More
ANR stands for Application Not Responding. An ANR will occur if you’re running a process on the UI thread which takes an extended time, usually… Read More
Given two arrays A[] and B[], both consisting of N positive integers, an integer P and the elements of the array A[] are pairwise co-prime, the… Read More
Given a string S representing a sequence of moves(L, R, U, and D) and an integer R representing the radius of a circle whose center… Read More
Round 1 Online Assessment: 2 Coding question Based on compare function. Used 6 compare functions based on different conditions to sort data(array of structures) and… Read More
Round 1: Round 1 is an Aptitude round that is on the AMCAT Platform. This round consists of four sections namely. Quantitative Aptitude (24 questions:… Read More
Deep Learning is a branch of Machine Learning where algorithms are written that mimic the functioning of a human brain. The most commonly used libraries… Read More
The Tkinter package is the standard GUI (Graphical user interface) for python, which provides a powerful interface  for the Tk GUI Toolkit. In this tutorial,… Read More
Area Charts are the filled regions between two series that share common areas. A stacked area chart is easily understandable if you know the area… Read More
Diverging Bar Charts are used to ease the comparison of multiple groups. Its design allows us to compare numerical values in various groups. It also… Read More
The ortho() function in p5.js is used to set the orthographic projection of a 3D sketch. In this projection, all the objects with the same… Read More
Prerequisites: Beautifulsoup Parsing means dividing a file or input into pieces of information/data that can be stored for our personal use in the future. Sometimes,… Read More
Prerequisites: Matplotlib A spectrogram can be defined as the visual representation of frequencies against time which shows the signal strength at a particular time. In… Read More