├── latex
└── future-exercises.tex
├── _site
├── latex
│ └── future-exercises.tex
├── figures
│ ├── aima.jpg
│ ├── FigArm1.png
│ ├── aima_logo.png
│ ├── DTL-algorithm.png
│ ├── family2-figure.png
│ ├── sr-hmm-figure.png
│ ├── australia-figure.png
│ ├── burglary-figure.png
│ ├── de-finetti-table.png
│ ├── maze-3x3-figure.png
│ ├── ontology-figure.png
│ ├── tree-csp-figure.png
│ ├── airport-id-figure.png
│ ├── bayes-candy-figure.png
│ ├── dentist-joint-table.png
│ ├── illuminationfigure.png
│ ├── jobshop-cpm-figure.png
│ ├── line-game4-figure.png
│ ├── mt-alignment-figure.png
│ ├── vacuum-world-figure.png
│ ├── vacuum2-sets-figure.png
│ ├── wumpus-seq35-figure.png
│ ├── computer-brain-table.png
│ ├── enumeration-algorithm.png
│ ├── geometric-scene-figure.png
│ ├── airport-au-id-exercise.png
│ ├── airport-pddl-algorithm.png
│ ├── cryptarithmetic-figure.png
│ ├── mixture-networks-figure.png
│ ├── pl-horn-example-figure.png
│ ├── rain-clustering-figure.png
│ ├── satplan-agent-algorithm.png
│ ├── sussman-anamoly-figure.png
│ ├── vacuum-maze-ch4-figure.png
│ ├── vacuum-maze-hmm2-figure.png
│ ├── wumpus-entailment-figure.png
│ ├── battery-persistence-figure.png
│ ├── elimination-ask-algorithm.png
│ ├── forward-backward-algorithm.png
│ ├── logical-equivalence-table.png
│ ├── subsumption-lattice-figure.png
│ ├── and-or-graph-search-algorithm.png
│ ├── backward-chaining-algorithm.png
│ ├── hybrid-wumpus-agent-algorithm.png
│ ├── restaurant-back-prop-figure.png
│ ├── vacuum-agent-function-table.png
│ ├── sequential-decision-world-figure.png
│ └── sequential-decision-policies-figure.png
├── public
│ ├── aima_logo.ico
│ ├── fonts
│ │ ├── poppins
│ │ │ ├── Poppins-Black.ttf
│ │ │ ├── Poppins-Bold.ttf
│ │ │ ├── Poppins-Light.ttf
│ │ │ ├── Poppins-Thin.ttf
│ │ │ ├── Poppins-Italic.ttf
│ │ │ ├── Poppins-Medium.ttf
│ │ │ ├── Poppins-Regular.ttf
│ │ │ ├── Poppins-SemiBold.ttf
│ │ │ ├── Poppins-BoldItalic.ttf
│ │ │ ├── Poppins-ExtraBold.ttf
│ │ │ ├── Poppins-ExtraLight.ttf
│ │ │ ├── Poppins-ThinItalic.ttf
│ │ │ ├── Poppins-BlackItalic.ttf
│ │ │ ├── Poppins-LightItalic.ttf
│ │ │ ├── Poppins-MediumItalic.ttf
│ │ │ ├── Poppins-ExtraBoldItalic.ttf
│ │ │ ├── Poppins-SemiBoldItalic.ttf
│ │ │ └── Poppins-ExtraLightItalic.ttf
│ │ ├── font-awesome-4.7.0
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ └── less
│ │ │ │ ├── fixed-width.less
│ │ │ │ └── screen-reader.less
│ │ └── Linearicons-Free-v1.0.0
│ │ │ └── WebFont
│ │ │ ├── Linearicons-Free.eot
│ │ │ ├── Linearicons-Free.ttf
│ │ │ ├── Linearicons-Free.woff
│ │ │ └── Linearicons-Free.woff2
│ └── apple-touch-icon-precomposed.png
└── markdown
│ ├── 17-Making-Complex-Decision
│ └── exercises
│ │ ├── ex_20
│ │ └── question.md
│ │ ├── ex_18
│ │ └── question.md
│ │ ├── ex_16
│ │ └── question.md
│ │ └── ex_14
│ │ └── question.md
│ ├── 10-Classical-Planning
│ └── exercises
│ │ ├── ex_9
│ │ └── question.md
│ │ ├── ex_2
│ │ └── question.md
│ │ ├── ex_7
│ │ └── question.md
│ │ ├── ex_10
│ │ └── question.md
│ │ └── ex_13
│ │ └── question.md
│ ├── 1-Introduction
│ └── exercises
│ │ ├── ex_14
│ │ └── question.md
│ │ ├── ex_4
│ │ └── question.md
│ │ ├── ex_13
│ │ └── question.md
│ │ ├── ex_1
│ │ └── question.md
│ │ ├── ex_8
│ │ └── question.md
│ │ ├── ex_19
│ │ └── question.md
│ │ ├── ex_16
│ │ └── question.md
│ │ ├── ex_15
│ │ └── question.md
│ │ ├── ex_6
│ │ └── question.md
│ │ ├── ex_5
│ │ └── question.md
│ │ └── ex_17
│ │ └── question.md
│ ├── 4-Beyond-Classical-Search
│ └── exercises
│ │ ├── ex_17
│ │ └── question.md
│ │ ├── ex_11
│ │ └── question.md
│ │ └── ex_10
│ │ └── question.md
│ ├── 8-First-Order-Logic
│ └── exercises
│ │ ├── ex_3
│ │ └── question.md
│ │ ├── ex_4
│ │ └── question.md
│ │ ├── ex_5
│ │ └── question.md
│ │ ├── ex_20
│ │ └── question.md
│ │ ├── ex_2
│ │ └── question.md
│ │ ├── ex_19
│ │ └── question.md
│ │ ├── ex_21
│ │ └── question.md
│ │ ├── ex_32
│ │ └── question.md
│ │ ├── ex_22
│ │ └── question.md
│ │ ├── ex_18
│ │ └── question.md
│ │ ├── ex_15
│ │ └── question.md
│ │ └── ex_35
│ │ └── question.md
│ ├── 13-Quantifying-Uncertainity
│ └── exercises
│ │ ├── ex_1
│ │ └── question.md
│ │ ├── ex_2
│ │ └── question.md
│ │ ├── ex_15
│ │ └── question.md
│ │ └── ex_27
│ │ └── question.md
│ ├── 3-Solving-Problems-By-Searching
│ └── exercises
│ │ ├── ex_1
│ │ └── question.md
│ │ ├── ex_37
│ │ └── question.md
│ │ ├── ex_13
│ │ └── question.md
│ │ ├── ex_29
│ │ └── question.md
│ │ ├── ex_22
│ │ └── question.md
│ │ ├── ex_12
│ │ └── question.md
│ │ └── ex_15
│ │ └── question.md
│ ├── 12-Knowledge-Representation
│ └── exercises
│ │ ├── ex_14
│ │ └── question.md
│ │ ├── ex_18
│ │ └── question.md
│ │ ├── ex_19
│ │ └── question.md
│ │ ├── ex_17
│ │ └── question.md
│ │ ├── ex_20
│ │ └── question.md
│ │ └── ex_12
│ │ └── question.md
│ ├── 18-Learning-From-Examples
│ └── exercises
│ │ ├── ex_4
│ │ └── question.md
│ │ ├── ex_24
│ │ └── question.md
│ │ └── ex_3
│ │ └── question.md
│ ├── 2-Intelligent-Agent
│ └── exercises
│ │ ├── ex_9
│ │ └── question.md
│ │ ├── ex_3
│ │ └── question.md
│ │ └── ex_7
│ │ └── question.md
│ ├── 19-Knowledge-In-Learning
│ └── exercises
│ │ ├── ex_4
│ │ └── question.md
│ │ └── ex_1
│ │ └── question.md
│ ├── 6-Constraint-Satisfaction-Problems
│ └── exercises
│ │ ├── ex_13
│ │ └── question.md
│ │ ├── ex_18
│ │ └── question.md
│ │ ├── ex_17
│ │ └── question.md
│ │ └── ex_9
│ │ └── question.md
│ ├── 9-Inference-In-First-Order-Logic
│ └── exercises
│ │ ├── ex_25
│ │ └── question.md
│ │ ├── ex_26
│ │ └── question.md
│ │ ├── ex_1
│ │ └── question.md
│ │ ├── ex_10
│ │ └── question.md
│ │ ├── ex_31
│ │ └── question.md
│ │ └── ex_30
│ │ └── question.md
│ ├── Future Exercises
│ └── README.md
│ ├── 21-Reinforcement-Learning
│ └── exercises
│ │ ├── ex_12
│ │ └── question.md
│ │ ├── ex_11
│ │ └── question.md
│ │ ├── ex_5
│ │ └── question.md
│ │ ├── ex_13
│ │ └── question.md
│ │ └── ex_8
│ │ └── question.md
│ ├── 26-Philosophical-Foundations
│ └── exercises
│ │ ├── ex_2
│ │ └── question.md
│ │ ├── ex_3
│ │ └── question.md
│ │ ├── ex_11
│ │ └── question.md
│ │ ├── ex_10
│ │ └── question.md
│ │ ├── ex_6
│ │ └── question.md
│ │ ├── ex_4
│ │ └── question.md
│ │ ├── ex_8
│ │ └── question.md
│ │ └── ex_1
│ │ └── question.md
│ ├── 5-Adversarial-Search
│ └── exercises
│ │ ├── ex_15
│ │ └── question.md
│ │ ├── ex_6
│ │ └── question.md
│ │ ├── ex_5
│ │ └── question.md
│ │ ├── ex_20
│ │ └── question.md
│ │ └── ex_1
│ │ └── question.md
│ ├── 22-Natural-Language-Processing
│ └── exercises
│ │ ├── ex_9
│ │ └── question.md
│ │ ├── ex_8
│ │ └── question.md
│ │ ├── ex_10
│ │ └── question.md
│ │ └── ex_7
│ │ └── question.md
│ ├── 7-Logical-Agents
│ └── exercises
│ │ ├── ex_29
│ │ └── question.md
│ │ ├── ex_31
│ │ └── question.md
│ │ ├── ex_32
│ │ └── question.md
│ │ ├── ex_27
│ │ └── question.md
│ │ ├── ex_15
│ │ └── question.md
│ │ ├── ex_34
│ │ └── question.md
│ │ ├── ex_14
│ │ └── question.md
│ │ └── ex_10
│ │ └── question.md
│ ├── 16-Making-Simple-Decisions
│ └── exercises
│ │ ├── ex_12
│ │ └── question.md
│ │ ├── ex_19
│ │ └── question.md
│ │ └── ex_8
│ │ └── question.md
│ ├── 23-Natural-Language-For-Communication
│ └── exercises
│ │ ├── ex_15
│ │ └── question.md
│ │ └── ex_8
│ │ └── question.md
│ ├── 11-Planning-And-Acting-In-The-Real-World
│ └── exercises
│ │ └── ex_12
│ │ └── question.md
│ ├── 20-Learning-Probabilistic-Models
│ └── exercises
│ │ └── ex_2
│ │ └── question.md
│ ├── 24-Perception
│ └── exercises
│ │ └── ex_1
│ │ └── question.md
│ └── 25-Robotics
│ └── exercises
│ └── ex_7
│ └── question.md
├── .jekyll-metadata
├── figures
├── aima.jpg
├── FigArm1.png
├── aima_logo.png
├── DTL-algorithm.png
├── burglary-figure.png
├── family2-figure.png
├── maze-3x3-figure.png
├── ontology-figure.png
├── sr-hmm-figure.png
├── tree-csp-figure.png
├── airport-id-figure.png
├── australia-figure.png
├── de-finetti-table.png
├── line-game4-figure.png
├── bayes-candy-figure.png
├── computer-brain-table.png
├── dentist-joint-table.png
├── illuminationfigure.png
├── jobshop-cpm-figure.png
├── mt-alignment-figure.png
├── vacuum-world-figure.png
├── vacuum2-sets-figure.png
├── wumpus-seq35-figure.png
├── airport-au-id-exercise.png
├── airport-pddl-algorithm.png
├── cryptarithmetic-figure.png
├── enumeration-algorithm.png
├── pl-horn-example-figure.png
├── rain-clustering-figure.png
├── sussman-anamoly-figure.png
├── vacuum-maze-ch4-figure.png
├── geometric-scene-figure.png
├── elimination-ask-algorithm.png
├── logical-equivalence-table.png
├── mixture-networks-figure.png
├── satplan-agent-algorithm.png
├── vacuum-maze-hmm2-figure.png
├── wumpus-entailment-figure.png
├── backward-chaining-algorithm.png
├── battery-persistence-figure.png
├── forward-backward-algorithm.png
├── restaurant-back-prop-figure.png
├── subsumption-lattice-figure.png
├── vacuum-agent-function-table.png
├── and-or-graph-search-algorithm.png
├── hybrid-wumpus-agent-algorithm.png
├── sequential-decision-world-figure.png
└── sequential-decision-policies-figure.png
├── public
├── aima_logo.ico
├── fonts
│ ├── poppins
│ │ ├── Poppins-Bold.ttf
│ │ ├── Poppins-Thin.ttf
│ │ ├── Poppins-Black.ttf
│ │ ├── Poppins-Italic.ttf
│ │ ├── Poppins-Light.ttf
│ │ ├── Poppins-Medium.ttf
│ │ ├── Poppins-ExtraBold.ttf
│ │ ├── Poppins-Regular.ttf
│ │ ├── Poppins-SemiBold.ttf
│ │ ├── Poppins-BlackItalic.ttf
│ │ ├── Poppins-BoldItalic.ttf
│ │ ├── Poppins-ExtraLight.ttf
│ │ ├── Poppins-LightItalic.ttf
│ │ ├── Poppins-ThinItalic.ttf
│ │ ├── Poppins-MediumItalic.ttf
│ │ ├── Poppins-SemiBoldItalic.ttf
│ │ ├── Poppins-ExtraBoldItalic.ttf
│ │ └── Poppins-ExtraLightItalic.ttf
│ ├── font-awesome-4.7.0
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── less
│ │ │ ├── screen-reader.less
│ │ │ └── fixed-width.less
│ │ └── scss
│ │ │ ├── _fixed-width.scss
│ │ │ └── _screen-reader.scss
│ └── Linearicons-Free-v1.0.0
│ │ └── WebFont
│ │ ├── Linearicons-Free.eot
│ │ ├── Linearicons-Free.ttf
│ │ ├── Linearicons-Free.woff
│ │ └── Linearicons-Free.woff2
└── apple-touch-icon-precomposed.png
├── markdown
├── 17-Making-Complex-Decision
│ └── exercises
│ │ ├── ex_20
│ │ └── question.md
│ │ ├── ex_18
│ │ └── question.md
│ │ ├── ex_16
│ │ └── question.md
│ │ └── ex_14
│ │ └── question.md
├── 1-Introduction
│ └── exercises
│ │ ├── ex_14
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_4
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_13
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_1
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_8
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_19
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_16
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_15
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_6
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_5
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_17
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_10
│ │ └── index.md
│ │ ├── ex_11
│ │ └── index.md
│ │ ├── ex_12
│ │ └── index.md
│ │ ├── ex_18
│ │ └── index.md
│ │ ├── ex_2
│ │ └── index.md
│ │ ├── ex_20
│ │ └── index.md
│ │ ├── ex_7
│ │ └── index.md
│ │ └── ex_9
│ │ └── index.md
├── 10-Classical-Planning
│ └── exercises
│ │ ├── ex_9
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_2
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_7
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_10
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_1
│ │ └── index.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_4
│ │ └── index.md
│ │ ├── ex_5
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_8
│ │ └── index.md
│ │ ├── ex_11
│ │ └── index.md
│ │ ├── ex_12
│ │ └── index.md
│ │ ├── ex_13
│ │ ├── index.md
│ │ └── question.md
│ │ ├── ex_14
│ │ └── index.md
│ │ ├── ex_15
│ │ └── index.md
│ │ ├── ex_16
│ │ └── index.md
│ │ ├── ex_17
│ │ └── index.md
│ │ └── ex_18
│ │ └── index.md
├── 13-Quantifying-Uncertainity
│ └── exercises
│ │ ├── ex_1
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_2
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_15
│ │ └── question.md
│ │ ├── ex_31
│ │ └── index.md
│ │ ├── ex_27
│ │ └── question.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_4
│ │ └── index.md
│ │ ├── ex_5
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_7
│ │ └── index.md
│ │ ├── ex_8
│ │ └── index.md
│ │ └── ex_9
│ │ └── index.md
├── 4-Beyond-Classical-Search
│ └── exercises
│ │ ├── ex_17
│ │ └── question.md
│ │ ├── ex_11
│ │ └── question.md
│ │ └── ex_10
│ │ └── question.md
├── 8-First-Order-Logic
│ └── exercises
│ │ ├── ex_3
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_4
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_5
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_20
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_2
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_19
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_21
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_32
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_22
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_18
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_1
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_7
│ │ └── index.md
│ │ ├── ex_8
│ │ └── index.md
│ │ ├── ex_9
│ │ └── index.md
│ │ ├── ex_10
│ │ └── index.md
│ │ ├── ex_11
│ │ └── index.md
│ │ ├── ex_12
│ │ └── index.md
│ │ ├── ex_13
│ │ └── index.md
│ │ ├── ex_14
│ │ └── index.md
│ │ ├── ex_15
│ │ ├── index.md
│ │ └── question.md
│ │ ├── ex_16
│ │ └── index.md
│ │ ├── ex_17
│ │ └── index.md
│ │ ├── ex_23
│ │ └── index.md
│ │ ├── ex_24
│ │ └── index.md
│ │ ├── ex_25
│ │ └── index.md
│ │ ├── ex_26
│ │ └── index.md
│ │ ├── ex_27
│ │ └── index.md
│ │ ├── ex_28
│ │ └── index.md
│ │ ├── ex_29
│ │ └── index.md
│ │ ├── ex_30
│ │ └── index.md
│ │ ├── ex_31
│ │ └── index.md
│ │ ├── ex_33
│ │ └── index.md
│ │ ├── ex_34
│ │ └── index.md
│ │ ├── ex_35
│ │ ├── index.md
│ │ └── question.md
│ │ └── ex_36
│ │ └── index.md
├── 3-Solving-Problems-By-Searching
│ └── exercises
│ │ ├── ex_1
│ │ └── question.md
│ │ ├── ex_13
│ │ └── question.md
│ │ ├── ex_37
│ │ └── question.md
│ │ ├── ex_29
│ │ └── question.md
│ │ ├── ex_22
│ │ └── question.md
│ │ ├── ex_12
│ │ └── question.md
│ │ └── ex_15
│ │ ├── index.md
│ │ └── question.md
├── 12-Knowledge-Representation
│ └── exercises
│ │ ├── ex_14
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_18
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_19
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_17
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_20
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_12
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_1
│ │ └── index.md
│ │ ├── ex_10
│ │ └── index.md
│ │ ├── ex_11
│ │ └── index.md
│ │ ├── ex_13
│ │ └── index.md
│ │ ├── ex_15
│ │ └── index.md
│ │ ├── ex_16
│ │ └── index.md
│ │ ├── ex_2
│ │ └── index.md
│ │ ├── ex_21
│ │ └── index.md
│ │ ├── ex_22
│ │ └── index.md
│ │ ├── ex_23
│ │ └── index.md
│ │ ├── ex_24
│ │ └── index.md
│ │ ├── ex_25
│ │ └── index.md
│ │ ├── ex_26
│ │ └── index.md
│ │ ├── ex_27
│ │ └── index.md
│ │ ├── ex_28
│ │ └── index.md
│ │ ├── ex_29
│ │ └── index.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_30
│ │ └── index.md
│ │ ├── ex_4
│ │ └── index.md
│ │ ├── ex_5
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_7
│ │ └── index.md
│ │ ├── ex_8
│ │ └── index.md
│ │ └── ex_9
│ │ └── index.md
├── 18-Learning-From-Examples
│ └── exercises
│ │ ├── ex_4
│ │ └── question.md
│ │ ├── ex_24
│ │ └── question.md
│ │ └── ex_3
│ │ └── question.md
├── 2-Intelligent-Agent
│ └── exercises
│ │ ├── ex_9
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_3
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_7
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_1
│ │ └── index.md
│ │ ├── ex_10
│ │ └── index.md
│ │ ├── ex_2
│ │ └── index.md
│ │ ├── ex_4
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_8
│ │ └── index.md
│ │ ├── ex_11
│ │ └── index.md
│ │ ├── ex_12
│ │ └── index.md
│ │ ├── ex_13
│ │ └── index.md
│ │ ├── ex_14
│ │ └── index.md
│ │ ├── ex_15
│ │ └── index.md
│ │ ├── ex_16
│ │ └── index.md
│ │ └── ex_5
│ │ └── index.md
├── 19-Knowledge-In-Learning
│ └── exercises
│ │ ├── ex_4
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_1
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_2
│ │ └── index.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_5
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_7
│ │ └── index.md
│ │ └── ex_8
│ │ └── index.md
├── 9-Inference-In-First-Order-Logic
│ └── exercises
│ │ ├── ex_25
│ │ └── question.md
│ │ ├── ex_26
│ │ └── question.md
│ │ ├── ex_1
│ │ └── question.md
│ │ ├── ex_10
│ │ └── question.md
│ │ ├── ex_31
│ │ └── question.md
│ │ └── ex_30
│ │ └── question.md
├── 6-Constraint-Satisfaction-Problems
│ └── exercises
│ │ ├── ex_13
│ │ └── question.md
│ │ ├── ex_18
│ │ └── question.md
│ │ ├── ex_17
│ │ └── question.md
│ │ └── ex_9
│ │ └── question.md
├── Future Exercises
│ ├── README.md
│ └── index.md
├── 21-Reinforcement-Learning
│ └── exercises
│ │ ├── ex_12
│ │ └── question.md
│ │ ├── ex_11
│ │ └── question.md
│ │ ├── ex_5
│ │ └── question.md
│ │ ├── ex_13
│ │ └── question.md
│ │ └── ex_8
│ │ └── question.md
├── 26-Philosophical-Foundations
│ └── exercises
│ │ ├── ex_2
│ │ └── question.md
│ │ ├── ex_3
│ │ └── question.md
│ │ ├── ex_11
│ │ └── question.md
│ │ ├── ex_10
│ │ └── question.md
│ │ ├── ex_6
│ │ └── question.md
│ │ ├── ex_4
│ │ └── question.md
│ │ ├── ex_8
│ │ └── question.md
│ │ └── ex_1
│ │ └── question.md
├── 5-Adversarial-Search
│ └── exercises
│ │ ├── ex_15
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_6
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_5
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_20
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_1
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_2
│ │ └── index.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_4
│ │ └── index.md
│ │ ├── ex_7
│ │ └── index.md
│ │ ├── ex_8
│ │ └── index.md
│ │ ├── ex_9
│ │ └── index.md
│ │ ├── ex_10
│ │ └── index.md
│ │ ├── ex_11
│ │ └── index.md
│ │ ├── ex_12
│ │ └── index.md
│ │ ├── ex_13
│ │ └── index.md
│ │ ├── ex_14
│ │ └── index.md
│ │ ├── ex_16
│ │ └── index.md
│ │ ├── ex_17
│ │ └── index.md
│ │ ├── ex_18
│ │ └── index.md
│ │ ├── ex_19
│ │ └── index.md
│ │ ├── ex_21
│ │ └── index.md
│ │ ├── ex_22
│ │ └── index.md
│ │ ├── ex_23
│ │ └── index.md
│ │ ├── ex_24
│ │ └── index.md
│ │ └── ex_25
│ │ └── index.md
├── 7-Logical-Agents
│ └── exercises
│ │ ├── ex_29
│ │ └── question.md
│ │ ├── ex_31
│ │ └── question.md
│ │ ├── ex_32
│ │ └── question.md
│ │ ├── ex_27
│ │ └── question.md
│ │ ├── ex_15
│ │ └── question.md
│ │ ├── ex_34
│ │ └── question.md
│ │ ├── ex_14
│ │ └── question.md
│ │ └── ex_10
│ │ └── question.md
├── 22-Natural-Language-Processing
│ └── exercises
│ │ ├── ex_9
│ │ └── question.md
│ │ ├── ex_8
│ │ └── question.md
│ │ ├── ex_10
│ │ └── question.md
│ │ └── ex_7
│ │ └── question.md
├── 16-Making-Simple-Decisions
│ └── exercises
│ │ ├── ex_12
│ │ └── question.md
│ │ ├── ex_19
│ │ └── question.md
│ │ └── ex_8
│ │ └── question.md
├── 23-Natural-Language-For-Communication
│ └── exercises
│ │ ├── ex_15
│ │ └── question.md
│ │ └── ex_8
│ │ └── question.md
├── 25-Robotics
│ └── exercises
│ │ ├── ex_12
│ │ └── index.md
│ │ ├── ex_1
│ │ └── index.md
│ │ ├── ex_2
│ │ └── index.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_4
│ │ └── index.md
│ │ ├── ex_5
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_7
│ │ ├── index.md
│ │ └── question.md
│ │ ├── ex_8
│ │ └── index.md
│ │ ├── ex_9
│ │ └── index.md
│ │ ├── ex_10
│ │ └── index.md
│ │ └── ex_11
│ │ └── index.md
├── 20-Learning-Probabilistic-Models
│ └── exercises
│ │ └── ex_2
│ │ └── question.md
├── 11-Planning-And-Acting-In-The-Real-World
│ └── exercises
│ │ ├── ex_12
│ │ └── question.md
│ │ └── ex_4
│ │ └── question.md
├── 24-Perception
│ └── exercises
│ │ ├── ex_1
│ │ ├── question.md
│ │ └── index.md
│ │ ├── ex_2
│ │ └── index.md
│ │ ├── ex_3
│ │ └── index.md
│ │ ├── ex_4
│ │ └── index.md
│ │ ├── ex_5
│ │ └── index.md
│ │ ├── ex_6
│ │ └── index.md
│ │ ├── ex_7
│ │ └── index.md
│ │ └── ex_8
│ │ └── index.md
├── answersubmittedd.html
└── 14-Probabilistic-Reasoning
│ └── exercises
│ ├── ex_1
│ └── index.md
│ ├── ex_18
│ └── index.md
│ ├── ex_2
│ └── index.md
│ ├── ex_3
│ └── index.md
│ ├── ex_4
│ └── index.md
│ ├── ex_5
│ └── index.md
│ ├── ex_6
│ └── index.md
│ ├── ex_7
│ └── index.md
│ └── ex_8
│ └── index.md
├── .gitignore
├── .sass-cache
├── 0bc8662206c600d4a48109ffea2901f2158a1fcd
│ ├── fonts.scssc
│ ├── rouge-github.scssc
│ └── jekyll-theme-minimal.scssc
├── 111b72a4fb1d6fde30ba48583e0aa7196dec121f
│ ├── fonts.scssc
│ ├── rouge-github.scssc
│ └── jekyll-theme-minimal.scssc
├── 43c702f3d8fa96e3b523990c23a149dd68d9feee
│ ├── _reset.scssc
│ ├── _svg-icons.scssc
│ ├── _variables.scssc
│ └── _highlights.scssc
├── 648e5d0f313199085d09a3be31da4a3ce1f4b4eb
│ ├── _reset.scssc
│ ├── _svg-icons.scssc
│ ├── _variables.scssc
│ └── _highlights.scssc
└── 75d47ea92103cdabbfa8f9a6f400d1e4486321c0
│ ├── _reset.scssc
│ ├── _svg-icons.scssc
│ ├── _variables.scssc
│ └── _highlights.scssc
├── _layouts
├── page.html
├── post.html
├── answersubmitted.html
├── chapter.html
└── questionbank.html
└── Gemfile
/latex/future-exercises.tex:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/_site/latex/future-exercises.tex:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/.jekyll-metadata:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.jekyll-metadata
--------------------------------------------------------------------------------
/figures/aima.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/aima.jpg
--------------------------------------------------------------------------------
/figures/FigArm1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/FigArm1.png
--------------------------------------------------------------------------------
/_site/figures/aima.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/aima.jpg
--------------------------------------------------------------------------------
/figures/aima_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/aima_logo.png
--------------------------------------------------------------------------------
/public/aima_logo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/aima_logo.ico
--------------------------------------------------------------------------------
/_site/figures/FigArm1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/FigArm1.png
--------------------------------------------------------------------------------
/_site/figures/aima_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/aima_logo.png
--------------------------------------------------------------------------------
/_site/public/aima_logo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/aima_logo.ico
--------------------------------------------------------------------------------
/figures/DTL-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/DTL-algorithm.png
--------------------------------------------------------------------------------
/figures/burglary-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/burglary-figure.png
--------------------------------------------------------------------------------
/figures/family2-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/family2-figure.png
--------------------------------------------------------------------------------
/figures/maze-3x3-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/maze-3x3-figure.png
--------------------------------------------------------------------------------
/figures/ontology-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/ontology-figure.png
--------------------------------------------------------------------------------
/figures/sr-hmm-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/sr-hmm-figure.png
--------------------------------------------------------------------------------
/figures/tree-csp-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/tree-csp-figure.png
--------------------------------------------------------------------------------
/figures/airport-id-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/airport-id-figure.png
--------------------------------------------------------------------------------
/figures/australia-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/australia-figure.png
--------------------------------------------------------------------------------
/figures/de-finetti-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/de-finetti-table.png
--------------------------------------------------------------------------------
/figures/line-game4-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/line-game4-figure.png
--------------------------------------------------------------------------------
/_site/figures/DTL-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/DTL-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/family2-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/family2-figure.png
--------------------------------------------------------------------------------
/_site/figures/sr-hmm-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/sr-hmm-figure.png
--------------------------------------------------------------------------------
/figures/bayes-candy-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/bayes-candy-figure.png
--------------------------------------------------------------------------------
/figures/computer-brain-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/computer-brain-table.png
--------------------------------------------------------------------------------
/figures/dentist-joint-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/dentist-joint-table.png
--------------------------------------------------------------------------------
/figures/illuminationfigure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/illuminationfigure.png
--------------------------------------------------------------------------------
/figures/jobshop-cpm-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/jobshop-cpm-figure.png
--------------------------------------------------------------------------------
/figures/mt-alignment-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/mt-alignment-figure.png
--------------------------------------------------------------------------------
/figures/vacuum-world-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/vacuum-world-figure.png
--------------------------------------------------------------------------------
/figures/vacuum2-sets-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/vacuum2-sets-figure.png
--------------------------------------------------------------------------------
/figures/wumpus-seq35-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/wumpus-seq35-figure.png
--------------------------------------------------------------------------------
/markdown/17-Making-Complex-Decision/exercises/ex_20/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Solve the game of three-finger Morra.
4 |
--------------------------------------------------------------------------------
/_site/figures/australia-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/australia-figure.png
--------------------------------------------------------------------------------
/_site/figures/burglary-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/burglary-figure.png
--------------------------------------------------------------------------------
/_site/figures/de-finetti-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/de-finetti-table.png
--------------------------------------------------------------------------------
/_site/figures/maze-3x3-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/maze-3x3-figure.png
--------------------------------------------------------------------------------
/_site/figures/ontology-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/ontology-figure.png
--------------------------------------------------------------------------------
/_site/figures/tree-csp-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/tree-csp-figure.png
--------------------------------------------------------------------------------
/_site/markdown/17-Making-Complex-Decision/exercises/ex_20/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Solve the game of three-finger Morra.
4 |
--------------------------------------------------------------------------------
/figures/airport-au-id-exercise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/airport-au-id-exercise.png
--------------------------------------------------------------------------------
/figures/airport-pddl-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/airport-pddl-algorithm.png
--------------------------------------------------------------------------------
/figures/cryptarithmetic-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/cryptarithmetic-figure.png
--------------------------------------------------------------------------------
/figures/enumeration-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/enumeration-algorithm.png
--------------------------------------------------------------------------------
/figures/pl-horn-example-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/pl-horn-example-figure.png
--------------------------------------------------------------------------------
/figures/rain-clustering-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/rain-clustering-figure.png
--------------------------------------------------------------------------------
/figures/sussman-anamoly-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/sussman-anamoly-figure.png
--------------------------------------------------------------------------------
/figures/vacuum-maze-ch4-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/vacuum-maze-ch4-figure.png
--------------------------------------------------------------------------------
/_site/figures/airport-id-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/airport-id-figure.png
--------------------------------------------------------------------------------
/_site/figures/bayes-candy-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/bayes-candy-figure.png
--------------------------------------------------------------------------------
/_site/figures/dentist-joint-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/dentist-joint-table.png
--------------------------------------------------------------------------------
/_site/figures/illuminationfigure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/illuminationfigure.png
--------------------------------------------------------------------------------
/_site/figures/jobshop-cpm-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/jobshop-cpm-figure.png
--------------------------------------------------------------------------------
/_site/figures/line-game4-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/line-game4-figure.png
--------------------------------------------------------------------------------
/_site/figures/mt-alignment-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/mt-alignment-figure.png
--------------------------------------------------------------------------------
/_site/figures/vacuum-world-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/vacuum-world-figure.png
--------------------------------------------------------------------------------
/_site/figures/vacuum2-sets-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/vacuum2-sets-figure.png
--------------------------------------------------------------------------------
/_site/figures/wumpus-seq35-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/wumpus-seq35-figure.png
--------------------------------------------------------------------------------
/figures/ geometric-scene-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/ geometric-scene-figure.png
--------------------------------------------------------------------------------
/figures/elimination-ask-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/elimination-ask-algorithm.png
--------------------------------------------------------------------------------
/figures/logical-equivalence-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/logical-equivalence-table.png
--------------------------------------------------------------------------------
/figures/mixture-networks-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/mixture-networks-figure.png
--------------------------------------------------------------------------------
/figures/satplan-agent-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/satplan-agent-algorithm.png
--------------------------------------------------------------------------------
/figures/vacuum-maze-hmm2-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/vacuum-maze-hmm2-figure.png
--------------------------------------------------------------------------------
/figures/wumpus-entailment-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/wumpus-entailment-figure.png
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_14/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Is AI a science, or is it engineering? Or neither or both? Explain.
4 |
--------------------------------------------------------------------------------
/markdown/10-Classical-Planning/exercises/ex_9/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Prove that backward search with PDDL problems is complete.
4 |
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-Bold.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-Thin.ttf
--------------------------------------------------------------------------------
/_site/figures/computer-brain-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/computer-brain-table.png
--------------------------------------------------------------------------------
/_site/figures/enumeration-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/enumeration-algorithm.png
--------------------------------------------------------------------------------
/_site/markdown/10-Classical-Planning/exercises/ex_9/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Prove that backward search with PDDL problems is complete.
4 |
--------------------------------------------------------------------------------
/figures/backward-chaining-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/backward-chaining-algorithm.png
--------------------------------------------------------------------------------
/figures/battery-persistence-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/battery-persistence-figure.png
--------------------------------------------------------------------------------
/figures/forward-backward-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/forward-backward-algorithm.png
--------------------------------------------------------------------------------
/figures/restaurant-back-prop-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/restaurant-back-prop-figure.png
--------------------------------------------------------------------------------
/figures/subsumption-lattice-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/subsumption-lattice-figure.png
--------------------------------------------------------------------------------
/figures/vacuum-agent-function-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/vacuum-agent-function-table.png
--------------------------------------------------------------------------------
/markdown/13-Quantifying-Uncertainity/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Show from first principles that $P(a{{\,|\,}}b\land a) = 1$.
4 |
--------------------------------------------------------------------------------
/markdown/4-Beyond-Classical-Search/exercises/ex_17/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Relate the time complexity of LRTA* to its space complexity.
4 |
--------------------------------------------------------------------------------
/markdown/8-First-Order-Logic/exercises/ex_3/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Is the sentence ${\exists\,x,y\;\;} x{{\,=\,}}y$ valid? Explain.
4 |
--------------------------------------------------------------------------------
/public/apple-touch-icon-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/apple-touch-icon-precomposed.png
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-Black.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-Black.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-Italic.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-Light.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-Medium.ttf
--------------------------------------------------------------------------------
/_site/figures/ geometric-scene-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/ geometric-scene-figure.png
--------------------------------------------------------------------------------
/_site/figures/airport-au-id-exercise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/airport-au-id-exercise.png
--------------------------------------------------------------------------------
/_site/figures/airport-pddl-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/airport-pddl-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/cryptarithmetic-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/cryptarithmetic-figure.png
--------------------------------------------------------------------------------
/_site/figures/mixture-networks-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/mixture-networks-figure.png
--------------------------------------------------------------------------------
/_site/figures/pl-horn-example-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/pl-horn-example-figure.png
--------------------------------------------------------------------------------
/_site/figures/rain-clustering-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/rain-clustering-figure.png
--------------------------------------------------------------------------------
/_site/figures/satplan-agent-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/satplan-agent-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/sussman-anamoly-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/sussman-anamoly-figure.png
--------------------------------------------------------------------------------
/_site/figures/vacuum-maze-ch4-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/vacuum-maze-ch4-figure.png
--------------------------------------------------------------------------------
/_site/figures/vacuum-maze-hmm2-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/vacuum-maze-hmm2-figure.png
--------------------------------------------------------------------------------
/_site/figures/wumpus-entailment-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/wumpus-entailment-figure.png
--------------------------------------------------------------------------------
/_site/markdown/1-Introduction/exercises/ex_14/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Is AI a science, or is it engineering? Or neither or both? Explain.
4 |
--------------------------------------------------------------------------------
/_site/markdown/4-Beyond-Classical-Search/exercises/ex_17/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Relate the time complexity of LRTA* to its space complexity.
4 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_3/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Is the sentence ${\exists\,x,y\;\;} x{{\,=\,}}y$ valid? Explain.
4 |
--------------------------------------------------------------------------------
/figures/and-or-graph-search-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/and-or-graph-search-algorithm.png
--------------------------------------------------------------------------------
/figures/hybrid-wumpus-agent-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/hybrid-wumpus-agent-algorithm.png
--------------------------------------------------------------------------------
/markdown/3-Solving-Problems-By-Searching/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Explain why problem formulation must follow goal formulation.
4 |
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-ExtraBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-ExtraBold.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-Regular.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-SemiBold.ttf
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | latex/*.md
2 | latex/*.pdf
3 | latex/*.html
4 | latex/*.aux
5 | latex/*.log
6 | latex/main.tex
7 | Jupyter\ notebook/*.ipynb_checkpoints
--------------------------------------------------------------------------------
/_site/figures/battery-persistence-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/battery-persistence-figure.png
--------------------------------------------------------------------------------
/_site/figures/elimination-ask-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/elimination-ask-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/forward-backward-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/forward-backward-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/logical-equivalence-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/logical-equivalence-table.png
--------------------------------------------------------------------------------
/_site/figures/subsumption-lattice-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/subsumption-lattice-figure.png
--------------------------------------------------------------------------------
/_site/markdown/13-Quantifying-Uncertainity/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Show from first principles that $P(a{{\,|\,}}b\land a) = 1$.
4 |
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-Black.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-Black.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-Bold.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-Light.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-Thin.ttf
--------------------------------------------------------------------------------
/figures/sequential-decision-world-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/sequential-decision-world-figure.png
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 | Are reflex actions (such as flinching from a hot stove) rational? Are
2 | they intelligent?
3 |
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-BlackItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-BlackItalic.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-BoldItalic.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-ExtraLight.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-ExtraLight.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-LightItalic.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-ThinItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-ThinItalic.ttf
--------------------------------------------------------------------------------
/_site/figures/and-or-graph-search-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/and-or-graph-search-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/backward-chaining-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/backward-chaining-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/hybrid-wumpus-agent-algorithm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/hybrid-wumpus-agent-algorithm.png
--------------------------------------------------------------------------------
/_site/figures/restaurant-back-prop-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/restaurant-back-prop-figure.png
--------------------------------------------------------------------------------
/_site/figures/vacuum-agent-function-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/vacuum-agent-function-table.png
--------------------------------------------------------------------------------
/_site/markdown/1-Introduction/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 | Are reflex actions (such as flinching from a hot stove) rational? Are
2 | they intelligent?
3 |
--------------------------------------------------------------------------------
/_site/markdown/3-Solving-Problems-By-Searching/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Explain why problem formulation must follow goal formulation.
4 |
--------------------------------------------------------------------------------
/_site/public/apple-touch-icon-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/apple-touch-icon-precomposed.png
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-Italic.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-Medium.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-Regular.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-SemiBold.ttf
--------------------------------------------------------------------------------
/figures/sequential-decision-policies-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/figures/sequential-decision-policies-figure.png
--------------------------------------------------------------------------------
/markdown/12-Knowledge-Representation/exercises/ex_14/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write event calculus axioms to describe the actions in the wumpus world.
4 |
--------------------------------------------------------------------------------
/markdown/18-Learning-From-Examples/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 | We never test the same attribute twice along one path in a decision
2 | tree. Why not?
3 |
--------------------------------------------------------------------------------
/markdown/2-Intelligent-Agent/exercises/ex_9/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write pseudocode agent programs for the goal-based and utility-based
4 | agents.
5 |
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-MediumItalic.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-SemiBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-SemiBoldItalic.ttf
--------------------------------------------------------------------------------
/_site/markdown/12-Knowledge-Representation/exercises/ex_14/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write event calculus axioms to describe the actions in the wumpus world.
4 |
--------------------------------------------------------------------------------
/_site/markdown/18-Learning-From-Examples/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 | We never test the same attribute twice along one path in a decision
2 | tree. Why not?
3 |
--------------------------------------------------------------------------------
/_site/markdown/2-Intelligent-Agent/exercises/ex_9/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write pseudocode agent programs for the goal-based and utility-based
4 | agents.
5 |
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-BoldItalic.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-ExtraBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-ExtraBold.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-ExtraLight.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-ExtraLight.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-ThinItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-ThinItalic.ttf
--------------------------------------------------------------------------------
/markdown/10-Classical-Planning/exercises/ex_2/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Describe the differences and similarities between problem solving and
4 | planning.
5 |
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-ExtraBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-ExtraBoldItalic.ttf
--------------------------------------------------------------------------------
/public/fonts/poppins/Poppins-ExtraLightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/poppins/Poppins-ExtraLightItalic.ttf
--------------------------------------------------------------------------------
/_site/figures/sequential-decision-world-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/sequential-decision-world-figure.png
--------------------------------------------------------------------------------
/_site/markdown/10-Classical-Planning/exercises/ex_2/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Describe the differences and similarities between problem solving and
4 | planning.
5 |
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-BlackItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-BlackItalic.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-LightItalic.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-MediumItalic.ttf
--------------------------------------------------------------------------------
/markdown/19-Knowledge-In-Learning/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Would a probabilistic version of determinations be useful? Suggest a
4 | definition.
5 |
--------------------------------------------------------------------------------
/markdown/9-Inference-In-First-Order-Logic/exercises/ex_25/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | How can resolution be used to show that a sentence is valid?
4 | Unsatisfiable?
5 |
--------------------------------------------------------------------------------
/_site/figures/sequential-decision-policies-figure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/figures/sequential-decision-policies-figure.png
--------------------------------------------------------------------------------
/_site/markdown/19-Knowledge-In-Learning/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Would a probabilistic version of determinations be useful? Suggest a
4 | definition.
5 |
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-ExtraBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-ExtraBoldItalic.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-SemiBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-SemiBoldItalic.ttf
--------------------------------------------------------------------------------
/markdown/17-Making-Complex-Decision/exercises/ex_18/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Show that a dominant strategy
4 | equilibrium is a Nash equilibrium, but not vice versa.
5 |
--------------------------------------------------------------------------------
/markdown/6-Constraint-Satisfaction-Problems/exercises/ex_13/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | What is the worst-case complexity of running AC-3 on a tree-structured
4 | CSP?
5 |
--------------------------------------------------------------------------------
/markdown/Future Exercises/README.md:
--------------------------------------------------------------------------------
1 | # Future Exercises
2 |
3 | | **Exercise #** | **Status** | **Markdown** |
4 | |:------------|:-----------|:-----------------|
5 |
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/font-awesome-4.7.0/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/_site/markdown/17-Making-Complex-Decision/exercises/ex_18/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Show that a dominant strategy
4 | equilibrium is a Nash equilibrium, but not vice versa.
5 |
--------------------------------------------------------------------------------
/_site/markdown/6-Constraint-Satisfaction-Problems/exercises/ex_13/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | What is the worst-case complexity of running AC-3 on a tree-structured
4 | CSP?
5 |
--------------------------------------------------------------------------------
/_site/markdown/9-Inference-In-First-Order-Logic/exercises/ex_25/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | How can resolution be used to show that a sentence is valid?
4 | Unsatisfiable?
5 |
--------------------------------------------------------------------------------
/_site/markdown/Future Exercises/README.md:
--------------------------------------------------------------------------------
1 | # Future Exercises
2 |
3 | | **Exercise #** | **Status** | **Markdown** |
4 | |:------------|:-----------|:-----------------|
5 |
--------------------------------------------------------------------------------
/_site/public/fonts/poppins/Poppins-ExtraLightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/poppins/Poppins-ExtraLightItalic.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/font-awesome-4.7.0/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/font-awesome-4.7.0/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/markdown/17-Making-Complex-Decision/exercises/ex_16/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | What is the time complexity of $d$ steps of POMDP value iteration for a
4 | sensorless environment?
5 |
--------------------------------------------------------------------------------
/markdown/8-First-Order-Logic/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write down a logical sentence such that every world in which it is true
4 | contains exactly one object.
5 |
--------------------------------------------------------------------------------
/markdown/8-First-Order-Logic/exercises/ex_5/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write down a logical sentence such that every world in which it is true
4 | contains exactly two objects.
5 |
--------------------------------------------------------------------------------
/_site/markdown/17-Making-Complex-Decision/exercises/ex_16/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | What is the time complexity of $d$ steps of POMDP value iteration for a
4 | sensorless environment?
5 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_4/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write down a logical sentence such that every world in which it is true
4 | contains exactly one object.
5 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_5/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write down a logical sentence such that every world in which it is true
4 | contains exactly two objects.
5 |
--------------------------------------------------------------------------------
/markdown/12-Knowledge-Representation/exercises/ex_18/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Construct a representation for exchange rates
4 | between currencies that allows for daily fluctuations.
5 |
--------------------------------------------------------------------------------
/markdown/2-Intelligent-Agent/exercises/ex_3/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write an essay on the relationship between evolution and one or more of
4 | autonomy, intelligence, and learning.
5 |
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/.sass-cache/0bc8662206c600d4a48109ffea2901f2158a1fcd/fonts.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/0bc8662206c600d4a48109ffea2901f2158a1fcd/fonts.scssc
--------------------------------------------------------------------------------
/.sass-cache/111b72a4fb1d6fde30ba48583e0aa7196dec121f/fonts.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/111b72a4fb1d6fde30ba48583e0aa7196dec121f/fonts.scssc
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_13/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Why would evolution tend to result in systems that act rationally? What
4 | goals are such systems designed to achieve?
5 |
--------------------------------------------------------------------------------
/markdown/21-Reinforcement-Learning/exercises/ex_12/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Investigate the application of reinforcement learning ideas to the
4 | modeling of human and animal behavior.
5 |
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_reset.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_reset.scssc
--------------------------------------------------------------------------------
/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_reset.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_reset.scssc
--------------------------------------------------------------------------------
/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_reset.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_reset.scssc
--------------------------------------------------------------------------------
/_site/markdown/1-Introduction/exercises/ex_13/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Why would evolution tend to result in systems that act rationally? What
4 | goals are such systems designed to achieve?
5 |
--------------------------------------------------------------------------------
/_site/markdown/12-Knowledge-Representation/exercises/ex_18/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Construct a representation for exchange rates
4 | between currencies that allows for daily fluctuations.
5 |
--------------------------------------------------------------------------------
/_site/markdown/2-Intelligent-Agent/exercises/ex_3/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write an essay on the relationship between evolution and one or more of
4 | autonomy, intelligence, and learning.
5 |
--------------------------------------------------------------------------------
/_site/markdown/21-Reinforcement-Learning/exercises/ex_12/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Investigate the application of reinforcement learning ideas to the
4 | modeling of human and animal behavior.
5 |
--------------------------------------------------------------------------------
/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Define in your own words: (a) intelligence, (b) artificial intelligence,
4 | (c) agent, (d) rationality, (e) logical reasoning.
5 |
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_8/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | How could introspection—reporting on one’s inner thoughts—be inaccurate?
4 | Could I be wrong about what I’m thinking? Discuss.
5 |
--------------------------------------------------------------------------------
/markdown/26-Philosophical-Foundations/exercises/ex_2/question.md:
--------------------------------------------------------------------------------
1 | Find and analyze an account in the popular media of one or more of the
2 | arguments to the effect that AI is impossible.
3 |
--------------------------------------------------------------------------------
/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.eot
--------------------------------------------------------------------------------
/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf
--------------------------------------------------------------------------------
/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff
--------------------------------------------------------------------------------
/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff2
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/less/screen-reader.less:
--------------------------------------------------------------------------------
1 | // Screen Readers
2 | // -------------------------
3 |
4 | .sr-only { .sr-only(); }
5 | .sr-only-focusable { .sr-only-focusable(); }
6 |
--------------------------------------------------------------------------------
/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_svg-icons.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_svg-icons.scssc
--------------------------------------------------------------------------------
/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_variables.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_variables.scssc
--------------------------------------------------------------------------------
/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_svg-icons.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_svg-icons.scssc
--------------------------------------------------------------------------------
/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_variables.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_variables.scssc
--------------------------------------------------------------------------------
/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_svg-icons.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_svg-icons.scssc
--------------------------------------------------------------------------------
/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_variables.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_variables.scssc
--------------------------------------------------------------------------------
/_site/markdown/1-Introduction/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Define in your own words: (a) intelligence, (b) artificial intelligence,
4 | (c) agent, (d) rationality, (e) logical reasoning.
5 |
--------------------------------------------------------------------------------
/_site/markdown/1-Introduction/exercises/ex_8/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | How could introspection—reporting on one’s inner thoughts—be inaccurate?
4 | Could I be wrong about what I’m thinking? Discuss.
5 |
--------------------------------------------------------------------------------
/_site/markdown/26-Philosophical-Foundations/exercises/ex_2/question.md:
--------------------------------------------------------------------------------
1 | Find and analyze an account in the popular media of one or more of the
2 | arguments to the effect that AI is impossible.
3 |
--------------------------------------------------------------------------------
/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_19/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | For the currently infeasible tasks, try to find out what the
4 | difficulties are and predict when, if ever, they will be overcome.
5 |
--------------------------------------------------------------------------------
/markdown/Future Exercises/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: chapter
3 | title: Main
4 | permalink: #/
5 | ---
6 |
7 | {% include mathjax_support %}
8 |
9 | # 27. AI: The Present and Future
10 |
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/less/fixed-width.less:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .@{fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/scss/_fixed-width.scss:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .#{$fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/.sass-cache/0bc8662206c600d4a48109ffea2901f2158a1fcd/rouge-github.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/0bc8662206c600d4a48109ffea2901f2158a1fcd/rouge-github.scssc
--------------------------------------------------------------------------------
/.sass-cache/111b72a4fb1d6fde30ba48583e0aa7196dec121f/rouge-github.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/111b72a4fb1d6fde30ba48583e0aa7196dec121f/rouge-github.scssc
--------------------------------------------------------------------------------
/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_highlights.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/43c702f3d8fa96e3b523990c23a149dd68d9feee/_highlights.scssc
--------------------------------------------------------------------------------
/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_highlights.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/648e5d0f313199085d09a3be31da4a3ce1f4b4eb/_highlights.scssc
--------------------------------------------------------------------------------
/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_highlights.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/75d47ea92103cdabbfa8f9a6f400d1e4486321c0/_highlights.scssc
--------------------------------------------------------------------------------
/_site/markdown/1-Introduction/exercises/ex_19/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | For the currently infeasible tasks, try to find out what the
4 | difficulties are and predict when, if ever, they will be overcome.
5 |
--------------------------------------------------------------------------------
/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.eot
--------------------------------------------------------------------------------
/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf
--------------------------------------------------------------------------------
/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff
--------------------------------------------------------------------------------
/_site/public/fonts/font-awesome-4.7.0/less/fixed-width.less:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .@{fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/_site/public/fonts/font-awesome-4.7.0/less/screen-reader.less:
--------------------------------------------------------------------------------
1 | // Screen Readers
2 | // -------------------------
3 |
4 | .sr-only { .sr-only(); }
5 | .sr-only-focusable { .sr-only-focusable(); }
6 |
--------------------------------------------------------------------------------
/markdown/13-Quantifying-Uncertainity/exercises/ex_2/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Using the axioms of probability, prove that any
4 | probability distribution on a discrete random variable must sum to 1.
5 |
--------------------------------------------------------------------------------
/markdown/3-Solving-Problems-By-Searching/exercises/ex_13/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | What’s the difference between a world state, a state description, and a
4 | search node? Why is this distinction useful?
5 |
--------------------------------------------------------------------------------
/markdown/3-Solving-Problems-By-Searching/exercises/ex_37/question.md:
--------------------------------------------------------------------------------
1 | Prove that if a heuristic is
2 | consistent, it must be admissible. Construct an admissible heuristic
3 | that is not consistent.
4 |
--------------------------------------------------------------------------------
/_site/markdown/13-Quantifying-Uncertainity/exercises/ex_2/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Using the axioms of probability, prove that any
4 | probability distribution on a discrete random variable must sum to 1.
5 |
--------------------------------------------------------------------------------
/_site/markdown/3-Solving-Problems-By-Searching/exercises/ex_37/question.md:
--------------------------------------------------------------------------------
1 | Prove that if a heuristic is
2 | consistent, it must be admissible. Construct an admissible heuristic
3 | that is not consistent.
4 |
--------------------------------------------------------------------------------
/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/_site/public/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff2
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_16/question.md:
--------------------------------------------------------------------------------
1 |
2 | “Surely animals cannot be intelligent—they can do only what their genes
3 | tell them.” Is the latter statement true, and does it imply the former?
4 |
--------------------------------------------------------------------------------
/markdown/12-Knowledge-Representation/exercises/ex_19/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Define the predicate ${Fixed}$, where
4 | ${Fixed}({Location}(x))$ means that the location of object $x$ is
5 | fixed over time.
6 |
--------------------------------------------------------------------------------
/markdown/9-Inference-In-First-Order-Logic/exercises/ex_26/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Construct an example of two clauses that can be resolved together in two
4 | different ways giving two different outcomes.
5 |
--------------------------------------------------------------------------------
/_site/markdown/12-Knowledge-Representation/exercises/ex_19/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Define the predicate ${Fixed}$, where
4 | ${Fixed}({Location}(x))$ means that the location of object $x$ is
5 | fixed over time.
6 |
--------------------------------------------------------------------------------
/_site/markdown/3-Solving-Problems-By-Searching/exercises/ex_13/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | What’s the difference between a world state, a state description, and a
4 | search node? Why is this distinction useful?
5 |
--------------------------------------------------------------------------------
/_site/markdown/9-Inference-In-First-Order-Logic/exercises/ex_26/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Construct an example of two clauses that can be resolved together in two
4 | different ways giving two different outcomes.
5 |
--------------------------------------------------------------------------------
/markdown/5-Adversarial-Search/exercises/ex_15/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Prove that the alpha–beta algorithm takes time $O(b^{m/2})$ with optimal
4 | move ordering, where $m$ is the maximum depth of the game tree.
5 |
--------------------------------------------------------------------------------
/markdown/7-Logical-Agents/exercises/ex_29/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | How long does it take to prove
4 | ${KB}{\models}\alpha$ using {DPLL} when $\alpha$ is a literal already
5 | contained in ${KB}$? Explain.
6 |
--------------------------------------------------------------------------------
/public/fonts/font-awesome-4.7.0/scss/_screen-reader.scss:
--------------------------------------------------------------------------------
1 | // Screen Readers
2 | // -------------------------
3 |
4 | .sr-only { @include sr-only(); }
5 | .sr-only-focusable { @include sr-only-focusable(); }
6 |
--------------------------------------------------------------------------------
/.sass-cache/0bc8662206c600d4a48109ffea2901f2158a1fcd/jekyll-theme-minimal.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/0bc8662206c600d4a48109ffea2901f2158a1fcd/jekyll-theme-minimal.scssc
--------------------------------------------------------------------------------
/.sass-cache/111b72a4fb1d6fde30ba48583e0aa7196dec121f/jekyll-theme-minimal.scssc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aimacode/aima-exercises/HEAD/.sass-cache/111b72a4fb1d6fde30ba48583e0aa7196dec121f/jekyll-theme-minimal.scssc
--------------------------------------------------------------------------------
/_layouts/page.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default2
3 | ---
4 |
5 | {{ page.title }}
8 |
9 | {{ page.title }}
3 | $$ {\forall,x,s;;} x \in {x|s} $$ $$ {\forall,x,s;;} x \in s \implies {\forall,y;;} x \in {y|s} $$
4 |
--------------------------------------------------------------------------------
/markdown/8-First-Order-Logic/exercises/ex_21/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Explain what is wrong with the following proposed
4 | definition of adjacent squares in the wumpus world:
5 | $${\forall\,x,y\;\;} {Adjacent}([x,y], [x+1, y]) \land {Adjacent}([x,y], [x, y+1])\ .$$
6 |
--------------------------------------------------------------------------------
/_site/markdown/7-Logical-Agents/exercises/ex_27/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Is a randomly generated 4-CNF sentence with $n$ symbols and $m$ clauses
4 | more or less likely to be solvable than a randomly generated 3-CNF
5 | sentence with $n$ symbols and $m$ clauses? Explain.
6 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_19/question.md:
--------------------------------------------------------------------------------
1 | Explain what is wrong with the following proposed definition of the set
2 | membership predicate
3 | $$ {\forall,x,s;;} x \in {x|s} $$ $$ {\forall,x,s;;} x \in s \implies {\forall,y;;} x \in {y|s} $$
4 |
--------------------------------------------------------------------------------
/markdown/2-Intelligent-Agent/exercises/ex_7/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Define in your own words the following terms: agent, agent function,
4 | agent program, rationality, autonomy, reflex agent, model-based agent,
5 | goal-based agent, utility-based agent, learning agent.
6 |
--------------------------------------------------------------------------------
/markdown/7-Logical-Agents/exercises/ex_15/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Use resolution to prove the sentence $\lnot A \land \lnot B$ from the
4 | clauses in Exercise convert-clausal-exercise.
5 |
--------------------------------------------------------------------------------
/markdown/8-First-Order-Logic/exercises/ex_32/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write a general set of facts and axioms to represent the assertion
4 | “Wellington heard about Napoleon’s death” and to correctly answer the
5 | question “Did Napoleon hear about Wellington’s death?”
6 |
--------------------------------------------------------------------------------
/_site/markdown/2-Intelligent-Agent/exercises/ex_7/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Define in your own words the following terms: agent, agent function,
4 | agent program, rationality, autonomy, reflex agent, model-based agent,
5 | goal-based agent, utility-based agent, learning agent.
6 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_21/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Explain what is wrong with the following proposed
4 | definition of adjacent squares in the wumpus world:
5 | $${\forall\,x,y\;\;} {Adjacent}([x,y], [x+1, y]) \land {Adjacent}([x,y], [x, y+1])\ .$$
6 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_32/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write a general set of facts and axioms to represent the assertion
4 | “Wellington heard about Napoleon’s death” and to correctly answer the
5 | question “Did Napoleon hear about Wellington’s death?”
6 |
--------------------------------------------------------------------------------
/markdown/19-Knowledge-In-Learning/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Show, by translating into conjunctive normal form and
4 | applying resolution, that the conclusion drawn on page dbsig-page
5 | concerning Brazilians is sound.
6 |
--------------------------------------------------------------------------------
/markdown/4-Beyond-Classical-Search/exercises/ex_11/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Consider the sensorless version of the
4 | erratic vacuum world. Draw the belief-state space reachable from the
5 | initial belief state $\{ 1,3,5,7 \}$, and explain why the problem
6 | is unsolvable.
7 |
--------------------------------------------------------------------------------
/markdown/7-Logical-Agents/exercises/ex_34/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Section successor-state-section
4 | provides some of the successor-state axioms required for the wumpus
5 | world. Write down axioms for all remaining fluent symbols.
6 |
--------------------------------------------------------------------------------
/_site/markdown/19-Knowledge-In-Learning/exercises/ex_1/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Show, by translating into conjunctive normal form and
4 | applying resolution, that the conclusion drawn on page dbsig-page
5 | concerning Brazilians is sound.
6 |
--------------------------------------------------------------------------------
/_site/markdown/4-Beyond-Classical-Search/exercises/ex_11/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Consider the sensorless version of the
4 | erratic vacuum world. Draw the belief-state space reachable from the
5 | initial belief state $\{ 1,3,5,7 \}$, and explain why the problem
6 | is unsolvable.
7 |
--------------------------------------------------------------------------------
/_site/markdown/7-Logical-Agents/exercises/ex_15/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Use resolution to prove the sentence $\lnot A \land \lnot B$ from the
4 | clauses in Exercise convert-clausal-exercise.
5 |
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_17/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | “Surely animals, humans, and computers cannot be intelligent—they can do
4 | only what their constituent atoms are told to do by the laws of
5 | physics.” Is the latter statement true, and does it imply the former?
6 |
--------------------------------------------------------------------------------
/markdown/22-Natural-Language-Processing/exercises/ex_7/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Create a test set of ten queries, and pose them to three major Web
4 | search engines. Evaluate each one for precision at 1, 3, and 10
5 | documents. Can you explain the differences between engines?
6 |
--------------------------------------------------------------------------------
/markdown/4-Beyond-Classical-Search/exercises/ex_10/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Consider the sensorless version of the
4 | erratic vacuum world. Draw the belief-state space reachable from the
5 | initial belief state $\{1,2,3,4,5,6,7,8\}$, and explain why the
6 | problem is unsolvable.
7 |
--------------------------------------------------------------------------------
/markdown/8-First-Order-Logic/exercises/ex_22/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write out the axioms required for reasoning about the wumpus’s location,
4 | using a constant symbol ${Wumpus}$ and a binary predicate
5 | ${At}({Wumpus}, {Location})$. Remember that there is only one
6 | wumpus.
7 |
--------------------------------------------------------------------------------
/_site/markdown/1-Introduction/exercises/ex_17/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | “Surely animals, humans, and computers cannot be intelligent—they can do
4 | only what their constituent atoms are told to do by the laws of
5 | physics.” Is the latter statement true, and does it imply the former?
6 |
--------------------------------------------------------------------------------
/_site/markdown/22-Natural-Language-Processing/exercises/ex_7/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Create a test set of ten queries, and pose them to three major Web
4 | search engines. Evaluate each one for precision at 1, 3, and 10
5 | documents. Can you explain the differences between engines?
6 |
--------------------------------------------------------------------------------
/_site/markdown/7-Logical-Agents/exercises/ex_34/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Section successor-state-section
4 | provides some of the successor-state axioms required for the wumpus
5 | world. Write down axioms for all remaining fluent symbols.
6 |
--------------------------------------------------------------------------------
/markdown/23-Natural-Language-For-Communication/exercises/ex_15/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Augment the $\large \varepsilon_1$ grammar so that it handles article–noun agreement. That is,
4 | make sure that “agents” and “an agent” are ${\it NP}$s, but
5 | “agent” and “an agents” are not.
6 |
--------------------------------------------------------------------------------
/markdown/26-Philosophical-Foundations/exercises/ex_6/question.md:
--------------------------------------------------------------------------------
1 | Suppose that a Prolog program containing many clauses about the rules of
2 | British citizenship is compiled and run on an ordinary computer. Analyze
3 | the “brain states” of the computer under wide and narrow content.
4 |
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | # frozen_string_literal: true
2 |
3 | source "https://rubygems.org"
4 |
5 | git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6 |
7 | # gem "rails"
8 | group :jekyll_plugins do
9 | gem "jekyll-paginate"
10 | end
11 |
12 | gem "jekyll", "~> 3.8"
13 |
--------------------------------------------------------------------------------
/_site/markdown/23-Natural-Language-For-Communication/exercises/ex_15/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Augment the $\large \varepsilon_1$ grammar so that it handles article–noun agreement. That is,
4 | make sure that “agents” and “an agent” are ${\it NP}$s, but
5 | “agent” and “an agents” are not.
6 |
--------------------------------------------------------------------------------
/_site/markdown/4-Beyond-Classical-Search/exercises/ex_10/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Consider the sensorless version of the
4 | erratic vacuum world. Draw the belief-state space reachable from the
5 | initial belief state $\{1,2,3,4,5,6,7,8\}$, and explain why the
6 | problem is unsolvable.
7 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_22/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write out the axioms required for reasoning about the wumpus’s location,
4 | using a constant symbol ${Wumpus}$ and a binary predicate
5 | ${At}({Wumpus}, {Location})$. Remember that there is only one
6 | wumpus.
7 |
--------------------------------------------------------------------------------
/markdown/13-Quantifying-Uncertainity/exercises/ex_31/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: exercise
3 | title: Exercise 13.31
4 | permalink: /probability-exercises/ex_31/
5 | breadcrumb: 13-Quantifying-Uncertainity
6 | canonical_id: ch13ex31
7 | ---
8 |
9 | {% include mathjax_support %}
10 |
--------------------------------------------------------------------------------
/markdown/7-Logical-Agents/exercises/ex_14/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Any propositional logic sentence is logically
4 | equivalent to the assertion that each possible world in which it would
5 | be false is not the case. From this observation, prove that any sentence
6 | can be written in CNF.
7 |
--------------------------------------------------------------------------------
/markdown/8-First-Order-Logic/exercises/ex_18/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write down a sentence asserting that + is a commutative function. Does
4 | your sentence follow from the Peano axioms? If so, explain why; if not,
5 | give a model in which the axioms are true and your sentence is false.
6 |
--------------------------------------------------------------------------------
/_site/markdown/26-Philosophical-Foundations/exercises/ex_6/question.md:
--------------------------------------------------------------------------------
1 | Suppose that a Prolog program containing many clauses about the rules of
2 | British citizenship is compiled and run on an ordinary computer. Analyze
3 | the “brain states” of the computer under wide and narrow content.
4 |
--------------------------------------------------------------------------------
/_site/markdown/7-Logical-Agents/exercises/ex_14/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Any propositional logic sentence is logically
4 | equivalent to the assertion that each possible world in which it would
5 | be false is not the case. From this observation, prove that any sentence
6 | can be written in CNF.
7 |
--------------------------------------------------------------------------------
/_site/markdown/8-First-Order-Logic/exercises/ex_18/question.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | Write down a sentence asserting that + is a commutative function. Does
4 | your sentence follow from the Peano axioms? If so, explain why; if not,
5 | give a model in which the axioms are true and your sentence is false.
6 |
--------------------------------------------------------------------------------
/markdown/1-Introduction/exercises/ex_1/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: exercise
3 | title: Exercise 1.1
4 | permalink: /intro-exercises/ex_1/
5 | breadcrumb: 1-Introduction
6 | canonical_id: ch1ex1
7 | ---
8 | {% include mathjax_support %}
9 |
Your answer has been submitted. The answer will be visible after approval from an admin under the Student answers section.
7 | Go Back -------------------------------------------------------------------------------- /_layouts/questionbank.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |