tinygrad
There are 27 repositories under tinygrad topic.
jla524/fromthetensor
From the Tensor to Stable Diffusion, a rough outline for a 9 week course.
wozeparrot/tinyrwkv
tinygrad port of the RWKV large language model.
softwiredtech/stable-diffusion-webgpu
A WebGPU port of Stable Diffusion using tinygrad
shoutsid/townhall
A Python-based chatbot project built on the autogen and tinygrad foundation, utilizing advanced agents for dynamic conversations and function orchestration, enhancing and expanding traditional chatbot capabilities.
noway/yagrad
yet another scalar autograd engine - featuring complex numbers and fixed DAG
elinx/ugrad
A C++ implementation of the scalar-valued autograd engine micrograd
Ameobea/rnn-viz
Interactive visualizations and demos that are used in a blog post I wrote about logic in the context of neural networks
IntendedConsequence/vadc
Uses the excellent silero VAD with onnxruntime C api for fast detection of audio segments with speech
EthanBnntt/tinygrad-vit
A minimalist implementation of the ViT (Vision Transformer) model, using tinygrad
EthanBnntt/tinygrad-gmlp
An implementation of gated MLPs in tinygrad, as an alternative to transformers.
wiseaidev/tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️ (WIP)
0xekez/neural-cellular-automata
Neural Cellular Automata for texture generation in tinygrad following Self-Organising Textures by Eyvind Niklasson et. al..
Sebo-the-tramp/tinygsplat
An exercise to learn Gaussian Splatting and Tinygrad
kutipense/Depth-Anything-V2-tinygrad
Depth-Anything-V2 tinygrad implementation
softwiredtech/efficientnet-tinygrad-webgl
WebGL port of EfficientNet using tinygrad
tanaydesai/atomgrad
A simple vector valued autograd engine aimed to be between micrograd and tinygrad with a nn library.
wozeparrot/tinygrad-image-models
tinygrad image models, inference, and (soon) training
ethanthoma/decision-transformer
Implementation of the decision tranformer paper in tinygrad
ethanthoma/graph-attention-network
Implementation of the graph attention network (GAT) paper in tinygrad
JChunX/web-control-net
ControlNet on the browser using WebGPU backend.
paulopacitti/undergrad
🎓 super small and cute neural net engine, using only numpy
softwiredtech/yolov8-tinygrad-webgl
Porting YOLOv8 to tinygrad WebGL
21st-centuryman/Livermore
An ecosystem for fetching, processing, and analyzing of stocks.
iekashaev/tinyrt
tinygrad model runtime engine
sam99dave/reproduce_gpt2
Andrej Karpathy's YT follow along.
satani99/tinyformers
A concise but fully-featured transformer, complete with a set of promising experimental features from various papers implemented in tinygrad.