rkaehn / gpt-2
GPT-2 in C
☆65Updated last month
Alternatives and similar repositories for gpt-2:
Users that are interested in gpt-2 are comparing it to the libraries listed below
- pytorch from scratch in pure C/CUDA and python☆40Updated 4 months ago
- A tinycompiler in C from scratch☆92Updated 6 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆21Updated 6 months ago
- ☆46Updated 6 months ago
- High-Performance FP32 Matrix Multiplication on CPU☆333Updated this week
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 6 months ago
- could we make an ml stack in 100,000 lines of code?☆30Updated 7 months ago
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆98Updated last month
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆222Updated 6 months ago
- parallelized hyperdimensional tictactoe☆112Updated 5 months ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆248Updated 2 months ago
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆54Updated 6 months ago
- my little linear algebra library☆46Updated 7 months ago
- Client-Server chat app that translate (without reasoning) messages based on chosen languages☆14Updated 7 months ago
- Learnings and programs related to CUDA☆262Updated this week
- gpt written in plain c☆115Updated 5 months ago
- Andrej Kapathy's micrograd implemented in c☆29Updated 6 months ago
- creating a tiny tensor library in raw C☆650Updated 4 months ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆64Updated 3 weeks ago
- A c/c++ implementation of micrograd: a tiny autograd engine with neural net on top.☆63Updated last year
- Following master Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆167Updated 6 months ago
- An implementation of delta-iris in tinygrad☆71Updated 6 months ago
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆37Updated 5 months ago
- buildingggggggg 🐳☆20Updated 5 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆54Updated 5 years ago
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated 6 months ago
- a simple numpy alternative in C☆22Updated 4 months ago
- Tensor library with autograd using only Rust's standard library☆65Updated 7 months ago