George Stepaniants

Results 6 issues of George Stepaniants

I want to compute the jacobian vector product of a function F from R^d to R^D. But I need to do this at a batch of points x_1, ..., x_n...

I have a very surprising problem, it is impossible to create a Multivariate Polynomial that is constantly zero. This code crashes on my computer: ```julia using MultivariatePolynomials using TypedPolynomials @polyvar...

Move every paragraph after the first one on the training reference page to an info box and preface it for those migrating from earlier versions of Flux.

documentation
good first issue

Just wanted to ask if I have the right understanding of what algorithms are being used for each adjoint method, as the documentation does not link each method to a...

question

Just wanted to ask if at any point, there is consideration to add support for Lazy Linear layers like in PyTorch: https://pytorch.org/docs/stable/generated/torch.nn.LazyLinear.html This is a really useful feature, especially for...

question

I have a question concerning speeding up my callback function which plots several solutions to a neural ODE. Because evaluating the neural ODE model takes a bit of time (and...

question