We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429004a commit f4a6269Copy full SHA for f4a6269
README.md
@@ -6,6 +6,15 @@ Contains two examples:
6
* simple model `c = a * b`
7
* an industrial deep model for large scale click through rate prediction
8
9
+Covered knowledge points:
10
+* save model and checkpoint
11
+* freeze model with checkpoint
12
+* replace part of nodes in the model for prediction
13
+* transform libfm data into tfrecord
14
+* load model in C++
15
+* construct `SparseTensor` in C++
16
+* prediction in C++
17
+
18
# Build
19
20
## Build TensorFlow
0 commit comments