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 835afc1

Browse files
authored
🔁 Update README
1 parent 12669d8 commit 835afc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ A basic **neural network** consists of an **input layer**, which is just **your
2020
Each operation takes a **Tensor** as an Input and outputs a **Tensor**.</br>
2121
A **Tensor** is how Data is represented in **TensorFlow**.</br>
2222
A **Tensor is a multidimensional array** ex: </br>
23-
([0.245,0.618,0.382], </br>[0.618,0.382,0.245], </br>[0.382,0.245,0.618]). </br>
23+
[0.245,0.618,0.382]</br>
24+
This would be a **normalized one-way-tensor**.</br>
25+
[[0.245,0.618,0.382], </br>[0.618,0.382,0.245], </br>[0.382,0.245,0.618]] </br>
26+
This would be a **normalized two-way-tensor**.</br>
27+
[[[0.245,0.618,0.382],[0.618,0.382,0.245],[0.382,0.245,0.618]], </br>[[0.245,0.618,0.382],[0.618,0.382,0.245],[0.382,0.245,0.618]], </br>[[0.245,0.618,0.382],[0.618,0.382,0.245],[0.382,0.245,0.618]]] </br>
2428
This would be a **normalized three-way-tensor**.</br>
2529
**normalized** in **TensorFlow** means that the numbers are converted to a value between 0 and 1.</br> The Data needs to be **normalized**, to be actually useable in **TensorFlow**.
2630

0 commit comments

Comments
(0)

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