Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fbc119b

Browse files
authored
🔁 Update README
1 parent 74e5056 commit fbc119b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ This would be a **normalized three-way-tensor**.</br>
2222

2323
![neural network](Images/tensor.png)
2424

25+
## Hyper Parameters 🔡
26+
27+
### What is it?
28+
29+
**Hyperparameters** contain the data that govern the training process itself. </br>
30+
31+
As an ex. if the **learning rate** is too big, our model may skip the optimal solution, if the **learning rate** is too small we may need to many iterations to get the best result, so we try to find a **learning rate** that fits for our purpose.
32+
33+
![hyper parameters](Images/learning_rate.png)
34+
2535
## 📝 Example Code with Comments 📝
2636
```
2737
import tensorflow as tf # deep learning library. Tensors are just multi-dimensional arrays

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /