This website requires JavaScript.
Explore
Help
Sign In
TastyPancakes
/
Flux.jl
Watch
1
Star
0
Fork
0
You've already forked Flux.jl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
42ce2fadf1
Flux.jl
/
test
/
basic.jl
6 lines
96 B
Julia
Raw
Normal View
History
Unescape
Escape
the most basic of tests
2016-12-15 22:31:39 +00:00
xs
=
randn
(
10
)
'
# TODO: batching semantics
d
=
Affine
(
10
,
20
)
@test
d
(
xs
)
==
xs
*
d
.
W
.
x
+
d
.
b
.
x
Reference in New Issue
Copy Permalink