Commit Graph

49 Commits

Author SHA1 Message Date
CarloLucibello
20ed5c5622 more 2020-04-29 11:52:24 +02:00
janEbert
73d631f5cd Fix and improve docs
Add missing docstrings, improve existing ones, fix links to functions
or files.
2020-04-04 23:00:34 +02:00
Garben Tanghe
746e3310f1 removed Flatten struct
updated documentation
2020-03-08 14:22:03 +01:00
Garben Tanghe
3e14bd878c added GlobalMaxPool, GlobalMeanPool, and Flatten layers 2020-03-08 14:18:48 +01:00
bors[bot]
af23a5756c
Merge #1053
1053: Added Some Loss functions with some doc improvements r=CarloLucibello a=AdarshKumar712

Added the following loss functions with tests:
1. mae
2. mean squared logarithmic error
3. huber loss
4. squared hinge loss
5. dice coeff loss
6. tversky loss 

Also added some documentation improvements for few other functions. 

Co-authored-by: Adarsh Kumar <45385384+AdarshKumar712@users.noreply.github.com>
2020-03-03 23:56:21 +00:00
Adarsh Kumar
89d07c07ec
Added Loss functions to docs 2020-03-02 13:33:44 +05:30
Kyle Daruwalla
4cebf36361
Merge branch 'master' into feature/istraining 2020-03-01 12:32:15 -06:00
Kyle Daruwalla
c001d0f3c5 Added trainmode! and updated docs with warning 2020-03-01 12:30:41 -06:00
Carlo Lucibello
425fcdbe69 NNlib docs + misc docs improvements 2020-02-29 11:14:48 +01:00
Kyle Daruwalla
ba5259a269 Added docs on testmode! 2020-02-25 13:53:49 -06:00
Manjunath Bhat
8a93be8c6c
Change loss to cost 2019-12-09 20:39:46 +05:30
thebhatman
d591b2b59e Removed colon and capitalised 2019-10-09 21:36:40 +05:30
thebhatman
96a23c295c Changes to docs 2019-10-09 14:53:03 +05:30
Manjunath Bhat
2b30319a55
Merge branch 'master' into patch-6 2019-09-30 21:05:02 +05:30
thebhatman
ec35e9cbaa Loss functions docs added in layers.md 2019-09-30 21:02:13 +05:30
Mike Innes
de2049450b docs mostly fixed 2019-09-10 15:17:07 +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
Shreyas
2a6eb35a71 Added GroupNorm to docs and News.md 2019-04-05 23:16:46 +05:30
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
Avik Pal
c093d089a6
Add conv_transpose to docs 2019-02-06 21:11:41 +05:30
Avik Pal
eb9b408c0f
Merge branch 'master' into depthwiseconv 2018-09-15 10:21:31 +05:30
Yueh-Hua Tu
634d34686e Add new constructors and test 2018-08-24 10:31:13 +08:00
Yueh-Hua Tu
5b37319289 Add Maxpool and Meanpool 2018-08-01 00:10:53 +08: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
Mike Innes
b35b27be6e doc fix 2018-05-04 15:05:02 +01:00
Iblis Lin
5faf5da171
doc: add GRU to layer reference 2018-04-18 17:36:10 +08:00
Mike J Innes
e3577d759c conv docs 2017-12-18 18:05:48 +00:00
Mike J Innes
6f997e798a Merge branch 'master' into batchnorm 2017-12-08 19:31:50 +00:00
Mike J Innes
b06884b912 LayerNorm tweaks 2017-11-21 16:32:36 +01:00
Mike J Innes
187fddc11c doc fixes 2017-11-21 12:29:02 +01:00
Iblis Lin
5253841acc batchnorm: update docs 2017-11-02 13:32:12 +08:00
Mike J Innes
4c1b1eb18c Merge pull request #92 from CarloLucibello/drop
add Dropout layer
2017-10-26 12:07:28 +01:00
Mike J Innes
cf6b930f63 reorganise 2017-10-26 11:46:12 +01:00
Mike J Innes
6768afda29 minor wording 2017-10-23 13:07:07 +01:00
Mike J Innes
b817ce632c syntax highlighting 2017-10-18 15:44:06 +01:00
Mike J Innes
fd249b773e rnn docs 2017-10-18 15:30:05 +01:00
Mike J Innes
897f812055 remove this until nnlib release 2017-10-18 14:52:48 +01:00
Mike J Innes
190f48a709 nnlib docs 2017-10-18 14:40:58 +01:00
Mike J Innes
55ba236da6 model layers note 2017-10-18 12:31:06 +01:00
Mike J Innes
a36d6d2af3 layer docs 2017-09-08 17:52:41 -04:00