rkaehn / gpt-2Links
GPT-2 in C
☆76Updated 9 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:
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated last year
- pytorch from scratch in pure C/CUDA and python☆41Updated last year
- A turn-based co-petetive multiplayer game☆165Updated last week
- A tinycompiler in C from scratch☆108Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- An implement of deep learning framework and models in C☆48Updated 6 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆70Updated 8 months ago
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆162Updated 9 months ago
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆365Updated 6 months ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆276Updated 11 months ago
- Lightweight web server with hot reload and dynamic html templating.☆257Updated 6 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆25Updated last year
- Tiny Raspberry Pi Operating System☆270Updated last year
- parallelized hyperdimensional tictactoe☆125Updated last year
- A c/c++ implementation of micrograd: a tiny autograd engine with neural net on top.☆71Updated 2 years ago
- creating a tiny tensor library in raw C☆821Updated 7 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆97Updated 2 weeks ago
- gpt written in plain c☆129Updated 3 months ago
- Notes from Machine Learning in C session☆115Updated 2 years ago
- Noob Lessons from Stream about how GPUs work