Skip to content

Commit

Permalink
Merge pull request #286 from MatthewRamsey/MatthewRamsey-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
BethanyJep authored Jun 3, 2024
2 parents 897452c + 49ab6e2 commit 2d4a8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/1-Intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ There are two possible approaches to this problem:

Top-down Approach (Symbolic Reasoning) | Bottom-up Approach (Neural Networks)
---------------------------------------|-------------------------------------
A top-down approach models the way a person reasons to solve a problem. It involves extracting **knowledge** from a human being, and representing it in a computer-readable form. We also need to develop a way to model **reasoning** inside a computer. | A bottom-up approach models the structure of a human brain, consisting of huge number of simple units called **neurons**. Each neuron acts like a weighted average of its inputs, and we can train a network of neurons to solve useful problems by providing **training data**.
A top-down approach models the way a person reasons to solve a problem. It involves extracting **knowledge** from a human being, and representing it in a computer-readable form. We also need to develop a way to model **reasoning** inside a computer. | A bottom-up approach models the structure of a human brain, consisting of a huge number of simple units called **neurons**. Each neuron acts like a weighted average of its inputs, and we can train a network of neurons to solve useful problems by providing **training data**.

There are also some other possible approaches to intelligence:

Expand Down

0 comments on commit 2d4a8b7

Please sign in to comment.