Whatis Machine Learning
Whatis Machine Learning
net/publication/373015635
CITATIONS READS
3 11,878
1 author:
Azmir Alam
University of Dhaka
10 PUBLICATIONS 4 CITATIONS
SEE PROFILE
All content following this page was uploaded by Azmir Alam on 10 August 2023.
Unsupervi
Supervise Reinforcement
sed
d Learning Learning
Learning
Clustering
Dimension
Reduction
Reinforcement Learning: Reinforcement learning can be understood using the concepts
of agents, environment, states, actions and rewards.
How it works: A machine learning algorithm's learning system is divided into three major
components by UC Berkeley.
A Decision Process: Machine learning algorithms are typically used to create a forecast or
classify something. Your algorithm will generate an estimate about a pattern in the input
data based on some labelled or unlabeled input data.
An Error Function: The prediction of the model is evaluated by an error function. If there
are known instances, an error function can compare them to determine how accurate the
model is.
A Model Optimization Process: The weights are changed to lessen the difference between
the known example and the model estimate if the model can match the training set's data
points more accurately. Until a predetermined level of accuracy is reached, the algorithm
will iteratively update weights through the "evaluate and optimize" procedure.
A Decision
Process
An Error
Function
A Model
Optimization
Process
Common Machine Learning Algorithms: There are numerous machine learning algorithms in
use. These comprise:
Neural networks: Neural networks, which have a massive number of connected processing nodes,
mimic how the human brain functions. Neural networks are effective at identifying patterns and
are crucial in applications such as speech recognition, image creation, natural language translation,
and image recognition.
Linear regression: The process known as linear regression uses a linear relationship between
several values to predict numerical values. The method, for instance, may be used to forecast
housing prices based on local historical data.
Logistic regression: For categorical response variables, such as "yes/no" responses to questions,
logistic regression is a supervised learning approach that produces predictions. It can be applied to
tasks like sorting spam and performing quality control on a production line.
Clustering: Unsupervised learning is used by clustering algorithms to find patterns in data so that
it can be grouped. By spotting distinctions between data points that humans have missed,
computers can aid data scientists.
Decision trees: Decision trees are useful for both categorizing data and regression, which is the
prediction of numerical values. Decision trees employ a branching series of connected decisions
that can be visualized as a tree. Unlike the black box of the neural network, decision trees are
simple to validate and audit, which is one of their advantages.
Random forests: In a random forest, the machine learning algorithm combines the output from
various decision trees to predict a value or category.
That’s all about machine learning and the main types of machine learning algorithms.