Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2e76a6

Browse files
committed
chap1
1 parent f83095a commit b2e76a6

10 files changed

Lines changed: 189 additions & 9 deletions

File tree

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 51d0cd7ccdc5a0dd4c1451065363271d
3+
config: e91df9942e64bdafe538b79b503f2c89
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
3.84 KB
Binary file not shown.
-2 Bytes
Binary file not shown.
9.88 KB
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

docs/build/html/_sources/part1/chap1.rst.txt

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,23 +202,79 @@ abilities rather than automate away human tasks.
202202
1.2.6 Computer engineering
203203
^^^^^^^^^^^^^^^^^^^^^^^^^^
204204

205+
* How can we build an efficient computer?
205206

206-
207-
207+
**Moore’s law** states that performance doubled every 18 months.
208+
**Quantum computing** holds out the promise of far greater accelerations for
209+
some important subclasses of AI algorithms.
208210

209211
1.2.7 Control theory and cybernetics
210212
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
211213

214+
* How can artifacts operate under their own control?
212215

213-
216+
Modern control theory, especially the branch known as stochastic optimal
217+
control, has as its goal the design of systems that maximize a **cost function**
218+
over time.
214219

215220
1.2.8 Linguistics
216221
^^^^^^^^^^^^^^^^^
217222

223+
* How does language relate to thought?
224+
225+
Modern linguistics and AI, then, were “born” at about the same time, and grew up
226+
together, intersecting in a hybrid field called **computational linguistics** or
227+
**natural language processing**.
218228

219229
1.3 The History of Artificial Intelligence
220230
------------------------------------------
221231

232+
1.3.1 The inception of artificial intelligence (1943-1956)
233+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
234+
235+
The first work that is now generally recognized as AI was done by Warren
236+
McCulloch and Walter Pitts (1943).
237+
238+
1.3.2 Early enthusiasm, great expectations (1952-1969)
239+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
240+
241+
The intellectual establishment of the 1950s, by and large, preferred to believe
242+
that "a machine can never do X".
243+
John McCarthy referred to this period as the "Look, Ma, no hands!" era.
244+
245+
1.3.3 A does of reality (1966-1973)
246+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
247+
248+
In almost all cases these early systems failed on more difficult problems.
249+
The illusion of unlimited computational power was not confined to problem-solving programs.
250+
251+
1.3.4 Expert systems (1969-1986)
252+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
253+
254+
The picture of problem solving that had arisen during the first decade of AI
255+
research was of a general-purpose search mechanism trying to string together
256+
elementary reasoning steps to find complete solutions.
257+
Such approaches have been called **weak methods**.
258+
The alternative to weak methods is to use more powerful, domain-specific
259+
knowledge that allows larger reasoning steps and can more easily handle
260+
typically occurring cases in narrow areas of expertise.
261+
262+
1.3.5 The return of neural networks (1986-present)
263+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264+
265+
In the mid-1980s at least four different groups reinvented the
266+
**back-propagation** learning algorithm first developed in the early 1960s.
267+
268+
1.3.6 Probabilistic reasoning and machine learning (1987-present)
269+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
270+
271+
272+
1.3.7 Big data (2001-present)
273+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274+
275+
276+
1.3.8 Deep learning (2011-present)
277+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
222278

223279

224280

docs/build/html/part1/chap1.html

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,17 @@
111111
<li class="toctree-l4"><a class="reference internal" href="#linguistics">1.2.8 Linguistics</a></li>
112112
</ul>
113113
</li>
114-
<li class="toctree-l3"><a class="reference internal" href="#the-history-of-artificial-intelligence">1.3 The History of Artificial Intelligence</a></li>
114+
<li class="toctree-l3"><a class="reference internal" href="#the-history-of-artificial-intelligence">1.3 The History of Artificial Intelligence</a><ul>
115+
<li class="toctree-l4"><a class="reference internal" href="#the-inception-of-artificial-intelligence-1943-1956">1.3.1 The inception of artificial intelligence (1943-1956)</a></li>
116+
<li class="toctree-l4"><a class="reference internal" href="#early-enthusiasm-great-expectations-1952-1969">1.3.2 Early enthusiasm, great expectations (1952-1969)</a></li>
117+
<li class="toctree-l4"><a class="reference internal" href="#a-does-of-reality-1966-1973">1.3.3 A does of reality (1966-1973)</a></li>
118+
<li class="toctree-l4"><a class="reference internal" href="#expert-systems-1969-1986">1.3.4 Expert systems (1969-1986)</a></li>
119+
<li class="toctree-l4"><a class="reference internal" href="#the-return-of-neural-networks-1986-present">1.3.5 The return of neural networks (1986-present)</a></li>
120+
<li class="toctree-l4"><a class="reference internal" href="#probabilistic-reasoning-and-machine-learning-1987-present">1.3.6 Probabilistic reasoning and machine learning (1987-present)</a></li>
121+
<li class="toctree-l4"><a class="reference internal" href="#big-data-2001-present">1.3.7 Big data (2001-present)</a></li>
122+
<li class="toctree-l4"><a class="reference internal" href="#deep-learning-2011-present">1.3.8 Deep learning (2011-present)</a></li>
123+
</ul>
124+
</li>
115125
<li class="toctree-l3"><a class="reference internal" href="#the-sate-of-the-art">1.4 The Sate of the Art</a></li>
116126
<li class="toctree-l3"><a class="reference internal" href="#risks-and-benefits-of-ai">1.5 Risks and Benefits of AI</a></li>
117127
</ul>
@@ -422,16 +432,74 @@ <h3>1.2.5 Psychology<a class="headerlink" href="#psychology" title="Permalink to
422432
</div>
423433
<div class="section" id="computer-engineering">
424434
<h3>1.2.6 Computer engineering<a class="headerlink" href="#computer-engineering" title="Permalink to this headline"></a></h3>
435+
<ul class="simple">
436+
<li><p>How can we build an efficient computer?</p></li>
437+
</ul>
438+
<p><strong>Moore’s law</strong> states that performance doubled every 18 months.
439+
<strong>Quantum computing</strong> holds out the promise of far greater accelerations for
440+
some important subclasses of AI algorithms.</p>
425441
</div>
426442
<div class="section" id="control-theory-and-cybernetics">
427443
<h3>1.2.7 Control theory and cybernetics<a class="headerlink" href="#control-theory-and-cybernetics" title="Permalink to this headline"></a></h3>
444+
<ul class="simple">
445+
<li><p>How can artifacts operate under their own control?</p></li>
446+
</ul>
447+
<p>Modern control theory, especially the branch known as stochastic optimal
448+
control, has as its goal the design of systems that maximize a <strong>cost function</strong>
449+
over time.</p>
428450
</div>
429451
<div class="section" id="linguistics">
430452
<h3>1.2.8 Linguistics<a class="headerlink" href="#linguistics" title="Permalink to this headline"></a></h3>
453+
<ul class="simple">
454+
<li><p>How does language relate to thought?</p></li>
455+
</ul>
456+
<p>Modern linguistics and AI, then, were “born” at about the same time, and grew up
457+
together, intersecting in a hybrid field called <strong>computational linguistics</strong> or
458+
<strong>natural language processing</strong>.</p>
431459
</div>
432460
</div>
433461
<div class="section" id="the-history-of-artificial-intelligence">
434462
<h2>1.3 The History of Artificial Intelligence<a class="headerlink" href="#the-history-of-artificial-intelligence" title="Permalink to this headline"></a></h2>
463+
<div class="section" id="the-inception-of-artificial-intelligence-1943-1956">
464+
<h3>1.3.1 The inception of artificial intelligence (1943-1956)<a class="headerlink" href="#the-inception-of-artificial-intelligence-1943-1956" title="Permalink to this headline"></a></h3>
465+
<p>The first work that is now generally recognized as AI was done by Warren
466+
McCulloch and Walter Pitts (1943).</p>
467+
</div>
468+
<div class="section" id="early-enthusiasm-great-expectations-1952-1969">
469+
<h3>1.3.2 Early enthusiasm, great expectations (1952-1969)<a class="headerlink" href="#early-enthusiasm-great-expectations-1952-1969" title="Permalink to this headline"></a></h3>
470+
<p>The intellectual establishment of the 1950s, by and large, preferred to believe
471+
that “a machine can never do X”.
472+
John McCarthy referred to this period as the “Look, Ma, no hands!” era.</p>
473+
</div>
474+
<div class="section" id="a-does-of-reality-1966-1973">
475+
<h3>1.3.3 A does of reality (1966-1973)<a class="headerlink" href="#a-does-of-reality-1966-1973" title="Permalink to this headline"></a></h3>
476+
<p>In almost all cases these early systems failed on more difficult problems.
477+
The illusion of unlimited computational power was not confined to problem-solving programs.</p>
478+
</div>
479+
<div class="section" id="expert-systems-1969-1986">
480+
<h3>1.3.4 Expert systems (1969-1986)<a class="headerlink" href="#expert-systems-1969-1986" title="Permalink to this headline"></a></h3>
481+
<p>The picture of problem solving that had arisen during the first decade of AI
482+
research was of a general-purpose search mechanism trying to string together
483+
elementary reasoning steps to find complete solutions.
484+
Such approaches have been called <strong>weak methods</strong>.
485+
The alternative to weak methods is to use more powerful, domain-specific
486+
knowledge that allows larger reasoning steps and can more easily handle
487+
typically occurring cases in narrow areas of expertise.</p>
488+
</div>
489+
<div class="section" id="the-return-of-neural-networks-1986-present">
490+
<h3>1.3.5 The return of neural networks (1986-present)<a class="headerlink" href="#the-return-of-neural-networks-1986-present" title="Permalink to this headline"></a></h3>
491+
<p>In the mid-1980s at least four different groups reinvented the
492+
<strong>back-propagation</strong> learning algorithm first developed in the early 1960s.</p>
493+
</div>
494+
<div class="section" id="probabilistic-reasoning-and-machine-learning-1987-present">
495+
<h3>1.3.6 Probabilistic reasoning and machine learning (1987-present)<a class="headerlink" href="#probabilistic-reasoning-and-machine-learning-1987-present" title="Permalink to this headline"></a></h3>
496+
</div>
497+
<div class="section" id="big-data-2001-present">
498+
<h3>1.3.7 Big data (2001-present)<a class="headerlink" href="#big-data-2001-present" title="Permalink to this headline"></a></h3>
499+
</div>
500+
<div class="section" id="deep-learning-2011-present">
501+
<h3>1.3.8 Deep learning (2011-present)<a class="headerlink" href="#deep-learning-2011-present" title="Permalink to this headline"></a></h3>
502+
</div>
435503
</div>
436504
<div class="section" id="the-sate-of-the-art">
437505
<h2>1.4 The Sate of the Art<a class="headerlink" href="#the-sate-of-the-art" title="Permalink to this headline"></a></h2>

0 commit comments

Comments
 (0)