Avik Pal
a0be6fa837
Add missing activation function for batchnorm
2019-05-01 19:47:54 +05:30
Dhairya Gandhi
221670a2b1
Merge pull request #733 from thebhatman/expdecay-fix
...
Fixed ExpDecay
2019-05-01 18:58:37 +05:30
Dhairya Gandhi
9bbbd17e4b
Merge branch 'master' into onecold
2019-04-30 19:09:36 +05:30
Roger-luo
d63338c242
fix doctest
2019-04-26 18:12:14 +08:00
Mike J Innes
6c3a939133
Update src/onehot.jl
...
Co-Authored-By: Roger-luo <hiroger@qq.com>
2019-04-26 18:09:14 +08:00
Roger-luo
fabcd05ff2
add examples
2019-04-26 18:05:03 +08:00
Elliot Saba
732f97fe16
Split out conv_transpose_dims()
so that Zygote can ignore it
2019-04-25 10:24:19 -07:00
Elliot Saba
6e22cd4931
Add asymmetric padding to convolutional layers
2019-04-25 09:55:23 -07:00
Elliot Saba
113ddc8760
Update Flux
code for new NNlib branch
2019-04-25 09:55:23 -07:00
Hossein Pourbozorg
7f06b15f67
use https instead of http for web links
2019-04-25 11:04:03 +00:00
Jake Topping
ff7adda74b
Swap comma for full stop
...
"ERROR: LoadError: UndefVarError: G not defined" caused by "gn,G" rather than "gn.G" in line 386. Swapping for full stop should fix this
2019-04-22 17:08:36 +01:00
Zachary P Christensen
83eb5a1df6
Fix typo in Maxout
2019-04-19 17:02:26 -04:00
thebhatman
31a50ab16a
Fixed ExpDecay
2019-04-11 17:28:06 +05:30
Mike J Innes
54d9229be9
Merge pull request #710 from johnnychen94/master
...
naive implementation of activations
2019-04-05 15:33:31 +01:00
Johnny Chen
a300376f71
fix a typo in comment
...
`inplementation` --> `implementation`
2019-04-05 19:19:30 +08:00
JohnnyChen
3cafbbad02
simplify the implementation
2019-04-05 18:44:00 +08:00
JohnnyChen
de7a5f4024
correct the function behavior; support Any type
2019-04-05 18:16:44 +08:00
bors[bot]
bd9d73a941
Merge #655
...
655: Added support for Float64 for DepthwiseConv r=dhairyagandhi96 a=thebhatman
DepthwiseConv was giving errors for Float64. This fixes the issue.
Co-authored-by: Manjunath Bhat <manjunathbhat9920@gmail.com>
2019-04-04 17:25:52 +00:00
Dhairya Gandhi
1963f30911
Merge pull request #726 from dhairyagandhi96/iris
...
use cached iris dataset
2019-04-04 22:46:21 +05:30
Dhairya Gandhi
9c8175b1c0
fixes
2019-04-04 22:32:01 +05:30
Dhairya Gandhi
4f754d33cb
switch to http link
2019-04-04 22:18:38 +05:30
Dhairya Gandhi
38cc216a4b
switch to azure
2019-04-04 22:03:01 +05:30
Dhairya Gandhi
77274b4af7
change iris link
2019-04-04 21:07:46 +05:30
Dhairya Gandhi
2952bcdab1
fixes
2019-04-04 19:28:40 +05:30
Dhairya Gandhi
5b9c53439b
recreate OHV
2019-04-04 19:19:47 +05:30
Dhairya Gandhi
4f1336905f
fix colon indexing
2019-04-04 19:16:14 +05:30
Shreyas
4cb7b9278b
Minor changes to docstring according to guidelines
2019-03-30 00:28:23 +05:30
JohnnyChen
82595648e2
change 4-spaces tab to 2-spaces tab
2019-03-28 22:40:24 +08:00
Shreyas
b6fcd1d837
Added export to Maxout
2019-03-28 19:15:16 +05:30
JohnnyChen
13c58494ec
add x into results
2019-03-28 19:28:59 +08:00
JohnnyChen
5c2a071713
add support for 0-element Chain
2019-03-28 17:20:41 +08:00
JohnnyChen
ccfe0f8720
naive implementation of activations
2019-03-28 17:07:04 +08:00
Shreyas
61c1fbd013
Made Requested Changes
2019-03-28 01:33:04 +05:30
Shreyas
671aed963e
Made a few fixes. Added tests
2019-03-28 00:51:50 +05:30
Shreyas
595f1cf6eb
Made Requested Changes
2019-03-26 21:42:49 +05:30
Lyndon White
f0cc4a328d
make Maxout trainable
2019-03-25 16:02:46 +00:00
Tim Besard
0734eeb50e
Check CuArrays major version.
2019-03-22 14:15:26 +01:00
Dhairya Gandhi
bc06861320
fix indirect import
2019-03-22 14:15:26 +01:00
Tim Besard
959dd247bf
Import CUDAdrv stuff through CuArrays.
2019-03-22 14:15:26 +01:00
Tim Besard
df509ce9f0
Adapt to the new CUDAdrv.CuPtr pointer type.
2019-03-22 14:15:26 +01:00
Mike J Innes
b637311642
Merge pull request #647 from oxinabox/ox/maxout
...
Add MaxOut layer
2019-03-22 12:18:53 +00:00
Lyndon White
401d3da884
no arg closures
2019-03-21 17:04:52 +00:00
Lyndon White
7d247ea25b
update docstring
2019-03-18 12:20:46 +00:00
Nick Robinson
f222555deb
Update src/Flux.jl
...
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:20:46 +00:00
Lyndon White
ca68bf9bec
correct casing
2019-03-18 12:20:46 +00:00
Lyndon White
838047f708
fix docs
2019-03-18 12:19:44 +00:00
Kristoffer Carlsson
b84a60e74e
Update src/layers/basic.jl
...
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:19:44 +00:00
Lyndon White
fcc3ec471a
Add MaxOut layer
2019-03-18 12:19:44 +00:00
Lyndon White
79de829fdc
move Dense's overloads to be near its defn
2019-03-18 12:18:14 +00:00
Joshua Whittemore
f061df3d23
resolves pull request #652 merge conflicts
2019-03-09 12:51:20 -08:00