<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Artificial Intelligence on Arshad Siddiqui</title><link>https://arshadhs.github.io/tags/artificial-intelligence/</link><description>Recent content in Artificial Intelligence on Arshad Siddiqui</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://arshadhs.github.io/tags/artificial-intelligence/index.xml" rel="self" type="application/rss+xml"/><item><title>Artificial Intelligence</title><link>https://arshadhs.github.io/docs/ai/060-artificial-and-computer-intelligence/010-introduction-to-artificial-intelligence/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://arshadhs.github.io/docs/ai/060-artificial-and-computer-intelligence/010-introduction-to-artificial-intelligence/</guid><description>&lt;h1 id="artificial-intelligence">
 Artificial Intelligence
 
 &lt;a class="anchor" href="#artificial-intelligence">#&lt;/a>
 
&lt;/h1>
&lt;p>Artificial Intelligence (AI) is concerned with building systems that can &lt;strong>perceive, reason, learn, decide and act&lt;/strong> in ways that achieve useful goals.&lt;/p>
&lt;p>The foundations of AI, its major application areas, four classic ways of thinking about intelligence, important milestones in its development, and some of the risks that accompany increasingly capable AI systems.&lt;/p>
&lt;h2 id="learning-objectives">
 Learning Objectives
 
 &lt;a class="anchor" href="#learning-objectives">#&lt;/a>
 
&lt;/h2>
&lt;ul>
&lt;li>explain what intelligence and artificial intelligence mean in practical terms&lt;/li>
&lt;li>identify the major disciplines that contributed to AI&lt;/li>
&lt;li>distinguish &lt;strong>thinking humanly&lt;/strong>, &lt;strong>acting humanly&lt;/strong>, &lt;strong>thinking rationally&lt;/strong> and &lt;strong>acting rationally&lt;/strong>&lt;/li>
&lt;li>explain the idea behind the &lt;strong>Turing Test&lt;/strong>&lt;/li>
&lt;li>describe why the rational-agent view is central to modern AI&lt;/li>
&lt;li>recognise important application areas and risks of AI&lt;/li>
&lt;/ul>
&lt;h2 id="big-picture">
 Big Picture
 
 &lt;a class="anchor" href="#big-picture">#&lt;/a>
 
&lt;/h2>


&lt;pre class="mermaid">flowchart TD
 A[Artificial Intelligence] --&amp;gt; B[Human-like]
 A --&amp;gt; C[Rational]
 B --&amp;gt; D[Think like humans]
 B --&amp;gt; E[Act like humans]
 C --&amp;gt; F[Think rationally]
 C --&amp;gt; G[Act rationally]

 style A fill:#C8E6C9
 style B fill:#E1F5FE
 style C fill:#FFF9C4
 style D fill:#EDE7F6
 style E fill:#EDE7F6
 style F fill:#C8E6C9
 style G fill:#C8E6C9&lt;/pre>
&lt;hr>
&lt;ol>
&lt;li>Agent&lt;/li>
&lt;li>Explore (all possible solutions)&lt;/li>
&lt;li>Environment&lt;/li>
&lt;li>Sensor → i/p → Percept&lt;/li>
&lt;li>Actuator&lt;/li>
&lt;li>Action&lt;/li>
&lt;li>Initial State: Source&lt;/li>
&lt;li>Transition Model&lt;/li>
&lt;li>Random-isation&lt;/li>
&lt;li>Learned Info → FACT → Knowledge Base&lt;/li>
&lt;li>Backtracking&lt;/li>
&lt;/ol>
&lt;ul>
&lt;li>State Space Transition Diagram / Search Tree&lt;/li>
&lt;li>Performance Measure → Numerical Measure (Minimise or Maximise)&lt;/li>
&lt;/ul>
&lt;p>M2 → Search
M4 → Game
M5 → Knowledge → Fact → KB → Inference&lt;/p></description></item></channel></rss>