You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/Examples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ click-through rate. It has 13 integer features and
10
10

11
11
12
12
In this example,we simply normailize the dense feature between 0 and 1,you
13
-
can try other transformation technique like log normalization or discretization.Then we use [SparseFeat]((./Features.html#sparsefeat)) and [DenseFeat](./Features.html#densefeat) to generate feature columns for sparse features and dense features.
13
+
can try other transformation technique like log normalization or discretization.Then we use [SparseFeat](./Features.html#sparsefeat) and [DenseFeat](./Features.html#densefeat) to generate feature columns for sparse features and dense features.
14
14
15
15
16
16
This example shows how to use ``DeepFM`` to solve a simple binary classification task. You can get the demo data [criteo_sample.txt](https://github.com/shenweichen/DeepCTR/tree/master/examples/criteo_sample.txt)
@@ -196,7 +196,7 @@ Here is a small fraction of data include sparse fields and a multivalent field.
196
196
There are 2 additional steps to use DeepCTR with sequence feature input.
197
197
198
198
1. Generate the paded and encoded sequence feature of sequence input feature(**value 0 is for padding**).
199
-
2. Generate config of sequence feature with [VarLenSparseFeat]((./Features.html#varlensparsefeat))
199
+
2. Generate config of sequence feature with [VarLenSparseFeat](./Features.html#varlensparsefeat)
200
200
201
201
202
202
This example shows how to use ``DeepFM`` with sequence(multi-value) feature. You can get the demo data
0 commit comments