All Medium Articles
Excel files are of extension .xls, .xlsx and .csv(comma-separated values). To start working with excel files in R Programming Language, we need to first import… Read More
In the field of Machine Learning, the Perceptron is a Supervised Learning Algorithm for binary classifiers. The Perceptron Model implements the following function:     … Read More
Given an array arr[], the task is to find the elements from the array which are equal to the sum of any sub-array of size… Read More
Sometimes you will want to filter and save the data as new files in Excel with Python Pandas as it can help you in selective… Read More
Prerequisites: Graph Data Structure And Algorithms A Graph is a non-linear data structure consisting of nodes and edges. The nodes are sometimes also referred to… Read More
Given an array arr[] with positive and negative elements, the task is to count all subarrays whose sum is a perfect square. Examples:  Input: arr[]… Read More
Given a string str, the task is to check whether the given string is a valid Visa Card number or not by using Regular Expression. The… Read More
In Database Management Systems (DBMS), multivalued dependency (MVD) deals with complex attribute relationships in which an attribute may have many independent values while yet depending… Read More
Given a positive integer N, the task is to check whether the given number is good prime or not. If the given number is good… Read More
Container Classes: This is one of the predefined classes of bootstrap, that contains the entire content of the web-page in it. There are two container… Read More
In this article we will use Python’s turtle library to draw a spiral of stars, filled with randomly generated colours. We can generate different patterns… Read More
Social Media Marketing:  Social media marketing can be termed as a marketing strategy that is used to promote a product and develop an influential relationship… Read More
Given an array A of non-zero integers, the task is to find the number of pairs (l, r) where (l <= r) such that A[l]*A[l+1]*A[l+2]….A[r]… Read More
In this article, we will create a classic rolling dice simulator with the help of basic Python knowledge. Here we will be using the random… Read More
1. Star Topology:  Star topology is a type of network topology in which all the nodes are connected to the central hub or router. In… Read More
Given two integers N and K, the task is to find lexicographically Kth string of length N. If the number of possible strings of length… Read More
React…the most popular library of Javascript for building user interfaces. For developers, this library is one of the favorite libraries to build any kind of… Read More
Given a number n, we need to find the last digit in factorial n. Input : n = 4Output : 44! = 4 * 3… Read More
We all have heard of lex which is a tool that generates lexical analyzer which is then used to tokenify input streams and yacc which… Read More
Prerequisites: Logistic RegressionGetting Started With Keras: Deep learning is one of the major subfields of machine learning framework. It is supported by various libraries such as… Read More