Unit 1 Ai
Unit 1 Ai
Overview of A.I: Introduction to AI, Importance of AI, AI and its related field, AI
techniques, Criteria for success.
Problems, problem space and search: Defining the problem as a state space search,
Production system and its characteristics, Issues in the design of the search problem
Heuristic search techniques : Generate and test, hill climbing, best first search technique,
problem reduction, constraint satisfaction
Here, one of the booming technologies of computer science is Artificial Intelligence which is
ready to create a new revolution in the world by making intelligent machines. The Artificial
Intelligence is now all around us. It is currently working with a variety of subfields, ranging
from general to specific, such as self-driving cars, playing chess, proving theorems, playing
music, Painting, etc.
AI is one of the fascinating and universal fields of Computer science which has a great scope
in future. AI holds a tendency to cause a machine to work as a human.
Artificial Intelligence is composed of two words Artificial and Intelligence, where Artificial
defines "man-made," and intelligence defines "thinking power", hence AI means "a man-
made thinking power."
With Artificial Intelligence you do not need to preprogram a machine to do some work,
despite that you can create a machine with programmed algorithms which can work with own
intelligence, and that is the awesomeness of AI.
It is believed that AI is not a new technology, and some people says that as per Greek myth,
there were Mechanical men in early days which can work and behave like humans.
1. In Medical Science
o Artificial Intelligence has made an unprecedented impact in the medical industry and
hence changed the face of the medical industry. Various machine learning algorithms
and models have efficiently predicted various important use cases, such as
determining whether a particular patient has malignant or benign cancer or tumor
based on symptoms, health records, and history. It is also being used in future
predictions where patients are well informed about their deteriorating health and what
they should do to return to a normal and healthy life.
o Artificial intelligence has created a virtual care private assistant specifically built for
people's needs. It is widely used to monitor, research different types of cases, and
analyze past cases and their outcomes. It also seeks to improve their model's and
assistants' efficiency by predicting what could be improved and making themselves
smarter.
o The use of healthcare bots is another efficient move taken by the medical industry to
work their way up in medicine, which is known to provide 24/7 assistance and take up
the less important work of managing appointments. It has not have been possible
without the intervention of these smart artificial intelligence-based machines.
2. In the Field of Air Transport
o One of the major systematic transport in the world is air transport, and there has
become an urgent need to optimize their mode of operation. Here came the
involvement of Artificial Intelligence, where the machine is involved in planning the
routes along with the flight landing and take-off charts.
o Artificial intelligence has been used in many aircraft, navigation maps, taxing routes,
and a quick examination of the entire cockpit panel to ensure the correct operation of
each component. Hence, it gives very promising results and is being adopted very
frequently. The ultimate aim of artificial intelligence in air transport is to give easier
and more comfortable travel to human beings.
3. In the field of banking and financial institutions
o From virtual reality games to today's modern games, this is one industry where
artificial intelligence has made the biggest leap forward. Bots are always there for you
to play with, so you don't need another person to play.
o The level of personalized detail and graphics is also possible due to the advent of
Artificial Intelligence and is taking this industry to a different level.
5. AI Achieves Unprecedented Accuracy
o AI will not be sold as an individual product. Instead, your products will be enhanced
with AI integration, like the Apple products discussed with the Siri feature.
o Chatbots, automation, and smart devices, combined with massive amounts of data,
can improve many technologies at home and in the workplace.
8. AI Evaluates Deep Data
o With big data and computing power, it has become possible to develop fraud
detection systems that were nearly impossible just a few years ago.
o It would help if you had a lot of data to train deep learning models because they learn
directly from the data. The more data, the more accurate they are.
9. AI Fully Utilized Data
It would help if you implemented AI to get answers from the data. The role of data is more
important than ever; Its gives you an edge over your competitors if you have the best data
system in this competitive industry because the best data will win!
What is an AI Technique?
Artificial Intelligence (AI) refers to developing computer systems for performing tasks
requiring human intelligence. These systems assess large amounts of data to identify patterns
and make logical decisions based on the collected information. The ultimate goal of AI is to
create machines to carry out diverse tasks.
Artificial Intelligence techniques refer to a set of methods and algorithms used to develop
intelligent systems that can perform tasks requiring human-like intelligence. Some of the
widely used ones are:
Machine Learning.
Natural Language Processing.
Computer Vision.
Deep Learning
Data Mining
Robotics.
Basically, NLP deals with some major activities such as language translation,
production, and understanding. It draws support from many subfields like phonetics,
concerned with the sounds; pragmatics, concerned with the meaning in context;
semantics, concerned with meaning; and syntax, concerned with the structure of the
language. NLP combines these elements to construct systems that can recognize
voices, translate machines, conduct sentiment analysis, and chatbots in a
comprehensive manner.
Computer Vision(CV)
Within the field of artificial intelligence, computer vision is a potent and quickly
developing technique that focuses on enabling machines to comprehend and make
judgments based on visual data. This multidisciplinary area combines concepts from
electrical engineering, neurology, and computer science to imitate the human visual
system and enable computers to comprehend digital pictures and movies to a high
degree. Applications for CV are many and range from basic tasks like handwritten digit
recognition to sophisticated systems like autonomous driving.
Machine Learning(ML)
A fundamental component of artificial intelligence, machine learning enables computers
to learn from data, spot patterns, and make choices with the least amount of human
input. By using statistical techniques, machine learning algorithms allow robots to gain
experience and become more proficient at activities. This method is different from
traditional programming, which codes specific instructions for each and every eventuality
that might arise. Rather, machine learning models are highly effective in dynamic and
complicated contexts because they learn from examples and adapt to new
circumstances.
Deep Learning(DL)
A key method in artificial intelligence, deep learning is a subset of machine learning (ML)
that focuses on modeling and solving complicated problems with artificial neural
networks. Deep learning models can learn from vast amounts of data and make
judgments by mimicking the functions of the human brain. These models have
transformed artificial intelligence and made major strides possible in a number of areas,
including speech recognition, computer vision, natural language processing, and more.
Core concepts of deep learning are:
o ANN: The artificial neural network serves as the fundamental building block of
deep learning models. An artificial neural network (ANN) is made up of layers
of networked nodes, or neurons, where each node is a mathematical process.
An ANN's main layer types are input layers, which are responsible for
accepting data, hidden layers, which analyze data, and output layers, which
generate the final prediction. To reduce prediction error, a weight is assigned
to each link between nodes during training.
o DNN: Deep neural networks (ANNs) are ANNs with more than one hidden
layer. DNNs are able to learn hierarchical representations of data, capturing
complex patterns and relationships, thanks to the network's depth, or the
number of layers. This capacity is necessary to solve increasingly complicated
problems that are beyond the scope of simpler models.
o CNN: CNNs are designed specifically to handle structured grid data, including
picture data. They make use of fully linked, pooling, and convolutional layers.
In order to extract features from the input data, convolutional layers apply
filters; pooling layers then lower the dimensionality of these features; and fully
connected layers then interpret the features for tasks involving classification
or regression. The fields of object identification, image synthesis, and image
recognition have all advanced greatly because of CNNs.
o RNN: RNNs are intended for time-series analysis and sequential data. Their
architecture has loops that enable information to remain constant over time
steps. The vanishing gradient issue is resolved by variations like Gated
Recurrent Units (GRU) and Long Short-Term Memory (LSTM), which allow
the model to capture long-term dependence. Speech recognition, time-series
forecasting, and natural language processing (NLP) are three common
applications for RNNs.