Research Paper On Artificial Intelligence, Machine Learning and Deep Learning by Deepankar Arvind Howal
Research Paper On Artificial Intelligence, Machine Learning and Deep Learning by Deepankar Arvind Howal
1) AI in healthcare : The biggest bets are on improving patient outcomes and reducing costs.
Companies are applying machine learning to make better and faster diagnoses than
humans. One of the best-known healthcare technologies is IBM Watson. It understands
natural language and can respond to questions asked of it. The system mines patient data
and other available data sources to form a hypothesis, which it then presents with a
confidence scoring schema. Other AI applications include using online virtual health
assistants and chatbots to help patients and healthcare customers find medical information,
schedule appointments, understand the billing process and complete other administrative
processes. An array of AI technologies is also being used to predict, fight and understand
pandemics such as COVID-19.
2) AI in business : Machine learning algorithms are being integrated into analytics and
customer relationship management (CRM) platforms to uncover information on how to
better serve customers. Chatbots have been incorporated into websites to provide
immediate service to customers. Automation of job positions has also become a talking
point among academics and IT analysts.
3) AI in education : AI can automate grading, giving educators more time. It can assess
students and adapt to their needs, helping them work at their own pace. AI tutors can
provide additional support to students, ensuring they stay on track. And it could change
where and how students learn, perhaps even replacing some teachers.
9) Security : AI and machine learning are at the top of the buzzword list security vendors
use today to differentiate their offerings. Those terms also represent truly viable
technologies. Organizations use machine learning in security information and event
management (SIEM) software and related areas to detect anomalies and identify suspicious
activities that indicate threats. By analyzing data and using logic to identify similarities to
known malicious code, AI can provide alerts to new and emerging attacks much sooner
than human employees and previous technology iterations. The maturing technology is
playing a big role in helping organizations fight off cyber attacks.
Machine Learning tutorial provides basic and advanced concepts of machine learning. Our
machine learning tutorial is designed for students and working professionals.
Machine learning is a growing technology which enables computers to learn automatically
from past data. Machine learning uses various algorithms for building mathematical models
and making predictions using historical data or information. Currently, it is being used for
various tasks such as image recognition, speech recognition, email filtering, Facebook auto-
tagging, recommender system, and many more.
This machine learning tutorial gives you an introduction to machine learning along with the
wide range of machine learning techniques such as Supervised, Unsupervised, and
Reinforcement learning. You will learn about regression and classification models, clustering
methods, hidden Markov models, and various sequential models.
Machine Learning is said as a subset of artificial intelligence that is mainly concerned with the
development of algorithms which allow a computer to learn from the data and past experiences
on their own. The term machine learning was first introduced by Arthur Samuel in 1959.
“Machine learning enables a machine to automatically learn from data, improve performance
from experiences, and predict things without being explicitly programmed.”
With the help of sample historical data, which is known as training data, machine learning
algorithms build a mathematical model that helps in making predictions or decisions without
being explicitly programmed. Machine learning brings computer science and statistics together
for creating predictive models. Machine learning constructs or uses the algorithms that learn
from historical data. The more we will provide the information, the higher will be the
performance.
A machine has the ability to learn if it can improve its performance by gaining more data.
Classification of Machine Learning : At a broad level, machine learning can be
classified into three types:
1) Supervised learning
2) Unsupervised learning
3) Reinforcement learning
1) Supervised Learning
Supervised learning is a type of machine learning method in which we provide sample labeled
data to the machine learning system in order to train it, and on that basis, it predicts the output.
The system creates a model using labeled data to understand the datasets and learn about each
data, once the training and processing are done then we test the model by providing a sample
data to check whether it is predicting the exact output or not.
The goal of supervised learning is to map input data with the output data. The supervised
learning is based on supervision, and it is the same as when a student learns things in the
supervision of the teacher. The example of supervised learning is spam filtering.
The training is provided to the machine with the set of data that has not been labeled, classified,
or categorized, and the algorithm needs to act on that data without any supervision. The goal
of unsupervised learning is to restructure the input data into new features or a group of objects
with similar patterns.
In unsupervised learning, we don't have a predetermined result. The machine tries to find useful
insights from the huge amount of data. It can be further classifieds into two categories of
algorithms:
o Clustering
o Association
3) Reinforcement Learning
Reinforcement learning is a feedback-based learning method, in which a learning agent gets a
reward for each right action and gets a penalty for each wrong action. The agent learns
automatically with these feedbacks and improves its performance. In reinforcement learning,
the agent interacts with the environment and explores it. The goal of an agent is to get the most
reward points, and hence, it improves its performance.
The robotic dog, which automatically learns the movement of his arms, is an example of
Reinforcement learning.
Machine Learning Applications : Machine learning techniques find use in wide number of
applications like health, finance, social media, travel, email spam and malware filtering,
online customer support, search engine result refining, product recommendations and lot
more. Some of which are explained in detail below.
Social media : 1)Face recognition: Facebook identifies similar features and suggests
name for tagging. Before we select our friend name for tag already a correct name is
suggested by facebook. 2)Persons we visit or look for profile are suggested as our
facebook friends. 3)Targeted marketing: Clusters are built analysing the customers
and understanding their buying behaviour.
Online Customer support: 1) Some websites provide an online interaction system to
solve the queries of their customers there and then. 2) If live expert is not there then
chatbots are there which provides us with answers by searching answers from the
website.
Finance: 1) Online fraud is increasingly day by day. Machine learning algorithms
can detect these frauds easily. For example PayPal can easily detect whether the
transaction is genuine or not. 2) Get advice on which investment will give maximum
profit. 3) It is used in banking for purposes like character recognition.
Travel: 1) GPS can find directions for our destination and even predict traffic for us.
2) OLA / UBER can determine price for our ride. 3) We get suggestions for hotels when
we book flights for our outing. 4) Trip advisor shows reviews and opinions from
many people which can help people look for their own preferences.
Email Spam and malware Filtering: 1) Through many lines of code, similar patterns
are searched and malware are detected which can otherwise compromise with data
security. 2) Spam filters are updated regularly.
Search Engine Result Refining: 1) When we search for results say in Google it keeps
tracks at the backend whether we opened first page and got the results or looked at
second or third page, etc.
In Image processing and computer vision: 1) It helps in image restoration, enhancement
and morphing. 2) It helps computer analysing the things for better clarity.
Health: 1) Today lots of patients are suffering from various diseases which prove to
be fatal. Doctors can look for symptoms and can even predict how long they will
live. 2) New drugs can be discovered and built easily. 3) People can be made aware
how to protect them from these deadly diseases.
Natural Language Processing: 1) It helps in text classification i.e given text we can
classify the class label. 2) Speech Recognition: Given an audio signal or voice clip
voice can be recognised. 3) Photos are there we can predict the caption for the required
photo.
Automative Industry: 1) Driverless cars. 2) Mood of the driver can be predicted
and many road accidents can be prevented due to driver fatigue, etc. 3) Drivers are
even Conclusion In this review paper we have discussed the basics of machine
learning, its three types i.e. supervised, unsupervised and reinforcement learning
and the most used algorithms of supervised and unsupervised learning. Also the
applications of machine learning in various fields like health, finance, retail,
travel, media, image processing and computer vision, natural language processing,
automated trading,automotive, aerospace, manufacturing have been discussed in
detail here. assisted with speed limits and an automatic braking system is also
provided to them.
1. Deep Learning is a subfield of Machine Learning that involves the use of neural
networks to model and solve complex problems. Neural networks are modeled after the
structure and function of the human brain and consist of layers of interconnected nodes
that process and transform data.
2. The key characteristic of Deep Learning is the use of deep neural networks, which have
multiple layers of interconnected nodes. These networks can learn complex
representations of data by discovering hierarchical patterns and features in the data.
Deep Learning algorithms can automatically learn and improve from data without the
need for manual feature engineering.
3. Deep Learning has achieved significant success in various fields, including image
recognition, natural language processing, speech recognition, and recommendation
systems. Some of the popular Deep Learning architectures include Convolutional
Neural Networks (CNNs), Recurrent Neural Networks (RNNs), and Deep Belief
Networks (DBNs).
4. Training deep neural networks typically requires a large amount of data and
computational resources. However, the availability of cloud computing and the
development of specialized hardware, such as Graphics Processing Units (GPUs), has
made it easier to train deep neural networks.
Artificial neurons, also known as units, are found in artificial neural networks. The whole
Artificial Neural Network is composed of these artificial neurons, which are arranged in a
series of layers. The complexities of neural networks will depend on the complexities of the
underlying patterns in the dataset whether a layer has a dozen units or millions of
units. Commonly, Artificial Neural Network has an input layer, an output layer as well as
hidden layers. The input layer receives data from the outside world which the neural network
needs to analyze or learn about.
In a fully connected artificial neural network, there is an input layer and one or more hidden
layers connected one after the other. Each neuron receives input from the previous layer
neurons or the input layer. The output of one neuron becomes the input to other neurons in the
next layer of the network, and this process continues until the final layer produces the output
of the network. Then, after passing through one or more hidden layers, this data is transformed
into valuable data for the output layer. Finally, the output layer provides an output in the form
of an artificial neural network’s response to the data that comes in.
Units are linked to one another from one layer to another in the bulk of neural networks. Each
of these links has weights that control how much one unit influences another. The neural
network learns more and more about the data as it moves from one unit to another, ultimately
producing an output from the output layer.
Applications of Deep Learning have been broadly categorized as follows
Computer vision and pattern recognition(CVPR)
Computer games, robots and self-driving cars
Creating sound
Doing art
Computer hallucinations, predictions and other wild things
Conclusion : Until now we have discussed about the significant features of artificial
intelligence i.e. it’s benefits, technologies, it’s precise and a good definition. Now we can say
that making a machine or say robot is not as easy as an ABC. It is difficult to make a machine
like humans which can show emotions or think like humans in different circumstances. Now
we have accepted that artificial intelligence is the study of how to make things which can
exactly work like humans do. It is the way in which we think sensibly, act wisely, think like
humans, work like humans. We know that through artificial intelligence, even computer has
defeated human in chess. So we can say that reaching so far has not gone waste, somehow, it
is contributing towards the advancement in the Artificial intelligence. At present, there is no
computer showing full artificial intelligence, but the course of making machines like ourselves
is on its path.
In the machine learning we have discussed the basics of machine learning, its three types i.e.
supervised, unsupervised and reinforcement learning and the most used algorithms of
supervised and unsupervised learning. Also the applications of machine learning in various
fields like health, finance, retail, travel, media, image processing and computer vision,
natural language processing, automated trading, automotive, aerospace, manufacturing have
been discussed in detail here.
Both Machine learning and Deep learning analyze the data and learn from it, but only deep
learning tries to copy the activities of the human brain when it has to make the conclusion. It
is all about the real independence of the machines.
REFERENCES :
1] Elaine Rich, Kevin Knight, & Shivashankar B Nair, Artificial Intelligence, McGraw Hill,
3rd ed.,2009
2] Introduction to Artificial Intelligence & Expert Systems, Dan W Patterson, PHI.,2010
3] Machine Learning : www.Javatpoint.com
4] Dey A Brief Review of Machine Learning and its Application, International Journal
of Computer Science and Information Technologies, 7(2017) 1174-1179
5] Machine Learning For Absolute Beginners: A Plain English Introduction
By Oliver Theobald
6] Different types of machine learning [Online]https://medium.com/deep-math-machine-
learning-ai/different-types-of-machine-learning-and-their-types
7] https://www.geeksforgeeks.org/introduction-deep-learning/
8] Deep Learning for Natural Language Processing: Applications of Deep Neural Networks
to Machine Learning Tasks by Pearson Learn IT