Skip to content

Instantly share code, notes, and snippets.

View corba777's full-sized avatar

Artem Zvyagintsev corba777

View GitHub Profile
@corba777
corba777 / google-jax-if-else-problem.ipynb
Last active September 25, 2019 20:28
Google-Jax-If-Else-Problem.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@corba777
corba777 / julia_zygote_if_else_problem.ipynb
Last active September 18, 2019 14:34
Julia_Zygote_If_Else_Problem.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#r "../packages/DiffSharp.0.7.7/lib/net46/DiffSharp.dll"
open FSharp
open DiffSharp.AD
open DiffSharp.AD.Float32
module DiffProgram=
let zero=D.Zero
@corba777
corba777 / google-jax-mergesort.ipynb
Last active October 2, 2019 21:20
Google JAX Mergesort
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@corba777
corba777 / diffsharp-mergesort-with-loop.ipynb
Created October 24, 2019 14:57
DiffSharp Mergesort with loop.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@corba777
corba777 / diffsharp-mergesort.ipynb
Created October 24, 2019 15:02
DiffSharp Mergesort.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@corba777
corba777 / mergesort-differentiation-in-julia.ipynb
Created October 24, 2019 15:27
Mergesort Differentiation in Julia.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@corba777
corba777 / Differentiable argmax.ipynb
Created October 30, 2019 06:16
Differentiable argmax
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.