Mike Innes
de2049450b
docs mostly fixed
2019-09-10 15:17:07 +01:00
Mike Innes
c8d460ff84
doctests passing
2019-09-10 15:02:43 +01:00
Mike J Innes
b98075817c
Merge branch 'master' into DenseBlock
2019-06-05 14:27:47 +01:00
ayush-1506
f263f0c8ed
add to layer docs
2019-05-14 02:53:06 -07:00
Bruno Hebling Vieira
6b3cd825b9
Added SkipConnection to docs tentatively in Other General Purporse Layers
2019-05-13 16:43:14 -03:00
Johnny Chen
7103a61a1f
delete redundant section
2019-05-11 12:40:01 +08:00
Dhairya Gandhi
77e3ff7a8c
fixed docs
2019-04-24 21:16:31 +05:30
Michael Green
1eca23e113
Merge branch 'master' of https://github.com/FluxML/Flux.jl
2019-04-20 11:26:24 +02:00
Michael Green
934f7f932d
Updated docs again.
2019-04-20 11:22:48 +02:00
Shreyas
2a6eb35a71
Added GroupNorm to docs and News.md
2019-04-05 23:16:46 +05:30
Michael Green
a5c34e8325
Fixed merging with upstream Flux.
2019-03-27 20:30:31 +01:00
Michael Green
d68866a238
Fixed documentation error.
2019-03-27 20:22:01 +01:00
Mike J Innes
ab46da11c7
Merge pull request #685 from jpsamaroo/jps/recur-docs-reset
...
Add note on reset! usage in recurrence docs
2019-03-27 12:47:01 +00:00
Julian P Samaroo
1930f40dec
Add note on reset! usage in recurrence docs
2019-03-26 00:00:00 -05:00
Nick Robinson
025d9b678d
Update docs/src/models/layers.md
...
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:20:46 +00:00
Nick Robinson
2bc4b8d1a4
Update docs/src/models/layers.md
...
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:20:46 +00:00
Lyndon White
c76b9c7e2c
fix docs
2019-03-18 12:20:46 +00:00
Lyndon White
838047f708
fix docs
2019-03-18 12:19:44 +00:00
Lyndon White
c1a33c556f
do things to docs
2019-03-18 12:19:44 +00:00
Manjunath Bhat
922e9c9bc2
Updated docs with AlphaDropout
2019-03-04 01:10:12 +05:30
Ayan Banerjee
08b87e0bce
Transition to doctests ( #616 )
...
* basics.md: Initial doctest to an example
Related to https://github.com/FluxML/Flux.jl/issues/561
* make.jl: Allow doctest to run
* Fix comments in order to pass doctests
* basic.md: Add doctests to examples
2019-02-14 18:29:27 +00:00
Avik Pal
c093d089a6
Add conv_transpose to docs
2019-02-06 21:11:41 +05:30
Mike J Innes
e1cac76a34
params update
2019-01-28 14:14:41 +00:00
Arnaud Amzallag
3cc3c463a3
Adding nest = true
option in Tracker.gradient
...
otherwise fails and returns an error. Note that option has to be added in both `df` and `d2f`.
2019-01-24 19:29:29 -05:00
Ayan Banerjee
bc68dfbd75
docs/basics.md: Add using Flux
...
In order to import sigmoid function.
2019-01-23 19:20:10 +05:30
Ayan Banerjee
236b103b73
docs/basics.md: Add tracked
after 1.0
2019-01-22 23:37:34 +05:30
Avik Pal
eb9b408c0f
Merge branch 'master' into depthwiseconv
2018-09-15 10:21:31 +05:30
Sambit Kumar Dash
8b9a98ed01
The sample gradient should not use the softdash
...
While softdash is a very natural and mathematical way of representation, it can be very easily confused with the apostrophe used for LinAlg adjoint. Not worth and unnecessary confusion in a first example of the code.
2018-09-11 18:58:07 +05:30
Mike J Innes
41cf1f2a84
Merge pull request #381 from piever/pv/docs
...
fix julia 1 changes in tutorial
2018-09-04 16:00:58 +01:00
Mike J Innes
e6be639436
Merge branch 'master' into HEAD
2018-09-04 14:03:46 +01:00
Pietro Vertechi
a012d0bd51
fix vecnorm in docs
2018-08-29 23:39:43 +01:00
Pietro Vertechi
abcefb8ae3
fix foldl in tutorial
2018-08-29 18:36:24 +01:00
Yueh-Hua Tu
634d34686e
Add new constructors and test
2018-08-24 10:31:13 +08:00
Avik Pal
a0ec472a4b
Merge branch 'master' into depthwiseconv
2018-08-08 01:20:37 +05:30
Avik Pal
4d17a1a809
Merge branch 'master' into depthwiseconv
2018-08-03 19:41:50 +05:30
Mike J Innes
70718e7a64
update treelike
2018-08-03 13:02:47 +01:00
Yueh-Hua Tu
5b37319289
Add Maxpool and Meanpool
2018-08-01 00:10:53 +08:00
Julien Jerphanion
ee630a8566
Very Little typo.
2018-07-18 23:20:43 +02:00
Avik Pal
f57db22abe
Remove unnecessary file
2018-07-13 14:27:04 +05:30
Avik Pal
2664a16556
Update as per new AD
2018-07-13 14:12:46 +05:30
Avik Pal
0aabf9d86b
Merge branch 'master' into depthwiseconv
2018-07-13 14:04:19 +05:30
Mike J Innes
dda51a0140
update docs
2018-07-11 15:31:22 +01:00
Mike Innes
5d8b63dc65
avoid implementation details in docs
2018-06-29 13:53:50 +01:00
Mike J Innes
bed6d2311e
clearer docs
2018-06-26 16:07:58 +01:00
Mike J Innes
d6a75e1289
add activations
docs
2018-06-26 14:35:03 +01:00
Avik Pal
4a639687de
Typo
2018-06-09 18:59:54 +05:30
Avik Pal
6b294736f9
Add Depthwise Convolution is Docs
2018-06-09 14:19:47 +05:30
kleskjr
dd3af0c9f7
add 'using Flux: crossentropy'
...
Following the suggestion from MikeInnes to use 'using Flux: crossentropy' instead 'Flux.crossentropy'
2018-06-05 14:30:14 +02:00
kleskjr
3a73902379
Solves Issue #262
...
Makes the running of the basic examples smoother (Issue #262 ).
crossentropy is not exported by Flus so, either explicit reference or explicit export should be add to run the examples.
2018-05-25 13:54:17 +02:00
Mike Innes
b35b27be6e
doc fix
2018-05-04 15:05:02 +01:00