Author: Lokesh Kumar

Tabula : Scraping Table Data From PDF Files

Reading Time: 3 minutes In this Blog , You will learn the best way to scrape tables from PDF files to the panda’s data frame . Fetching tables from PDF files is no more a difficult task, you can do this using a single line in python. What you will learn Installing a tabula-py library. Importing library. Reading a PDF file. Reading a table on a particular page of Continue Reading

Activation Function in Neural Network

Reading Time: 14 minutes An Activation Function decides whether a neuron should be activate or not. This means that it will decide whether the neuron’s input to the network is important or not in the process of prediction using simpler mathematical operations.  The role of the Activation Function is to derive output from a set of input values fed to a node (or a layer). The primary role of Continue Reading

BigQuery Machine Learning using GCP

Reading Time: 4 minutes BigQuery ML enables users to create and execute machine learning models in BigQuery using SQL queries. in this blog we will cover How to create, evaluate and use machine learning models in BigQuery Setup and requirements first create a profile on GCP platform and login using your credentials. and in the API option , enable the BigQuery API. Open BigQuery Console In the Google Cloud Continue Reading

Waffle Chart

Reading Time: 4 minutes A waffle chart is an interesting visualization that is normally created to display progress toward goals. It is commonly an effective option when you are trying to add interesting visualization features to a visual that consists mainly of cells, such as an Excel dashboard. so in this blog we will learn how to create waffle chart using python. If you want to go through some Continue Reading

Regression Analysis

Reading Time: 8 minutes Introduction It is a statistical method use in finance, investing, and other disciplines that attempts to determine the strength and character of the relationship between one dependent variable (usually denoted by Y) and a series of other variables (known as independent variables) Regression” comes from “regress” which in turn comes from latin “regressus” – to go back (to something). In that sense, It is the Continue Reading

Data Analysis Using Python

Reading Time: 4 minutes In this blog we will introduce an overview of Python packages used for data analysis. And finally, we will  learn about how to import and export data in and from Python, and how to obtain basic insights from the datasets. for understanding the basic concepts of Data Analytics , you can go through this link. Python packages for Data Analysis: In order to do analysis Continue Reading

Big Data Analytics: An Introduction

Reading Time: 5 minutes DATA ANALYTICS Data can help businesses better understand their customers and improve their advertising campaigns. It can also help personalise their content, and improve their bottom lines. The advantages of data are many, but you can’t access these benefits without the proper data analytics tools and processes. While raw data has a lot of potentials, you need data analytics to unlock the power to grow Continue Reading