choudharyharsh122

Results 2 issues of choudharyharsh122

I am working with Julia v1.6.7 and trying to execute this code: W = rand(2, 5) b = rand(2) linear(x) = W * x .+ b grads = gradient(() ->...

I am working with Julia v1.6.7 and trying to execute this code: W = rand(2, 5) b = rand(2) linear(x) = W * x .+ b grads = gradient(() ->...