rkaehn / gpt-2Links
GPT-2 in C
☆75Updated 7 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:
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆122Updated 7 months ago
- pytorch from scratch in pure C/CUDA and python☆40Updated 10 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆229Updated last year
- my little linear algebra library☆45Updated last year
- An implement of deep learning framework and models in C☆48Updated 4 months ago
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆351Updated 4 months ago
- Simple Byte pair Encoding mechanism used for tokenization process . written purely in C☆137Updated 9 months ago
- parallelized hyperdimensional tictactoe☆124Updated last year
- A turn-based co-petetive multiplayer game☆165Updated last month
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated last year
- A tinycompiler in C from scratch☆105Updated last year
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆278Updated 9 months ago
- could we make an ml stack in 100,000 lines of code?☆46Updated last year
- Noob Lessons from Stream about how GPUs work☆126Updated 4 months ago
- A c/c++ implementation of micrograd: a tiny autograd engine with neural net on top.☆70Updated last year
- (WIP) A small but powerful, homemade PyTorch from scratch.☆623Updated this week
- Learning about CUDA by writing PTX code.☆134Updated last year
- creating a tiny tensor library in raw C☆800Updated 5 months ago
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆38Updated last year
- A MNIST neural network written from scratch in Odin, visualised with Raylib☆174Updated 11 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆24Updated last year
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆68Updated 6 months ago
- Learnings and programs related to CUDA☆415Updated last month
- ☆64Updated this week
- gpt written in plain c☆125Updated last month
- ☆76Updated 2 weeks ago
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆49Updated 6 months ago
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆53Updated last year
- The Tensor (or Array)☆441Updated last year
- Notes from Machine Learning in C session☆112Updated 2 years ago