You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ In theory, we could go as far as inspecting user defined callbacks (we can get t
44
44
45
45
### Automatic Differentiation
46
46
47
-
Because of neuronal netorks, automatic differentiation is super hyped right now!
47
+
Because of neural networks, automatic differentiation is super hyped right now!
48
48
Julia offers a couple of packages for that, e.g. [ReverseDiff](https://github.com/JuliaDiff/ReverseDiff.jl).
49
49
It heavily relies on Julia's strength to specialize generic code and dispatch to different implementations depending on the Array type, allowing an almost overheadless automatic differentiation.
50
50
Making this work with GPUArrays will be a bit more involved, but the
0 commit comments