stem/AI/Properties.md
andy be05b7905d vault backup: 2023-05-22 17:32:00
Affected files:
.obsidian/community-plugins.json
.obsidian/graph.json
.obsidian/plugins/table-editor-obsidian/data.json
.obsidian/plugins/table-editor-obsidian/main.js
.obsidian/plugins/table-editor-obsidian/manifest.json
.obsidian/plugins/table-editor-obsidian/styles.css
.obsidian/workspace.json
Charities.md
Health/BWS.md
History/Britain.md
Lab/DNS.md
Lab/Deleted Packages.md
Lab/Ebook Laundering.md
Lab/Home.md
Lab/Mac.md
Lab/Photo Migration.md
Languages/Arabic.md
Money/Assets/Derivative.md
Money/Assets/Financial Instruments.md
Money/Assets/Security.md
Money/Econ.md
Money/Equity.md
Money/Giving.md
Money/Markets/Commodity.md
Money/Markets/Markets.md
Money/Markets/Types.md
STEM/AI/Literature.md
STEM/AI/Properties.md
STEM/CS/ABI.md
STEM/CS/Code Types.md
STEM/CS/Compilers.md
STEM/CS/Language Binding.md
STEM/CS/Languages/dotNet.md
STEM/CS/Quantum.md
STEM/CS/Resources.md
STEM/CS/Turing Machines.md
STEM/Maths/Algebra.md
STEM/Semiconductors/Equations.md
STEM/Signal Proc/Convolution.md
STEM/Signal Proc/Fourier Transform.md
STEM/Speech/Literature.md
STEM/img/ai-io.png
STEM/img/ai-nested-subjects.png
STEM/img/cli-infrastructure.png
Tattoo/Plans.md
Tattoo/img/chest.png
2023-05-22 17:32:00 +01:00

59 lines
1.9 KiB
Markdown

# Three Key Components
1. Representation
- Declarative & Procedural knowledge
- Typically human-readable symbols
2. Reasoning
- Ability to solve problems
- Express and solve range of problems and types
- Make explicit and implicit information known to it
- Control mechanism to decide which operations to use if and when, when a solution has been found
3. Learning
An AI system must be able to
1. Store knowledge
2. Apply knowledge to solve problems
3. Acquire new knowledge through experience
![[ai-nested-subjects.png]]
# Expert Systems
- Usually easier to obtain compiled experience from experts than duplicate experience that made them experts for network
# Information Processing
## Inductive
- General patterns and rules determined from data and experience
- Similarity-based learning
## Deductive
- General rules are used to determine specific facts
- Proof of a theorem
Explanation-based learning uses both
# Classical AI vs Neural Nets
## Level of Explanation
- Classical has emphasis on building symbolic representations
- Models cognition as sequential processing of symbolic representations
- Neural nets emphasis on parallel distributed processing models
- Models assume information processing takes place through interactions of large numbers of neurons
## Processing style
- Classical processing is sequential
- Von Neumann Machine
- Neural nets use parallelism everywhere
- Source of flexibility
- Robust
## Representational Structure
- Classical emphasises language of thought
- Symbolic representation has quasi-linguistic structure
- New symbols created from compositionality
- Neural nets have problem describing nature and structure of representation
Symbolic AI is the formal manipulation of a language of algorithms and data representations in a top-down fashion
Neural nets bottom-up
![[ai-io.png]]