SlideShare a Scribd company logo
1 of 14
What is Artificial Intellige
Yapay Zekâ Nedir?
Maad M. Mijwel
May 2016
Artificial Intelligence AI :
AI is the simulation of human intelligence processes by machines, especially computer
systems. These processes include learning (the acquisition of information and rules for
the use of information), reasoning (using the rules to reach approximate or final
conclusions) and self-correction. Particular applications of the AI include expert system
speech recognition and artificial vision.
AI was born in a meeting held in the summer of 1956 in Dartmouth
(United States) in which participated who later have been the principal
investigators of the area. For the preparation of the meeting, J. McCarthy,
M. Minsky, N. Rochester and CE Shannon drafted a proposal in which
the term "artificial intelligence" appears for the first time. It seems that
this name was given at the behest of J. McCarthy.
AI is now a name that includes many processes and various
applications. Artificial Intelligence is essentially divided into two
areas: Machine Learning and Deep Learning.
History of Artificial Intelligence
Here we look back at five moments in history that have influenced the development of AI:
1. Alan Turning, universally acclaimed as the father of modern computers , published a paper in
1950 describing the Turing Test - also known as the "imitation game" - testing whether a
machine could influence a person to believe it she is human.
2. The computer scientist John McCarthy coined the term 'artificial intelligence' in 1956 at a
conference at Dartmouth University. As a result, the US government gave McCarthy and his
fellow scientist Marvin Minsky the financial resources to develop AI to strengthen their position
in the Cold War with Russia. There were efforts to use artificial intelligence to understand the
patterns of the Russian language in the hope that it would enable them to translate Russian
documents to a greater extent faster.
3. The 1970s saw the beginning of the winter season . Government funding for AI was cut when
not enough progress was visible. In 1973, Professor Sir James Lighthill argued that machines
would never be able to achieve more than the level of an "experienced amateur" in chess.
4. As a result of a rise in funding for AI and its economic success in the 1980s, IBM's
supercomputer Deep Blue hit world chess champion Garry Kasparov in 1997. Deep Blue was
able to analyze up to 200 million potential positions in a second.
5. In 2016, a team at Google taught their computer to keep secrets by creating neutral networks
that could encrypt and hide information from each other. They taught the networks "Alice" and
"Bob" to encrypt and share information while preventing the third network "Eve" from
decrypting it.
What is Machine Learning?
Machine Learning "combines algorithms that learn from examples, data" . This makes it possible
to "predict values ​​from datasets that serve as an example". Consequence: the quality of the
result depends on the quality of the data provided to the learning system.
•Supervised learning , which provides examples to learn the system and provides the right
answer. This type of AI is used to identify video content, predict the selling price of a home based
on a history, or predict medical risks.
•Learning unsupervised , is to provide many examples to the system, but this time without
giving good answers. What machine learning to group customers by affinities, detect anomalies
(banking fraud), or detect correlations (to put two products side by side in a store rack for
example).
•The semi-supervised learning is to provide many examples to the system, and the right
answer for some of them. Enough to allow Google or Facebook to "recognize" people in the
photos you have hosted by these services.
•Reinforcement learning allows a system to evolve in a physical (i.e., a robot) or virtual
environment. The system is improving with punishments and rewards. This is how a robot learns
to walk alone, or a bot in a video game improves.
What is Deep Learning?
Deep learning is based on the ability of a technology to learn from raw data. Word processing,
voice or facial recognition; the applications are numerous.
Yann LeCun and Geoffrey Hinton are the two leading specialists in this field, which exploits neural
networks, inspired by biological neurons. If these digital neurons can be connected in various
ways, the neural networks are in most cases composed of superimposed layers. The neural
network is trained to recognize the contents of an image. Depending on the result, the
"connection strength" between each neuron is corrected. Thus, the neural network is perfected
until no more recognition error.
"The Deep Learning is very powerful but also very expensive" says the Cigref guide. "It should be
kept for the most important classes and use other machine learning algorithms that can result in a
sufficient result at a lower cost.“
AI does not boil down to machine learning and deep learning however warns Olivier Ezratty in a
recent blog post . "The vast field of AI includes other techniques, including symbolic AI, logic
programming and rule engines, and the news has muted them because of the tinkle around deep
learning. This one has limitations: the best AI solutions often integrate and assemble several
different techniques. “
Types of artificial
intelligenceAI can be categorized in any number of ways, but here are two examples.
The first classifies AI systems as weak AI or strong AI. Weak AI, also known as narrow AI, is an
AI system that is designed and trained for a particular task. Virtual personal assistants, such as
Apple's Siri, are a weak form of AI.
Strong AI, also known as artificial general intelligence, is an AI system with generalized human
cognitive abilities, so that when presented with an unknown task, it has enough intelligence to
find a solution. The Turing test, developed by the mathematician Alan Turing in 1950, is a
method used to determine if a computer can really think like a human, although the method is
controversial.
The second example is from Arend Hintze, an assistant professor of integrative biology and
engineering and computer science at Michigan State University. It categorizes the AI ​​into four
types, from the type of AI systems that exist today to the sensitive systems, which do not yet
exist. Its categories are the following:
Types of artificial
intelligence• Type 1: Reactive machines. An example is Deep Blue, the IBM chess program that beat Garry
Kasparov in the 1990s. Deep Blue can identify pieces on the chessboard and make predictions,
but has no memory and can not use past experiences to inform future ones. Analyze possible
movements - your own and those of your opponent - and choose the most strategic
movement. Deep Blue and Google's Alpha GO were designed for narrow purposes and can not
be easily applied to another situation.
• Type 2: Limited memory. These AI systems can use past experiences to inform future
decisions. Some of the decision-making functions in autonomous vehicles have been designed
in this way. The observations are used to inform the actions that occur in the not so distant
future, such as a car that has changed lanes. These observations are not stored permanently.
• Type 3: Theory of the mind. This is a psychological term. It refers to the understanding that
others have their own beliefs, desires and intentions that affect the decisions they make. This
type of AI does not exist yet.
• Type 4: Self-knowledge. In this category, AI systems have a sense of themselves, they have
consciousness. Self-aware machines understand their current state and can use the information
to infer what others are feeling. This type of AI does not exist yet.
Examples of AI technology
• Automation is the process of automatically creating a system or a process function. Robotic
process automation (RPA), for example, can be programmed to perform high volume
repeatable tasks normally performed by human beings. RPA is different from IT automation in
that it can be adapted to changing circumstances.
• Machine learning is the science of getting a computer to act without programming. The deep
learning is a subset of machine learning, in very simple terms, it can be considered as the
automation of predictive analytics. There are three types of machine learning algorithms:
supervised learning, in which data sets are labeled so that patterns can be detected and used
to label new data sets; unsupervised learning, in which the data sets are not labeled and
classified according to similarities or differences; and reinforcement learning, in which the data
sets are not labeled, but after performing an action or several actions, the AI ​​system receives
feedback.
• The vision of the machine is the science of making computers see. The vision of the machine
captures and analyzes the visual information using a camera, the analog-to-digital conversion
and the digital signal processing. It is often compared to human sight, but artificial vision is not
linked to biology and can be programmed to see through the walls, for example. It is used in a
wide range of applications, from the identification of the signature to the analysis of medical
images. Computer vision, which focuses on machine image processing, is often combined with
artificial vision.
Examples of AI technology
• Natural language processing (NLP) is the processing of human and non-computer
language by a computer program. One of the oldest and best-known examples of NLP is
the detection of spam, which looks at the subject line and the text of an email and
decides if it is garbage. Current approaches to NLP are based on machine
learning . NLP tasks include text translation, feelings analysis and speech recognition.
• Pattern recognition is a branch of machine learning that focuses on the identification of
patterns in the data. The term, today, is outdated.
• Robotics is an engineering field focused on the design and manufacture of
robots. Robots are often used to perform tasks that are difficult for humans to perform or
it is difficult for them to perform consistently. They are used in assembly lines for the
production of cars or by NASA to move large objects in space. More recently,
researchers are using machine learning to build robots that can interact in social
settings.
AI applications
AI in healthcare. The biggest bets are on improving patient outcomes and reducing
costs. Companies are applying machine learning to make diagnoses better and faster than
humans. One of the best-known healthcare technologies is IBM Watson. He understands
natural language and is able to answer the questions that are asked. The system extracts
patient data and other available data sources to form a hypothesis, which it then presents with a
confidence score scheme. Other AI applications include chatbots, a computer program used
online to answer questions and help clients, to help schedule follow-up appointments or to help
patients through the billing process, as well as in virtual health assistants who provide basic
medical feedback.
AI in business. The automation of robotic processes is being applied to highly repetitive tasks
that humans normally perform. The machine learning algorithms are being integrated into the
analysis and CRM platforms to discover information on how to better serve
customers. The chatbots have been incorporated into websites to provide immediate service to
customers. The automation of jobs has also become a point of conversation between
academics and IT consultants, such as Gartner and Forrester.
AI applications
AI in education. The AI ​​can automate the rating, giving educators more time. AI can evaluate
students and adapt to their needs, helping them to work at their own pace. AI tutors can
provide additional support to students, ensuring that they stay on track. AI could change
where and how students learn, perhaps even replacing some teachers.
AI in finance. The AI ​​applied to personal finance applications, such as Mint or Turbo Tax, is
transforming financial institutions. Applications like these could collect personal data and
provide financial advice. Other programs,IBM Watson being one, have been applied to the
process of buying a house. Today, software performs much of the operations on Wall Street.
AI applications
AI in the law. The process of discovery, through the review of documents, in the law is
often overwhelming for human beings. Automating this process is a better use of time and
a more efficient process. The startups are also building computerized assistants with
questions and answers that can sift questions programmed to answer by examining the
taxonomy and ontology associated with a database.
AI in manufacturing. This is an area that has been at the forefront of incorporating
robots into the workflow. Industrial robots used to perform unique tasks and were
separated from human workers, but as technology advances that has changed.
Conclusions
Computing has advanced enormously since its inception 70 years ago. The computing
power has been multiplied by two every 18 months, following Moore's law. It is believed that,
if Moore's law continues to be met, by 2030 the computing capacity of a processor will
correspond to that of a person.
In turn, the amount of information stored digitally today is huge. Search engines like Google
store millions of copies of existing web pages, and mail services companies accumulate
millions of our messages. Social networks register our interests and our
friendships. Companies keep any information, however insignificant, in case it may be of
some use in the future.
Naturally, an increase in the speed of computing and a greater storage capacity will mean
that the systems have more resources to make decisions and that these decisions are made
in a more informed way and, in turn, in a more personalized way.
Maad M. Mijwel
May 2016
Teşekkür Ederim.

More Related Content

What's hot

ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062Wael Alawsey
 
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSEr Kaushal
 
Cognitive architecture
Cognitive architectureCognitive architecture
Cognitive architectureHasam Panezai
 
Ux lady-human-information-processing
Ux lady-human-information-processingUx lady-human-information-processing
Ux lady-human-information-processingsilvana churruca
 
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikDeep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikThe Hive
 
How to implement artificial intelligence solutions
How to implement artificial intelligence solutionsHow to implement artificial intelligence solutions
How to implement artificial intelligence solutionsCarlos Toxtli
 
Artificial intelligence original
Artificial intelligence originalArtificial intelligence original
Artificial intelligence originalSaila Sri
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introductionAdwait Bhave
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Amr Rashed
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencemailmerk
 
Chapter6 artificila intelligence_and_information
Chapter6 artificila intelligence_and_informationChapter6 artificila intelligence_and_information
Chapter6 artificila intelligence_and_informationshey0819
 
Artificial intelligence Presentation.pptx
Artificial intelligence Presentation.pptxArtificial intelligence Presentation.pptx
Artificial intelligence Presentation.pptxAbdullah al Mamun
 
Artificial Intelligence AI Topics History and Overview
Artificial Intelligence AI Topics History and OverviewArtificial Intelligence AI Topics History and Overview
Artificial Intelligence AI Topics History and Overviewbutest
 
"An Introduction to AI and Deep Learning"
"An Introduction to AI and Deep Learning""An Introduction to AI and Deep Learning"
"An Introduction to AI and Deep Learning"Oswald Campesato
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceArbaz Sheikh
 
Cognitive architectures
Cognitive architecturesCognitive architectures
Cognitive architecturesJim Davies
 
Cognitive Architectures - Research Circle
Cognitive Architectures - Research CircleCognitive Architectures - Research Circle
Cognitive Architectures - Research CircleAmr Kamel Deklel
 

What's hot (20)

ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
 
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
 
Cognitive architecture
Cognitive architectureCognitive architecture
Cognitive architecture
 
Brain vs Computer
Brain vs ComputerBrain vs Computer
Brain vs Computer
 
Ux lady-human-information-processing
Ux lady-human-information-processingUx lady-human-information-processing
Ux lady-human-information-processing
 
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikDeep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
 
How to implement artificial intelligence solutions
How to implement artificial intelligence solutionsHow to implement artificial intelligence solutions
How to implement artificial intelligence solutions
 
Laird ibm-small
Laird ibm-smallLaird ibm-small
Laird ibm-small
 
Artificial intelligence original
Artificial intelligence originalArtificial intelligence original
Artificial intelligence original
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introduction
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Chapter6 artificila intelligence_and_information
Chapter6 artificila intelligence_and_informationChapter6 artificila intelligence_and_information
Chapter6 artificila intelligence_and_information
 
Artificial intelligence Presentation.pptx
Artificial intelligence Presentation.pptxArtificial intelligence Presentation.pptx
Artificial intelligence Presentation.pptx
 
Artificial Intelligence AI Topics History and Overview
Artificial Intelligence AI Topics History and OverviewArtificial Intelligence AI Topics History and Overview
Artificial Intelligence AI Topics History and Overview
 
"An Introduction to AI and Deep Learning"
"An Introduction to AI and Deep Learning""An Introduction to AI and Deep Learning"
"An Introduction to AI and Deep Learning"
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Cognitive architectures
Cognitive architecturesCognitive architectures
Cognitive architectures
 
Cognitive Architectures - Research Circle
Cognitive Architectures - Research CircleCognitive Architectures - Research Circle
Cognitive Architectures - Research Circle
 
Artificial intel
Artificial intelArtificial intel
Artificial intel
 

Similar to What is Artificial Intelligence?

Artificial intelligence (AI) 2022
Artificial intelligence (AI) 2022Artificial intelligence (AI) 2022
Artificial intelligence (AI) 2022findeverything
 
Types of AI you should know.pdf
Types of AI you should know.pdfTypes of AI you should know.pdf
Types of AI you should know.pdfSudhanshiBakre1
 
ARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxParveshSachdev
 
AI Foundation, Challenges and Applications.pptx
AI Foundation, Challenges and Applications.pptxAI Foundation, Challenges and Applications.pptx
AI Foundation, Challenges and Applications.pptxWaqas Ahmad
 
aman presentation 2.pptx
aman presentation 2.pptxaman presentation 2.pptx
aman presentation 2.pptxSanuBose
 
project-report-on-artificial-intelligence_compress (1).pdf
project-report-on-artificial-intelligence_compress (1).pdfproject-report-on-artificial-intelligence_compress (1).pdf
project-report-on-artificial-intelligence_compress (1).pdfbiradargraphics3
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceBiniam Behailu
 
chapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptxchapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptxSisayNegash4
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceMihir Shah
 
AI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdfAI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdfKUMARRISHAV37
 
LEC_2_AI_INTRODUCTION - Copy.pptx
LEC_2_AI_INTRODUCTION - Copy.pptxLEC_2_AI_INTRODUCTION - Copy.pptx
LEC_2_AI_INTRODUCTION - Copy.pptxAjaykumar967485
 
Artificial intelligence by JD
Artificial intelligence by JDArtificial intelligence by JD
Artificial intelligence by JDJaydip sindha
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligencesnehal_152
 
UNIT 1 IX (1) (1).pptx
UNIT 1 IX (1) (1).pptxUNIT 1 IX (1) (1).pptx
UNIT 1 IX (1) (1).pptxsiddhichaddha2
 

Similar to What is Artificial Intelligence? (20)

Artificial intelligence (AI) 2022
Artificial intelligence (AI) 2022Artificial intelligence (AI) 2022
Artificial intelligence (AI) 2022
 
Types of AI you should know.pdf
Types of AI you should know.pdfTypes of AI you should know.pdf
Types of AI you should know.pdf
 
ARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptx
 
AI Foundation, Challenges and Applications.pptx
AI Foundation, Challenges and Applications.pptxAI Foundation, Challenges and Applications.pptx
AI Foundation, Challenges and Applications.pptx
 
aman presentation 2.pptx
aman presentation 2.pptxaman presentation 2.pptx
aman presentation 2.pptx
 
project-report-on-artificial-intelligence_compress (1).pdf
project-report-on-artificial-intelligence_compress (1).pdfproject-report-on-artificial-intelligence_compress (1).pdf
project-report-on-artificial-intelligence_compress (1).pdf
 
AI basic.pptx
AI basic.pptxAI basic.pptx
AI basic.pptx
 
AI.pptx
AI.pptxAI.pptx
AI.pptx
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
chapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptxchapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptx
 
Diff between AI& ML&DL
Diff between AI& ML&DLDiff between AI& ML&DL
Diff between AI& ML&DL
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
AI KIMSRAD.pptx
AI KIMSRAD.pptxAI KIMSRAD.pptx
AI KIMSRAD.pptx
 
Ai
AiAi
Ai
 
lecture1423723637.pdf
lecture1423723637.pdflecture1423723637.pdf
lecture1423723637.pdf
 
AI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdfAI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdf
 
LEC_2_AI_INTRODUCTION - Copy.pptx
LEC_2_AI_INTRODUCTION - Copy.pptxLEC_2_AI_INTRODUCTION - Copy.pptx
LEC_2_AI_INTRODUCTION - Copy.pptx
 
Artificial intelligence by JD
Artificial intelligence by JDArtificial intelligence by JD
Artificial intelligence by JD
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
UNIT 1 IX (1) (1).pptx
UNIT 1 IX (1) (1).pptxUNIT 1 IX (1) (1).pptx
UNIT 1 IX (1) (1).pptx
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

What is Artificial Intelligence?

  • 1. What is Artificial Intellige Yapay Zekâ Nedir? Maad M. Mijwel May 2016
  • 2. Artificial Intelligence AI : AI is the simulation of human intelligence processes by machines, especially computer systems. These processes include learning (the acquisition of information and rules for the use of information), reasoning (using the rules to reach approximate or final conclusions) and self-correction. Particular applications of the AI include expert system speech recognition and artificial vision. AI was born in a meeting held in the summer of 1956 in Dartmouth (United States) in which participated who later have been the principal investigators of the area. For the preparation of the meeting, J. McCarthy, M. Minsky, N. Rochester and CE Shannon drafted a proposal in which the term "artificial intelligence" appears for the first time. It seems that this name was given at the behest of J. McCarthy. AI is now a name that includes many processes and various applications. Artificial Intelligence is essentially divided into two areas: Machine Learning and Deep Learning.
  • 3. History of Artificial Intelligence Here we look back at five moments in history that have influenced the development of AI: 1. Alan Turning, universally acclaimed as the father of modern computers , published a paper in 1950 describing the Turing Test - also known as the "imitation game" - testing whether a machine could influence a person to believe it she is human. 2. The computer scientist John McCarthy coined the term 'artificial intelligence' in 1956 at a conference at Dartmouth University. As a result, the US government gave McCarthy and his fellow scientist Marvin Minsky the financial resources to develop AI to strengthen their position in the Cold War with Russia. There were efforts to use artificial intelligence to understand the patterns of the Russian language in the hope that it would enable them to translate Russian documents to a greater extent faster. 3. The 1970s saw the beginning of the winter season . Government funding for AI was cut when not enough progress was visible. In 1973, Professor Sir James Lighthill argued that machines would never be able to achieve more than the level of an "experienced amateur" in chess. 4. As a result of a rise in funding for AI and its economic success in the 1980s, IBM's supercomputer Deep Blue hit world chess champion Garry Kasparov in 1997. Deep Blue was able to analyze up to 200 million potential positions in a second. 5. In 2016, a team at Google taught their computer to keep secrets by creating neutral networks that could encrypt and hide information from each other. They taught the networks "Alice" and "Bob" to encrypt and share information while preventing the third network "Eve" from decrypting it.
  • 4. What is Machine Learning? Machine Learning "combines algorithms that learn from examples, data" . This makes it possible to "predict values ​​from datasets that serve as an example". Consequence: the quality of the result depends on the quality of the data provided to the learning system. •Supervised learning , which provides examples to learn the system and provides the right answer. This type of AI is used to identify video content, predict the selling price of a home based on a history, or predict medical risks. •Learning unsupervised , is to provide many examples to the system, but this time without giving good answers. What machine learning to group customers by affinities, detect anomalies (banking fraud), or detect correlations (to put two products side by side in a store rack for example). •The semi-supervised learning is to provide many examples to the system, and the right answer for some of them. Enough to allow Google or Facebook to "recognize" people in the photos you have hosted by these services. •Reinforcement learning allows a system to evolve in a physical (i.e., a robot) or virtual environment. The system is improving with punishments and rewards. This is how a robot learns to walk alone, or a bot in a video game improves.
  • 5. What is Deep Learning? Deep learning is based on the ability of a technology to learn from raw data. Word processing, voice or facial recognition; the applications are numerous. Yann LeCun and Geoffrey Hinton are the two leading specialists in this field, which exploits neural networks, inspired by biological neurons. If these digital neurons can be connected in various ways, the neural networks are in most cases composed of superimposed layers. The neural network is trained to recognize the contents of an image. Depending on the result, the "connection strength" between each neuron is corrected. Thus, the neural network is perfected until no more recognition error. "The Deep Learning is very powerful but also very expensive" says the Cigref guide. "It should be kept for the most important classes and use other machine learning algorithms that can result in a sufficient result at a lower cost.“ AI does not boil down to machine learning and deep learning however warns Olivier Ezratty in a recent blog post . "The vast field of AI includes other techniques, including symbolic AI, logic programming and rule engines, and the news has muted them because of the tinkle around deep learning. This one has limitations: the best AI solutions often integrate and assemble several different techniques. “
  • 6. Types of artificial intelligenceAI can be categorized in any number of ways, but here are two examples. The first classifies AI systems as weak AI or strong AI. Weak AI, also known as narrow AI, is an AI system that is designed and trained for a particular task. Virtual personal assistants, such as Apple's Siri, are a weak form of AI. Strong AI, also known as artificial general intelligence, is an AI system with generalized human cognitive abilities, so that when presented with an unknown task, it has enough intelligence to find a solution. The Turing test, developed by the mathematician Alan Turing in 1950, is a method used to determine if a computer can really think like a human, although the method is controversial. The second example is from Arend Hintze, an assistant professor of integrative biology and engineering and computer science at Michigan State University. It categorizes the AI ​​into four types, from the type of AI systems that exist today to the sensitive systems, which do not yet exist. Its categories are the following:
  • 7. Types of artificial intelligence• Type 1: Reactive machines. An example is Deep Blue, the IBM chess program that beat Garry Kasparov in the 1990s. Deep Blue can identify pieces on the chessboard and make predictions, but has no memory and can not use past experiences to inform future ones. Analyze possible movements - your own and those of your opponent - and choose the most strategic movement. Deep Blue and Google's Alpha GO were designed for narrow purposes and can not be easily applied to another situation. • Type 2: Limited memory. These AI systems can use past experiences to inform future decisions. Some of the decision-making functions in autonomous vehicles have been designed in this way. The observations are used to inform the actions that occur in the not so distant future, such as a car that has changed lanes. These observations are not stored permanently. • Type 3: Theory of the mind. This is a psychological term. It refers to the understanding that others have their own beliefs, desires and intentions that affect the decisions they make. This type of AI does not exist yet. • Type 4: Self-knowledge. In this category, AI systems have a sense of themselves, they have consciousness. Self-aware machines understand their current state and can use the information to infer what others are feeling. This type of AI does not exist yet.
  • 8. Examples of AI technology • Automation is the process of automatically creating a system or a process function. Robotic process automation (RPA), for example, can be programmed to perform high volume repeatable tasks normally performed by human beings. RPA is different from IT automation in that it can be adapted to changing circumstances. • Machine learning is the science of getting a computer to act without programming. The deep learning is a subset of machine learning, in very simple terms, it can be considered as the automation of predictive analytics. There are three types of machine learning algorithms: supervised learning, in which data sets are labeled so that patterns can be detected and used to label new data sets; unsupervised learning, in which the data sets are not labeled and classified according to similarities or differences; and reinforcement learning, in which the data sets are not labeled, but after performing an action or several actions, the AI ​​system receives feedback. • The vision of the machine is the science of making computers see. The vision of the machine captures and analyzes the visual information using a camera, the analog-to-digital conversion and the digital signal processing. It is often compared to human sight, but artificial vision is not linked to biology and can be programmed to see through the walls, for example. It is used in a wide range of applications, from the identification of the signature to the analysis of medical images. Computer vision, which focuses on machine image processing, is often combined with artificial vision.
  • 9. Examples of AI technology • Natural language processing (NLP) is the processing of human and non-computer language by a computer program. One of the oldest and best-known examples of NLP is the detection of spam, which looks at the subject line and the text of an email and decides if it is garbage. Current approaches to NLP are based on machine learning . NLP tasks include text translation, feelings analysis and speech recognition. • Pattern recognition is a branch of machine learning that focuses on the identification of patterns in the data. The term, today, is outdated. • Robotics is an engineering field focused on the design and manufacture of robots. Robots are often used to perform tasks that are difficult for humans to perform or it is difficult for them to perform consistently. They are used in assembly lines for the production of cars or by NASA to move large objects in space. More recently, researchers are using machine learning to build robots that can interact in social settings.
  • 10. AI applications AI in healthcare. The biggest bets are on improving patient outcomes and reducing costs. Companies are applying machine learning to make diagnoses better and faster than humans. One of the best-known healthcare technologies is IBM Watson. He understands natural language and is able to answer the questions that are asked. The system extracts patient data and other available data sources to form a hypothesis, which it then presents with a confidence score scheme. Other AI applications include chatbots, a computer program used online to answer questions and help clients, to help schedule follow-up appointments or to help patients through the billing process, as well as in virtual health assistants who provide basic medical feedback. AI in business. The automation of robotic processes is being applied to highly repetitive tasks that humans normally perform. The machine learning algorithms are being integrated into the analysis and CRM platforms to discover information on how to better serve customers. The chatbots have been incorporated into websites to provide immediate service to customers. The automation of jobs has also become a point of conversation between academics and IT consultants, such as Gartner and Forrester.
  • 11. AI applications AI in education. The AI ​​can automate the rating, giving educators more time. AI can evaluate students and adapt to their needs, helping them to work at their own pace. AI tutors can provide additional support to students, ensuring that they stay on track. AI could change where and how students learn, perhaps even replacing some teachers. AI in finance. The AI ​​applied to personal finance applications, such as Mint or Turbo Tax, is transforming financial institutions. Applications like these could collect personal data and provide financial advice. Other programs,IBM Watson being one, have been applied to the process of buying a house. Today, software performs much of the operations on Wall Street.
  • 12. AI applications AI in the law. The process of discovery, through the review of documents, in the law is often overwhelming for human beings. Automating this process is a better use of time and a more efficient process. The startups are also building computerized assistants with questions and answers that can sift questions programmed to answer by examining the taxonomy and ontology associated with a database. AI in manufacturing. This is an area that has been at the forefront of incorporating robots into the workflow. Industrial robots used to perform unique tasks and were separated from human workers, but as technology advances that has changed.
  • 13. Conclusions Computing has advanced enormously since its inception 70 years ago. The computing power has been multiplied by two every 18 months, following Moore's law. It is believed that, if Moore's law continues to be met, by 2030 the computing capacity of a processor will correspond to that of a person. In turn, the amount of information stored digitally today is huge. Search engines like Google store millions of copies of existing web pages, and mail services companies accumulate millions of our messages. Social networks register our interests and our friendships. Companies keep any information, however insignificant, in case it may be of some use in the future. Naturally, an increase in the speed of computing and a greater storage capacity will mean that the systems have more resources to make decisions and that these decisions are made in a more informed way and, in turn, in a more personalized way.
  • 14. Maad M. Mijwel May 2016 Teşekkür Ederim.