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 daadff0

Browse files
authored
🔁 Update README
1 parent 835afc1 commit daadff0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

‎README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ A basic **neural network** consists of an **input layer**, which is just **your
1717

1818
## What is a Tensor? 🔢
1919

20-
Each operation takes a **Tensor** as an Input and outputs a **Tensor**.</br>
21-
A **Tensor** is how Data is represented in **TensorFlow**.</br>
22-
A **Tensor is a multidimensional array** ex: </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>
28-
This would be a **normalized three-way-tensor**.</br>
20+
Each operation takes a **Tensor** as an Input and outputs a **Tensor**. A **Tensor** is how Data is represented in **TensorFlow**.</br>
21+
A **Tensor is a multidimensional array** ex: </br></br>
22+
[0.245,0.618,0.382]</br></br>
23+
This would be a **normalized one-way-tensor**.</br></br>
24+
[[0.245,0.618,0.382], </br>[0.618,0.382,0.245], </br>[0.382,0.245,0.618]] </br></br>
25+
This would be a **normalized two-way-tensor**.</br></br>
26+
[[[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></br>
27+
This would be a **normalized three-way-tensor**.</br></br>
2928
**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**.
3029

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

0 commit comments

Comments
(0)

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