Skip to content

Commit db66ac3

Browse files
author
浅梦
committed
no message
1 parent 5a9e962 commit db66ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/Examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click-through rate. It has 13 integer features and
1010
![image](../pics/criteo_sample.png)
1111

1212
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.
1414

1515

1616
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.
196196
There are 2 additional steps to use DeepCTR with sequence feature input.
197197

198198
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)
200200

201201

202202
This example shows how to use ``DeepFM`` with sequence(multi-value) feature. You can get the demo data

0 commit comments

Comments
 (0)