Eelco Hoogendoorn
Eelco Hoogendoorn
If youve ever wondered 'shouldnt a library like this be using geometric algebra', but it seemed like quite a bit of work to get that up and running; that should...
It occurred to me that this recent paper is an interesting one to implement inside brax One of the cool things about brax is its differentiability, but as I understand...
Im interesting in doing a raymarched rendering of animated volume data. From looking at the texture class it only goes up to 3d. Is there something simple im missing that...
Thought id mention; there is a brax implementation of SHAC [here](https://github.com/google/brax/pull/262#issuecomment-1387428472) I suppose its hard to compare directly since the envs are not identical, but if one of the original...
``` /** * @minimum 1 * @TJS-type integer */ type natural = number; interface Schema { id: natural | null; } ``` This results in json for a plain unannotated...
I might take a stab at these myself; but here are some ideas for examples that might showcase the strengths of ninjax - batch normalization; known to feel tricky to...
Hi all, Im working on a JAX implementation of a hippo-gated-rnn; I wasnt quite sure how to interpret the diagram in the paper linked below; but indeed I cannot quite...
Thanks for making this library; I wanted to do something similar a few months ago but other things got into the way; awesome to see that the JAX ecosystem is...