To help draw a straight line graph from its equation, fill in a table of 𝑥 and 𝑦 values. Plot the pairs of values as coordinates and join to make a line. Make sure you are confident with ...
This tutorial shows some basic aspects of handling a mesh. First, the library needs to be imported. To avoid name clashes with other libraries we suggest to ``import pygimli`` and # so GIMLi treats it ...
# Let's start with a function that we'd like to compute the jacobian of. # This is a simple linear function with non-linear activation. # In another tutorial a composition of reverse-mode AD and vmap ...