MACHINE LEARNING
This
introduction to machine learning provides an overview of its history, important
definitions, applications and concerns within businesses today. Machine
learning is a branch of artificial intelligence (AI) and computer science which
focuses on the use of data and algorithms to imitate the way that humans learn,
gradually improving its accuracy. Machine learning is an important component of
the growing field of data science. Through the use of statistical methods,
algorithms are trained to make classifications or predictions, uncovering key
insights within data mining projects. These insights subsequently drive
decision making within applications and businesses, ideally impacting key
growth metrics. As big data continues to expand and grow, the market demand for
data scientists will increase, requiring them to assist in the identification
of the most relevant business questions and subsequently the data to answer
them.
Machine
learning algorithm into three main parts.
A
Decision Process:
In
general, machine learning algorithms are used to make a prediction or
classification. Based on some input data, which can be labelled or unlabeled,
your algorithm will produce an estimate about a pattern in the data.
An
Error Function:
An
error function serves to evaluate the prediction of the model. If there are
known examples, an error function can make a comparison to assess the accuracy
of the model.
A
Model Optimization Process:
If
the model can fit better to the data points in the training set, then weights
are adjusted to reduce the discrepancy between the known example and the model
estimate. The algorithm will repeat this evaluate and optimize process,
updating weights autonomously until a threshold of accuracy has been met.
Supervised
learning:
Also
known as supervised machine learning, is defined by its use of labeled datasets
to train algorithms that to classify data or predict outcomes accurately. As
input data is fed into the model, it adjusts its weights until the model has
been fitted appropriately. This occurs as part of the cross-validation process
to ensure that the model avoids overfitting or underfitting.
Unsupervised
machine learning
Unsupervised
learning, also known as unsupervised machine learning, uses machine learning
algorithms to analyze and cluster unlabeled datasets. These algorithms discover
hidden patterns or data groupings without the need for human intervention. Its
ability to discover similarities and differences in information make it the
ideal solution for exploratory data analysis, cross-selling strategies,
customer segmentation, image and pattern recognition. It’s also used to reduce
the number of features in a model through the process of dimensionality
reduction; principal component analysis (PCA) and singular value decomposition
(SVD) are two common approaches for this. Other algorithms used in unsupervised
learning include neural networks, k-means clustering, probabilistic clustering
methods, and more.
Reinforcement
machine learning
Reinforcement
machine learning is a behavioral machine learning model that is similar to
supervised learning, but the algorithm isn’t trained using sample data. This
model learns as it goes by using trial and error. A sequence of successful
outcomes will be reinforced to develop the best recommendation or policy for a
given problem.
- Real-world machine learning use cases:
- Speech recognition,
- Customer service
- Computer vision
- Recommendation engines
- Automated stock trading
Challenges of machine learning
As machine learning technology advances, it has certainly made our lives easier. However, implementing machine learning within businesses has also raised a number of ethical concerns surrounding AI technologies. Some of these include:
Technological singularity
While this topic garners a lot of public attention, many researchers are not concerned with the idea of AI surpassing human intelligence in the near or immediate future. This is also referred to as superintelligence, which Nick Bostrum defines as “any intellect that vastly outperforms the best human brains in practically every field, including scientific creativity, general wisdom, and social skills.” Despite the fact that Strong AI and superintelligence is not imminent in society, the idea of it raises some interesting questions as we consider the use of autonomous systems, like self-driving cars. It’s unrealistic to think that a driverless car would never get into a car accident, but who is responsible and liable under those circumstances? Should we still pursue autonomous vehicles, or do we limit the integration of this technology to create only semi-autonomous vehicles which promote safety among drivers? The jury is still out on this, but these are the types of ethical debates that areoccurring as new, innovative AI technology develops.
No comments:
Post a Comment