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 ca3662b

Browse files
authored
🔁 Update README
1 parent 4fd8553 commit ca3662b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A basic **neural network** consists of an **input layer**, which is just **your
1414
Each operation takes a **Tensor** as an Input and outputs a **Tensor**.</br>
1515
A **Tensor** is how Data is represented in **TensorFlow**.</br>
1616
A **Tensor is a multidimensional array** ex: </br>
17-
([0.245,0.618,0.723], </br>[0.245,0.618,0.723], </br>[0.245,0.618,0.723]). </br>
17+
([0.245,0.618,0.382], </br>[0.618,0.382,0.245], </br>[0.382,0.245,0.618]). </br>
1818
This would be a **normalized three-way-tensor**.</br>
1919
**normalized** in **TensorFlow** means that the numbers are converted to a value between 0 and 1. The Data needs to be normalized, to be actually useable in **TensorFlow**.
2020

0 commit comments

Comments
(0)

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