Mustafa-khann / MNIST-Sign-Language-Recognizer-in-C
Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cannot achieve accuracy past 73%.
☆37Updated 7 months ago
Alternatives and similar repositories for MNIST-Sign-Language-Recognizer-in-C:
Users that are interested in MNIST-Sign-Language-Recognizer-in-C are comparing it to the libraries listed below
- ☆46Updated last week
- A turn-based co-petetive multiplayer game☆159Updated last month
- pytorch from scratch in pure C/CUDA and python☆40Updated 5 months ago
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆46Updated last month
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 7 months ago
- Tiny Raspberry Pi Operating System☆183Updated 7 months ago
- A tinycompiler in C from scratch☆92Updated 8 months ago
- my little linear algebra library☆47Updated 9 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆62Updated 2 months ago
- A MNIST neural network written from scratch in Odin, visualised with Raylib☆167Updated 6 months ago
- moondream in zig.☆58Updated this week
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆251Updated 4 months ago
- Rust Implementation of micrograd☆51Updated 9 months ago
- ☆42Updated 9 months ago
- ☆38Updated last month
- Client-Server chat app that translate (without reasoning) messages based on chosen languages☆14Updated 8 months ago
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆111Updated 3 months ago
- Multithreaded Reverse Proxy Server In C☆33Updated last month
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆227Updated 8 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆22Updated 8 months ago
- Learning about CUDA by writing PTX code.☆125Updated last year
- GPT-2 in C☆68Updated 3 months ago
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆52Updated 8 months ago
- Extensive introductory writeup on Zig language functionalities☆10Updated 8 months ago
- Titc-Tac-Toe game in C☆13Updated last month
- minimal diffusion transformer in pytorch.