Skip to content

Commit cde0818

Browse files
authored
Fixed typo
1 parent 2d3e3f6 commit cde0818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/guides/dl-learning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are a variety of mathematical techniques to use this knowledge of whether
2929

3030
Once we've processed all the photos from our first stack we will be ready to test the model. We would grab the second stack of photos and use them to see how accurately the trained model can pick up photos of your parents.
3131

32-
Steps 2 and 3 would typically by repeated by tweaking various things about the model (hyperparameters), such as how many nodes there are, how many layers there are, which mathematical function to use to decide whether a node lights up, how aggressively to train the weights during the backpropagation phase, and so on. This [Quora answer](https://www.quora.com/What-are-hyperparameters-in-machine-learning) has a good explanation of the knobs you can turn.
32+
Steps 2 and 3 would typically be repeated by tweaking various things about the model (hyperparameters), such as how many nodes there are, how many layers there are, which mathematical function to use to decide whether a node lights up, how aggressively to train the weights during the backpropagation phase, and so on. This [Quora answer](https://www.quora.com/What-are-hyperparameters-in-machine-learning) has a good explanation of the knobs you can turn.
3333

3434
### Step 4: Use
3535

0 commit comments

Comments
 (0)