KhawajaAbaid / machine-learning-in-cLinks
machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!
☆24Updated last year
Alternatives and similar repositories for machine-learning-in-c
Users that are interested in machine-learning-in-c are comparing it to the libraries listed below
Sorting:
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆229Updated last year
- creating a tiny tensor library in raw C☆800Updated 5 months ago
- my little linear algebra library☆45Updated last year
- GPT-2 in C☆75Updated 7 months ago
- 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
- High performance hybrid classical-quantum computing learning framework written in C☆443Updated 6 months ago
- Book in Progress☆357Updated 3 weeks ago
- pytorch from scratch in pure C/CUDA and python☆40Updated 10 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…