Premansh Sharma has Published 75 Articles

Relationship between AI and Data

Premansh Sharma

Premansh Sharma

Updated on 10-Mar-2023 14:13:39

259 Views

Introduction Artificial intelligence (AI) successfully imitates human cognition and reasoning processes for use in everyday applications. This is frequently observed in cybersecurity with work automation and threat variant prediction. But the fuel that is being provided to any AI system, like a car, is what powers it. However, there ... Read More

Regularization – What kind of problems does it solve?

Premansh Sharma

Premansh Sharma

Updated on 10-Mar-2023 14:12:07

247 Views

Introduction A data model groups and standardizes data items' relations with each other and with the features required for the model's original purpose. The data used for the machine learning model's training and evaluation have the potential to build a solution or set of solutions. Poorly defined models with architecture ... Read More

Pandas series Vs. single-column DataFrame

Premansh Sharma

Premansh Sharma

Updated on 10-Mar-2023 14:09:06

10K+ Views

Introduction This article compares and contrasts Python's Pandas library's single-column DataFrames and Pandas Series data structures. The goal of the paper is to clearly explain the two data structures, their similarities and differences. To assist readers in selecting the best alternative for their particular use case, it contains comparisons between ... Read More

Machine Learning for a school-going kid

Premansh Sharma

Premansh Sharma

Updated on 10-Mar-2023 14:00:22

100 Views

Introduction Machine learning's core methods have been available for a long time, but computers have only lately developed the processing capacity necessary to apply the approaches in real-world settings. Today's artificial intelligence (AI) algorithms are capable of learning to recognize things in pictures and videos, communicate across languages, and ... Read More

Machine learning concepts that are difficult to understand

Premansh Sharma

Premansh Sharma

Updated on 10-Mar-2023 13:58:06

355 Views

Introduction Modern technology now relies heavily on machine learning, which enables computers to learn from data and make predictions or judgements without being explicitly told to. Even for seasoned engineers, certain machine learning ideas might be challenging to comprehend because of their complexity. In this post, we will examine some ... Read More

Importance of rotation in PCS

Premansh Sharma

Premansh Sharma

Updated on 10-Mar-2023 11:50:56

1K+ Views

Introduction A common statistical method used in many fields of data analysis and machine learning is principal component analysis (PCA). By transferring a dataset to a lower-dimensional space while retaining the majority of the original variables, it is frequently used to decrease the dimensionality of a dataset. The choice of ... Read More

How to screen for outliners and deal with them?

Premansh Sharma

Premansh Sharma

Updated on 10-Mar-2023 11:45:37

101 Views

Introduction Data points that stand out from the bulk of other data points in a dataset are known as outliers. They can distort statistical measurements and obscure underlying trends in the data, which can have a detrimental effect on data analysis, modeling, and visualization. Therefore, before beginning any study, it ... Read More

How Binary Classification Tree Algorithm Works

Premansh Sharma

Premansh Sharma

Updated on 09-Mar-2023 13:45:30

229 Views

Introduction Binary Classification Tree (BCT) is a popular algorithm used in machine learning for supervised learning tasks such as classification. BCT is a type of decision tree algorithm that can be used to classify data into one of two categories (hence the "binary" part of its name). In this ... Read More

Difference between inductive and deductive learning

Premansh Sharma

Premansh Sharma

Updated on 07-Mar-2023 14:00:11

14K+ Views

Introduction In the field of artificial intelligence known as machine learning, algorithms are developed that can learn from data and make judgments or predictions without being explicitly programmed. Inductive learning and deductive learning are the two main methods used in machine learning. Although either strategy may be used to build ... Read More

Benefits of learning machine learning from scratch

Premansh Sharma

Premansh Sharma

Updated on 07-Mar-2023 13:59:02

256 Views

Introduction A growing number of industries, including healthcare, banking, and autonomous cars, have been transformed by machine learning. Numerous advantages come from learning machine learning from scratch, such as a solid foundational understanding of the underlying concepts and principles of machine learning, flexibility in problem-solving, the capacity to create unique ... Read More

Advertisements