0% found this document useful (0 votes)
2 views9 pages

Artificial Intelligence

Artificial Intelligence (AI) is a branch of computer science focused on creating intelligent machines capable of performing tasks that typically require human intelligence. It encompasses various levels, including Artificial Narrow Intelligence, Artificial General Intelligence, and Artificial Super Intelligence, and includes subsets like Machine Learning and Deep Learning. The document also highlights the role of Python in developing AI applications.

Uploaded by

priyacs104
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views9 pages

Artificial Intelligence

Artificial Intelligence (AI) is a branch of computer science focused on creating intelligent machines capable of performing tasks that typically require human intelligence. It encompasses various levels, including Artificial Narrow Intelligence, Artificial General Intelligence, and Artificial Super Intelligence, and includes subsets like Machine Learning and Deep Learning. The document also highlights the role of Python in developing AI applications.

Uploaded by

priyacs104
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Artificial Intelligence

Introduction

What is AI?
Introduction to AI Levels?
Types of AI
AI vs machine learning vs deep learning
Artificial Intelligence With Python
What is AI?

 Artificial Intelligence is a popular branch of computer science that concerns


with building “intelligent” smart machines capable of performing intelligent
tasks.
With rapid advancements in deep learning and machine learning, the tech
industry is transforming radically.
Introduction to AI Levels

Artificial Narrow Intelligence

Artificial General Intelligence

Artificial Super Intellig


Types of AI

Deep Learning

Machine Learning

Artificial Intelligence
Deep Learning

Deep Learning is basically a sub-part of the broader family of Machine


Learning which makes use of Neural Networks(similar to the neurons
working in our brain) to mimic human brain-like behavior. DL algorithms
focus on information processing patterns mechanism to possibly identify
the patterns just like our human brain does and classifies the information
accordingly. DL works on larger sets of data when compared to ML and
the prediction mechanism is self-administered by machines.
Machine Learning

Machine Learning is basically the study/process which provides the


system(computer) to learn automatically on its own through experiences it had and
improve accordingly without being explicitly programmed. ML is an application
or subset of AI. ML focuses on the development of programs so that it can access
data to use it for itself. The entire process makes observations on data to identify
the possible patterns being formed and make better future decisions as per the
examples provided to them. The major aim of ML is to allow the systems to
learn by themselves through experience without any kind of human
intervention or assistance.
Artificial Intelligence

Artificial Intelligence is basically the mechanism to incorporate human


intelligence into machines through a set of rules(algorithm). AI is a
combination of two words: “Artificial” meaning something made by humans
or non-natural things and “Intelligence” meaning the ability to understand or
think accordingly. Another definition could be that “AI is basically the
study of training your machine(computers) to mimic a human brain
and its thinking capabilities”.
AI focuses on 3 major aspects(skills): learning, reasoning, and self-
correction to obtain the maximum efficiency possible.
Artificial Intelligence With Python

You might also like