Skip to content
View hayden-donnelly's full-sized avatar

Highlights

  • Pro

Organizations

@novaia
Block or Report

Block or report hayden-donnelly

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hayden-donnelly/README.md

Hi, I’m Hayden

Pinned

  1. novaia/ntg novaia/ntg Public

    Generative neural networks for 3D terrain.

    Python 29 1

  2. novaia/ntg-unity novaia/ntg-unity Public

    Neural Terrain Generation package for Unity.

    C# 26 2

  3. no-cuda-ngp-nerf no-cuda-ngp-nerf Public

    An educational implementation of Instant NGP NeRF using JAX and Numba instead of custom CUDA kernels.

    Python 2

  4. A JAX/Flax implementation of linear ... A JAX/Flax implementation of linear attention from "Transformers are RNNs: Fast Autoregressive Transformers with Linear Attention".
    1
    import jax
    2
    from jax import numpy as jnp
    3
    from flax import linen as nn
    4
    from typing import Any, Callable
    5