automatic-differentiation
Here are 196 public repositories matching this topic...
I'm using TF 2.0, and I get this error when I import tangent, due to a list of non-differentiable functions that includes tf.to_float
(line 60), which is deprecated:
https://www.tensorflow.org/versions/r1.14/api_docs/python/tf/to_float
-
Updated
Nov 28, 2020 - OCaml
I found that function mod2pi
is not implemented yet, but mod
works. Is there any list of implemented functions? Minimal working example is:
using Zygote
# This is working
gradient(x -> mod(x, 2pi), 1.)
# This is not
gradient(x -> mod2pi(x), 1.)
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 10, 2020 - Nim
-
Updated
Jan 4, 2020 - Scala
-
Updated
Dec 10, 2020 - Python
-
Updated
Dec 4, 2020 - C++
-
Updated
Nov 1, 2020 - C++
-
Updated
May 10, 2018 - Haskell
Description
Something kind of neat I was reading the other day
the tl;dr is that using some compiler attributes and immediately invoked lambdas we can decrease the size of the error functions, and since those error paths take up less space it can allow for better inlining. This is also nice because we don't really care about performance when a function errors s
-
Updated
Dec 2, 2020 - Julia
-
Updated
Dec 9, 2020 - C++
-
Updated
Dec 8, 2020 - Kotlin
-
Updated
Dec 8, 2020 - Python
-
Updated
Nov 16, 2016 - Python
-
Updated
Jan 10, 2018 - Python
-
Updated
Sep 17, 2020 - Julia
profiles.h updates
At the moment profiles.h
(in pkg/profiles
) lacks many (any?) comments. Also lots of variables are declared somewhat separately from where they are associated with heap storage.
Both these make it a bit hard to read.
It would be nicer if it was called PROFILES.h
too.
-
Updated
Dec 7, 2020 - Julia
-
Updated
Dec 6, 2020 - Rust
-
Updated
Oct 25, 2020 - Haskell
-
Updated
Nov 10, 2020 - Julia
-
Updated
Apr 5, 2019 - C++
-
Updated
Dec 10, 2020 - Julia
Just added to SpecialFunctions.jl: JuliaMath/SpecialFunctions.jl#236
The derivative with respect to x
is a simple recurrence: https://en.wikipedia.org/wiki/Exponential_integral#Derivatives
-
Updated
Dec 10, 2020 - Python
-
Updated
Dec 3, 2020 - Julia
Improve this page
Add a description, image, and links to the automatic-differentiation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automatic-differentiation topic, visit your repo's landing page and select "manage topics."
In operations_broadcast_test.go there are some tests that are not yet filled in. The point is to test that broadcasting works for different shapes. The semantics of broadcast probably isn't clear, so please do send me a message for anything.
This is a good first issue for anyone looking to get interested