rkaehn / gpt-2Links
GPT-2 in C
☆75Updated 8 months ago
Alternatives and similar repositories for gpt-2
Users that are interested in gpt-2 are comparing it to the libraries listed below
Sorting:
- pytorch from scratch in pure C/CUDA and python☆40Updated 11 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆227Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated last year
- my little linear algebra library☆45Updated last year
- An implement of deep learning framework and models in C☆48Updated 5 months ago
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆139Updated 8 months ago
- parallelized hyperdimensional tictactoe☆124Updated last year
- A tinycompiler in C from scratch☆105Updated last year
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆356Updated 4 months ago
- Learning about CUDA by writing PTX code.☆135Updated last year
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆276Updated 9 months ago
- A turn-based co-petetive multiplayer game☆165Updated 2 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆76Updated 4 months ago
- gpt written in plain c☆127Updated 2 months ago
- Tiny Raspberry Pi Operating System☆270Updated last year
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆68Updated 7 months ago
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆53Updated last year
- creating a tiny tensor library in raw C☆815Updated 6 months ago
- Some CUDA example code with READMEs.☆170Updated 6 months ago
- Lightweight web server with hot reload and dynamic html templating.☆255Updated 4 months ago
- ☆69Updated last week
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆24Updated last year
- Learnings and programs related to CUDA☆418Updated 2 months ago
- Noob Lessons from Stream about how GPUs work☆127Updated 4 months ago
- A c/c++ implementation of micrograd: a tiny autograd engine with neural net on top.☆72Updated last year
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆49Updated 7 months ago
- could we make an ml stack in 100,000 lines of code?☆46Updated last year
- Andrej Kapathy's micrograd implemented in c☆29Updated last year
- A MNIST neural network written from scratch in Odin, visualised with Raylib☆174Updated 11 months ago
- (WIP) A small but powerful, homemade PyTorch from scratch.☆638Updated this week