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 f0cf612

Browse files
authored
🔁 Update README
1 parent 7457edd commit f0cf612

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ As an ex. if the **learning rate** is too big, our model may skip the optimal so
3030

3131
![hyper parameters](Images/learning_rate.png)
3232

33-
## What are Weights and Biases?
33+
## What are Weights and Biases? 🔤
3434

3535
**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.
3636

37+
![explained picture machine learning](Images/Overview_Explained_Example.png)
38+
3739
## 📝 Example Code with Comments 📝
3840
```
3941
import tensorflow as tf # deep learning library. Tensors are just multi-dimensional arrays

0 commit comments

Comments
(0)

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