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 37d4a97

Browse files
committed
2 parents b606ede + cba2e4f commit 37d4a97

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

‎Images/Overview_Explained_Example.png

-227 KB
Loading[フレーム]

‎Images/learning_rate.png

-166 KB
Loading[フレーム]

‎Images/tensor.png

-10.3 KB
Loading[フレーム]

‎README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 🐍 AI Deep Learning TensorFlow Python 🐍
22
🐍 **Deep Learning** with **TensorFlow** 🐍
33

4-
Learning & Understanding **AI Deep Learning** / **Machine Learning**.</br>
5-
I tried to keep it as short as possible, but Truth needs to be told, **Machine Learning** is a big topic. </br>
4+
Learning & Understanding **Deep Learning / Machine Learning / Artificial Intelligence (AI)**.</br>
5+
I tried to keep it as short as possible, but Truth needs to be told, **Deep Learning / Machine Learning and Artificial Intelligence (AI)** are big topics. </br>
66
In this Repository, the focus is mainly on **TensorFlow**.
77

88
## What is a neural network? 🌐
@@ -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
@@ -60,7 +62,9 @@ val_loss, val_acc = model.evaluate(x_test, y_test) # evaluate the out of sample
6062
print(val_loss) # model's loss (error)
6163
print(val_acc) # model's accuracy
6264
```
63-
## Resources & Links:
65+
## Resources & Links: ⛓
66+
https://www.tensorflow.org/ </br>
67+
https://ai.google/education/ </br>
6468
Deep Learning: https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/ </br>
6569
TensorFlow Overview: https://www.youtube.com/watch?v=2FmcHiLCwTU </br>
6670
https://www.quora.com/What-do-the-terms-Weights-and-Biases-mean-in-Google-TensorFlow </br>

0 commit comments

Comments
(0)

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