Parth Shukla

Parth Shukla

22 Articles Published

Articles by Parth Shukla

22 articles

How to Conduct a Paired Samples T-Test

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 525 Views

Introduction In machine learning and data science, many statistical tests are used to compare and find the differences between variables or the features of the data. These tests are mainly hypothesis tests where the conditions are defined, and according to the different tests being conducted, the relationship between variables is assumed. The t-test is also a type of statistical test that is used to compare the means of different groups of the categorical variable. In this article, we will discuss the paired t-test, which is an extension or a type of t-test used in statistics, and we will ...

Read More

Improving Business Decision-Making Using Time Series

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 480 Views

Introduction Time series is one of the widely used in machine learning and data science, used to forecast and analyze the data collected with time components. It is a field of intelligence where the data can be forecasted and analyzed with the help of past data collected. In industry, businesses are using the time series analyzed and related methods to improvise their decision-making process. In this article, we will discuss the ways in which the time series can help improve the decision-making process in the industry and how businesses are using the same to enhance their productivity and ...

Read More

Python Tensorflow - tf.keras.Conv2D() Function

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 873 Views

Introduction In deep learning, computer vision is one of the most important fields which is used for many complex and advanced tasks related to image datasets. It is used for image analysis, object detection, segmentations, etc. This is mainly achieved with the combination of TensorFlow and Keras, which offers several inbuilt functions which automate and make the process of model training very easy. The Conv2D is also one of the most useful and powerful functions in the Keras library, which is used for applying convolutional operations to the image. In this article, we will discuss the Conv2D function ...

Read More

What is Padding in Neural Networks

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 675 Views

Introduction Padding is one of the most used concepts in neural networks while working with convolutional neural networks. It is a most known concept to every neural network engineer and deep learning engineer to efficiently extract useful information from the given dataset in deep learning. In this article, we will discuss padding, what it is, why we need padding in neural networks, what is the significance of the same, and how we can apply padding in neural networks with code examples. This article will help one to understand padding from scratch and apply it when necessary. What is ...

Read More

Compute Classification Report and Confusion Matrics in Python

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 1K+ Views

Introduction In machine learning, classification problems are one of the most widely seen problems, where machine learning models are built to classify several categories of the target variables. However, the classification report and confusion matrics are used in order to evaluate the performance of the model and to check where the model is making mistakes. In this article, we will discuss the classification report and confusion matrics, what they are, how we can use them, and what their interpretation is by calculating the same code examples in Python. This article will help one to clear an idea about ...

Read More

Machine Learning Engineer vs. Data Scientist: Which is Better?

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 240 Views

Introduction Data Science and machine learning are the trending fields in current business scenarios, where almost all kinds of product and service-based companies are leveraging Machine learning and data science techniques to enhance their productivity and advance their workflows. In such cases, many data aspirants are trying to enter the field, but the issue here is with the role. As one single individual can not master all the fields in AI and hence the need for selection of roles comes, which becomes very confusing but important for the career. In this article, we will discuss the machine ...

Read More

How Does TVF Make Profit Using Data Science

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 420 Views

Introduction Most companies and businesses are leveraging and integrating data science and machine learning techniques into their workflow to enhance their sales, marketing, and productivity of the projects and workings on the same. The viral fever, or the TVF, is one of the biggest content creation companies which creates movies, web series, and serials, which is India based company. The TVF uses data science and machine learning techniques to enhance its productivity and user experience. In this article, we will discuss how TVF makes a profit using data science and machine learning, which techniques they might be using, ...

Read More

The Role of Trial and Error in Data Analysis 

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 641 Views

Introduction Data analysis is an approach in the field of data science and machine learning where the dataset is analyzed well in order to get the relationship between dataset features and get an idea about the behavior of the data and its parameters. In data analysis, trial and error play a major role while developing a machine learning model. It has certain advantages that allow data analysts or data scientists to make the model more reliable and predictive according to the dataset available. In this article, we will discuss the role of trial and error in data analysis, ...

Read More

How Does Treating Categorical Variables as Continuous Benefits?

Parth Shukla
Parth Shukla
Updated on 17-Aug-2023 478 Views

Introduction In machine learning, the performance and accuracy of the model completely depend n the data that we are feeding to it, and hence it is the most influential parameter in model training and model building. Mainly while dealing with the supervised machine learning problems, we have mostly categorical and continuous variables in the dataset. There are some benefits of converting categorical variables into continuous variables. In this article, we will discuss some of the benefits of converting categorical variables to continuous variables, how it affects the model's performance, and what is the core idea behind doing so. ...

Read More

Zipping Two Unequal Length Lists in a Python Dictionary

Parth Shukla
Parth Shukla
Updated on 27-Jul-2023 1K+ Views

Introduction In Python, Lists and dictionaries are one of the most used methods for data collection and processing. There are so many operations related to lists and dictionaries which are commonly used to get the data in the desired form. Sometimes we may also need to zip the two different lists and get the zipped list in the dictionary form. In this article, we will discuss the zipping operations of two lists having an unequal length and getting the output as a dictionary. This article will help one to get an idea behind the zipping operations of the lists ...

Read More
Showing 1–10 of 22 articles
« Prev 1 2 3 Next »
Advertisements