Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leon committed Nov 6, 2018
1 parent bccf1b9 commit 7cf22ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dandelion_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ All the parameters have the same meanings with `Conv2D` module. In fact, the tra

_______________________________________________________________________
## Dense
Fully connected network, also known as affine transform. Apply affine transform `Wx+b` to the last dimension of input.
Fully connected network, also known as affine transform. Apply affine transform $Wx+b$ to the last dimension of input.
The input of `Dense` can have any dimensions, and note that we do not apply any activation to its output by default
```python
class Dense(input_dims, output_dim, W=init.GlorotUniform(), b=init.Constant(0.), name=None)
Expand Down

0 comments on commit 7cf22ac

Please sign in to comment.