Artificial Intelligence Intro
Artificial Intelligence Intro
Artificial Intelligence is a way of making a computer, a computer-controlled robot, or a software think intelligently, in the
similar manner the intelligent humans think.
AI is accomplished by studying how human brain thinks, and how humans learn, decide, and work while trying to solve a
problem, and then using the outcomes of this study as a basis of developing intelligent software and systems.
Goals of AI
•To Create Expert Systems − The systems which exhibit intelligent behavior, learn, demonstrate, explain, and advice its users.
•To Implement Human Intelligence in Machines − Creating systems that understand, think, learn, and behave like humans.
• The first stage, ANI, as the name suggests, is limited in scope with
intelligence restricted to only one functional area. ANI is, for example, on par
with an infant.
• The second stage, AGI, is at an advanced level: it covers more than one
field like power of reasoning, problem solving and abstract thinking,
which is mostly on par with adults.
• ASI is the final stage of the intelligence explosion, in which AI surpasses human
intelligence across all fields.
• The transition from the first to the second stage has taken a long time (see chart),
but we believe we are currently on the cusp of completing the transition to the
second stage - AGI, in which the intelligence of machines can equal humans. This is
by no means a small achievement.
Artificial Intelligence Machine Learning Deep Learning
AI stands for Artificial Intelligence, and is basically the study/process DL stands for Deep Learning, and is the study that makes use of
ML stands for Machine Learning, and is the study that uses
which enables machines to mimic human behaviour through Neural Networks(similar to neurons present in human brain) to
statistical methods enabling machines to improve with experience.
particular algorithm. imitate functionality just like a human brain.
AI is the broader family consisting of ML and DL as it’s components. ML is the subset of AI. DL is the subset of ML.
AI is a computer algorithm which exhibits intelligence through DL is a ML algorithm that uses deep(more than one layer) neural
ML is an AI algorithm which allows system to learn from data.
decision making. networks to analyze data and provide output accordingly.
If you are clear about the math involved in it but don’t have idea
If you have a clear idea about the logic(math) involved in behind and
about the features, so you break the complex functionalities into
Search Trees and much complex math is involved in AI. you can visualize the complex functionalities like K-Mean, Support
linear/lower dimension features by adding more layers, then it
Vector Machines, etc., then it defines the ML aspect.
defines the DL aspect.
The aim is to basically increase chances of success and not The aim is to increase accuracy not caring much about the success It attains the highest rank in terms of accuracy when it is trained with
accuracy. ratio. large amount of data.
DL can be considered as neural networks with a large number of
Three broad categories/types Of AI are: Artificial Narrow Intelligence parameters layers lying in one of the four fundamental network
Three broad categories/types Of ML are: Supervised Learning,
(ANI), Artificial General Intelligence (AGI) and Artificial Super architectures: Unsupervised Pre-trained Networks, Convolutional
Unsupervised Learning and Reinforcement Learning
Intelligence (ASI) Neural Networks, Recurrent Neural Networks and Recursive Neural
Networks
The efficiency Of AI is basically the efficiency provided by ML and DL Less efficient than DL as it can’t work for longer dimensions or
More powerful than ML as it can easily work for larger sets of data.
respectively. higher amount of data.
Examples of AI applications include: Google’s AI-Powered
Examples of ML applications include: Virtual Personal Assistants: Examples of DL applications include: Sentiment based news
Predictions, Ridesharing Apps Like Uber and Lyft, Commercial
Siri, Alexa, Google, etc., Email Spam and Malware Filtering. aggregation, Image analysis and caption generation, etc.
Flights Use an AI Autopilot, etc.
AI refers to the broad field of computer science that focuses on
ML is a subset of AI that focuses on developing algorithms that can
creating intelligent machines that can perform tasks that would DL is a subset of ML that focuses on developing deep neural
learn from data and improve their performance over time without
normally require human intelligence, such as reasoning, perception, networks that can automatically learn and extract features from data.
being explicitly programmed.
and decision-making.
ML algorithms can be categorized as supervised, unsupervised, or
AI can be further broken down into various subfields such as reinforcement learning. In supervised learning, the algorithm is DL algorithms are inspired by the structure and function of the
robotics, natural language processing, computer vision, expert trained on labeled data, where the desired output is known. In human brain, and they are particularly well-suited to tasks such as
systems, and more. unsupervised learning, the algorithm is trained on unlabeled data, image and speech recognition.
where the desired output is unknown.