TensorFlow
手寫識別問題
-
[28,28,1] 28行28列每個點是1位
-
[28,28,3]
-
[28,28,28,28,…] 28指28維向量
-
輸入x:[b,784] 784畫素點
1.dog = 0 ,cat =1,fish = 2… 2.2 更接近fish
y
=
w
∗
x
+
b
o
u
t
=
X
@
W
+
b
[
1
,
784
]
@
[
784
,
10
]
+
[
10
]
−
>
[
1
,
10
]
y=w*x+b\\ out=X@W+b\\ [1,784]@[784,10]+[10]->[1,10]
y=w∗x+bout=X@W+b[1,784]@[784,10]+[10]−>[1,10]
RELU
o
u
t
=
r
e
l
u
(
X
@
W
+
b
)
o
u
t
<
−
h
2
<
−
h
1
out=relu(X@W+b)\\ out<- \quad h_2<- \quad h_1
out=relu(X@W+b)out<−h2<−h1
LOSS
one-hot encoding
L
O
S
S
=
(
y
−
o
u
t
)
2
LOSS=(y-out)^2
LOSS=(y−out)2
Data container
- list
- np.array
- tf.Tensor
TF is computing lib
-
int float double
-
bool
-
string
b.shape()
convert
相關文章
- tensorflow:使用conda安裝tensorflow
- tensorflow的各種坑 tensorflow1.x 與 tensorflow2.x
- TensorFlow——tensorflow指定CPU與GPU運算GPU
- TensorFlow Lite
- TensorFlow Serving
- 【TensorFlow】 TensorFlow-Slim影像分類模型庫模型
- 【TensorFlow篇】--Tensorflow框架視覺化之Tensorboard框架視覺化ORB
- TensorFlow模型部署到伺服器---TensorFlow2.0模型伺服器
- DKT模型及其TensorFlow實現(Deep knowledge tracing with Tensorflow)模型
- Tensorflow教程(2)Tensorflow的常用函式介紹函式
- Tensorflow2
- Tensorflow-kerasKeras
- Tensorflow教程(前言)
- Tensorflow教程(一)
- tensorflow入門
- TensorFlow初入
- tensorflow dataset APIAPI
- TensorFlow安裝
- [英] TensorFlow OverviewView
- 我的TensorFlow
- tf:'hello tensorflow'
- Tensorflow 學習
- tensorflow教程1
- 安裝TensorFlow
- Tensorflow1.x 與 Tensorflow2.0 的區別
- 【Tensorflow_DL_Note9】Tensorflow原始碼解讀1原始碼
- 【Tensorflow_DL_Note14】TensorFlow視覺化學習1-Tensorflow與OpenCv混合程式設計視覺化OpenCV程式設計
- SciTech-BigDataAIML-Tensorflow-Keras是用在Tensorflow的高層APIAIKerasAPI
- 使用 TensorFlow 的起始步驟 ( First Steps with TensorFlow ) : 工具包
- TensorFlow筆記(1)——TensorFlow中的相關基本概念筆記
- 面向機器智慧的TensorFlow實戰2:TensorFlow基礎
- 【TensorFLow】Ubuntu16.04安裝CUDA8.0+cuDNN6.0+TensorFlowUbuntuDNN
- tensorflow基礎版
- 編譯 TensorFlow 模型編譯模型
- TensorFlow入門文章
- TensorFlow Data模組
- tensorflow資料清洗
- TensorFlow之張量