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 6276022

Browse files
authored
🔁 Update README
1 parent fbc119b commit 6276022

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ This would be a **normalized three-way-tensor**.</br>
2424

2525
## Hyper Parameters 🔡
2626

27-
### What is it?
28-
2927
**Hyperparameters** contain the data that govern the training process itself. </br>
3028

3129
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.
3230

3331
![hyper parameters](Images/learning_rate.png)
3432

33+
## What are Weights and Biases?
34+
35+
**Weights** and **Biases** are the **learnable parameters of your model**. As well as **neural networks**, they appear with the same names in related models such as linear regression. Most machine learning algorithms include some **learnable parameters** like this.
36+
3537
## 📝 Example Code with Comments 📝
3638
```
3739
import tensorflow as tf # deep learning library. Tensors are just multi-dimensional arrays
@@ -60,4 +62,5 @@ print(val_acc) # model's accuracy
6062
```
6163
## Resources & Links:
6264
Deep Learning: https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/ </br>
63-
TensorFlow Overview: https://www.youtube.com/watch?v=2FmcHiLCwTU
65+
TensorFlow Overview: https://www.youtube.com/watch?v=2FmcHiLCwTU </br>
66+
https://www.quora.com/What-do-the-terms-Weights-and-Biases-mean-in-Google-TensorFlow

0 commit comments

Comments
(0)

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