Skip to content

Commit fcde57a

Browse files
committed
Updates ml/pythonml/ji-qi-xue-xi-ku3.md
Auto commit by GitBook Editor
1 parent 61db155 commit fcde57a

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

ml/pythonml/ji-qi-xue-xi-ku3.md

+57
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,63 @@
22

33
---
44

5+
**Main classes**
6+
7+
* tf.Graph\(\)
8+
* tf.Operation\(\)
9+
* tf.Tensor\(\)
10+
* tf.Session\(\)
11+
12+
**Some useful functions**
13+
14+
* tf.get\_default\_session\(\)
15+
* tf.get\_default\_graph\(\)
16+
* tf.reset\_default\_graph\(\)
17+
* ops.reset\_default\_graph\(\)
18+
* tf.device\(“/cpu:0”\)
19+
* tf.name\_scope\(value\)
20+
* tf.convert\_to\_tensor\(value\)
21+
22+
**TensorFlow Optimizers**
23+
24+
* GradientDescentOptimizer
25+
* AdadeltaOptimizer
26+
* AdagradOptimizer
27+
* MomentumOptimizer
28+
* AdamOptimizer
29+
* FtrlOptimizer
30+
* RMSPropOptimizer
31+
32+
**Reduction**
33+
34+
* reduce\_sum
35+
* reduce\_prod
36+
* reduce\_min
37+
* reduce\_max
38+
* reduce\_mean
39+
* reduce\_all
40+
* reduce\_any
41+
* accumulate\_n
42+
43+
**Activation functions**
44+
45+
* tf.nn
46+
* relu
47+
* relu6
48+
* elu
49+
* softplus
50+
* softsign
51+
* dropout
52+
* bias\_add
53+
* sigmoid
54+
* tanh
55+
* sigmoid\_cross\_entropy\_with\_logits
56+
* softmax
57+
* log\_softmax
58+
* softmax\_cross\_entropy\_with\_logits
59+
* sparse\_softmax\_cross\_entropy\_with\_logits
60+
* weighted\_cross\_entropy\_with\_logits
61+
562
# keras
663

764

0 commit comments

Comments
 (0)