KhawajaAbaid / machine-learning-in-cLinks
machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!
☆25Updated 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.☆226Updated last year
- my little linear algebra library☆44Updated last year
- creating a tiny tensor library in raw C☆832Updated 9 months ago
- 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
- GPT-2 in C☆77Updated 11 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆347Updated 4 months ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆277Updated last year
- Tiny Raspberry Pi Operating System☆272Updated last year
- pytorch from scratch in pure C/CUDA and python☆41Updated last year
- High performance hybrid classical-quantum computing learning framework written in C☆443Updated 10 months ago
- An implement of deep learning framework and models in C☆48Updated 8 months ago
- Lightweight web server with hot reload and dynamic html templating.☆260Updated 7 months ago
- Book in Progress☆360Updated 4 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆69Updated 9 months ago
- (WIP) A small but powerful, homemade PyTorch from scratch.☆662Updated this week
- http server written in cpp☆88Updated 3 months ago
- ☆238Updated last year
- A turn-based co-petetive multiplayer game☆165Updated this week
- High Quality Resources on GPU Programming/Architecture☆589Updated last year
- My first ML sandbox☆27Updated 2 months ago
- Some C++ Examples.☆63Updated 2 years ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 5 months ago
- A MNIST neural network written from scratch in Odin, visualised with Raylib☆175Updated last year
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆53Updated last year
- x86_64 OS in C☆76Updated 5 months ago
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated last year
- Tic-Tac-Toe game in C☆14Updated 9 months ago
- Learnings and programs related to CUDA☆426Updated 5 months ago
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆368Updated 7 months ago